Home
last modified time | relevance | path

Searched refs:LIBFCOE_TRANSPORT_DBG (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe_transport.c250 LIBFCOE_TRANSPORT_DBG("vport WWPN 0x%s is same as that of the " in fcoe_validate_vport_create()
259 LIBFCOE_TRANSPORT_DBG("vport with given WWPN 0x%s " in fcoe_validate_vport_create()
519 LIBFCOE_TRANSPORT_DBG("transport %s already attached\n", in fcoe_transport_attach()
532 LIBFCOE_TRANSPORT_DBG("attaching transport %s\n", ft->name); in fcoe_transport_attach()
553 LIBFCOE_TRANSPORT_DBG("transport %s already detached\n", in fcoe_transport_detach()
563 LIBFCOE_TRANSPORT_DBG("transport %s going away, " in fcoe_transport_detach()
574 LIBFCOE_TRANSPORT_DBG("detaching transport %s\n", ft->name); in fcoe_transport_detach()
724 LIBFCOE_TRANSPORT_DBG("NETDEV_UNREGISTER %s\n", in libfcoe_device_notification()
744 LIBFCOE_TRANSPORT_DBG("Invalid device %s.\n", buf); in fcoe_ctlr_create_store()
751 LIBFCOE_TRANSPORT_DBG("transport %s already has existing " in fcoe_ctlr_create_store()
[all …]
Dlibfcoe.h27 #define LIBFCOE_TRANSPORT_DBG(fmt, args...) \ macro