Searched refs:LIBFCOE_TRANSPORT_DBG (Results 1 – 2 of 2) sorted by relevance
273 LIBFCOE_TRANSPORT_DBG("vport WWPN 0x%s is same as that of the " in fcoe_validate_vport_create()282 LIBFCOE_TRANSPORT_DBG("vport with given WWPN 0x%s " in fcoe_validate_vport_create()544 LIBFCOE_TRANSPORT_DBG("transport %s already attached\n", in fcoe_transport_attach()557 LIBFCOE_TRANSPORT_DBG("attaching transport %s\n", ft->name); in fcoe_transport_attach()578 LIBFCOE_TRANSPORT_DBG("transport %s already detached\n", in fcoe_transport_detach()588 LIBFCOE_TRANSPORT_DBG("transport %s going away, " in fcoe_transport_detach()599 LIBFCOE_TRANSPORT_DBG("detaching transport %s\n", ft->name); in fcoe_transport_detach()749 LIBFCOE_TRANSPORT_DBG("NETDEV_UNREGISTER %s\n", in libfcoe_device_notification()769 LIBFCOE_TRANSPORT_DBG("Invalid device %s.\n", buf); in fcoe_ctlr_create_store()776 LIBFCOE_TRANSPORT_DBG("transport %s already has existing " in fcoe_ctlr_create_store()[all …]
28 #define LIBFCOE_TRANSPORT_DBG(fmt, args...) \ macro