Searched refs:FCOE_LOG (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fcoe/ |
H A D | fcoe_eth.c | 75 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 D | fcoe_fc.c | 95 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 D | fcoe.c | 265 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() 326 FCOE_LOG("fcoe", "fcoe_attach_init end with-%x", fcoe_ret); 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() 423 FCOE_LOG(__FUNCTION__, "no mac_id property: %p", client_dip); in fcoe_initchild() 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() 822 FCOE_LOG("fcoe", "fcoe_ioctl %x returned %d, fcoeio_status = %d", in fcoe_iocmd() [all …]
|
H A D | fcoe.h | 88 #define FCOE_LOG(log_ident, ...) \ macro
|