Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe_transport.c271 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()
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()
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()
791 LIBFCOE_TRANSPORT_DBG("failed to add new netdev mapping " in fcoe_ctlr_create_store()
820 LIBFCOE_TRANSPORT_DBG("invalid device %s.\n", buf); in fcoe_ctlr_destroy_store()
870 LIBFCOE_TRANSPORT_DBG("Invalid device %s.\n", buffer); in fcoe_transport_create()
892 LIBFCOE_TRANSPORT_DBG("failed to add new netdev mapping " in fcoe_transport_create()
[all …]
H A Dlibfcoe.h28 #define LIBFCOE_TRANSPORT_DBG(fmt, args...) \ macro