Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/fcoe/
Dfcoe_transport.c262 LIBFCOE_TRANSPORT_DBG("vport WWPN 0x%s is same as that of the " in fcoe_validate_vport_create()
271 LIBFCOE_TRANSPORT_DBG("vport with given WWPN 0x%s " in fcoe_validate_vport_create()
534 LIBFCOE_TRANSPORT_DBG("transport %s already attached\n", in fcoe_transport_attach()
547 LIBFCOE_TRANSPORT_DBG("attaching transport %s\n", ft->name); in fcoe_transport_attach()
568 LIBFCOE_TRANSPORT_DBG("transport %s already detached\n", in fcoe_transport_detach()
578 LIBFCOE_TRANSPORT_DBG("transport %s going away, " in fcoe_transport_detach()
589 LIBFCOE_TRANSPORT_DBG("detaching transport %s\n", ft->name); in fcoe_transport_detach()
740 LIBFCOE_TRANSPORT_DBG("NETDEV_UNREGISTER %s\n", in libfcoe_device_notification()
759 LIBFCOE_TRANSPORT_DBG("Invalid device %s.\n", buf); in fcoe_ctlr_create_store()
766 LIBFCOE_TRANSPORT_DBG("transport %s already has existing " in fcoe_ctlr_create_store()
[all …]
Dlibfcoe.h28 #define LIBFCOE_TRANSPORT_DBG(fmt, args...) \ macro