Home
last modified time | relevance | path

Searched refs:FCOE_LOG (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c75 FCOE_LOG("fcoe", "mac_open_by_linkname %d failed %x", in fcoe_open_mac()
189 FCOE_LOG("foce", "mac_promisc_add on %d failed %x", in fcoe_enable_callback()
304 FCOE_LOG(NULL, in fcoe_mac_notify()
313 FCOE_LOG(NULL, in fcoe_mac_notify()
328 FCOE_LOG("fcoe_mac_notify", "wake up"); in fcoe_mac_notify()
332 FCOE_LOG("fcoe_mac_notify", "not supported arg/%p, type/%d", in fcoe_mac_notify()
353 FCOE_LOG("fcoe", "mac_unicast_primary_set on %d " in fcoe_mac_set_address()
H A Dfcoe_fc.c95 FCOE_LOG(0, "can't find the MAC you want to bind"); in fcoe_register_client()
100 FCOE_LOG(0, "the MAC you want to bind is bound already"); in fcoe_register_client()
190 FCOE_LOG("fcoe", "fcoe_ctl, unsupported cmd %x", cmd); in fcoe_ctl()
284 FCOE_LOG("fcoe", "fcoe_allocate_frame %d > 2136", in fcoe_allocate_frame()
441 FCOE_LOG("fcoe", "fail to create new devinfo"); in fcoe_create_port()
447 FCOE_LOG("fcoe", in fcoe_create_port()
456 FCOE_LOG("fcoe", "fcoe%d: online_driver failed for mac %d", in fcoe_create_port()
496 FCOE_LOG("fcoe", "fcoe%d: offline_driver %s failed", in fcoe_delete_port()
H A Dfcoe.c265 FCOE_LOG("fcoe", "exit _init with %x", ret); in _init()
280 FCOE_LOG("fcoe", "exit _fini with %x", ret); in _fini()
312 FCOE_LOG(0, "soft_state_zalloc-%x/%x", ret, instance); in fcoe_attach()
334 FCOE_LOG("fcoe", "unsupported attach cmd-%x", cmd); in fcoe_attach()
372 FCOE_LOG(0, "unsupported detach cmd-%x", cmd); in fcoe_detach()
553 FCOE_LOG(0, "fcoe_ioctl: ioctl-0x%02X", cmd); in fcoe_ioctl()
785 FCOE_LOG("fcoe", "fcoe_delete_port %x return: %d", in fcoe_iocmd()
860 FCOE_LOG("FCOE", "ddi_create_minor_node failed"); in fcoe_attach_init()
908 FCOE_LOG("fcoe", "ss_mac_list is not empty when detach"); in fcoe_detach_uninit()
1041 FCOE_LOG("fcoe_get_mblk", "strwaitbuf return %d", err); in fcoe_get_mblk()
[all …]
H A Dfcoe.h88 #define FCOE_LOG(log_ident, ...) \ macro