Home
last modified time | relevance | path

Searched refs:FCOE_FAILURE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c489 return (FCOE_FAILURE); in fcoet_clear_unsol_exchange()
521 return (FCOE_FAILURE); in fcoet_process_sol_fcp_data()
569 return (FCOE_FAILURE); in fcoet_process_unsol_fcp_cmd()
677 return (FCOE_FAILURE); in fcoet_process_sol_els_rsp()
736 return (FCOE_FAILURE); in fcoet_process_unsol_abts_req()
744 return (FCOE_FAILURE); in fcoet_process_unsol_abts_req()
786 return (FCOE_FAILURE); in fcoet_process_sol_abts_acc()
815 return (FCOE_FAILURE); in fcoet_process_sol_abts_rjt()
834 return (FCOE_FAILURE); in fcoet_process_unsol_ct_req()
906 return (FCOE_FAILURE); in fcoet_send_sol_fcp_data_done()
[all …]
H A Dfcoet.c651 return (FCOE_FAILURE); in fcoet_detach_uninit()
659 return (FCOE_FAILURE); in fcoet_detach_uninit()
671 return (FCOE_FAILURE); in fcoet_detach_uninit()
681 return (FCOE_FAILURE); in fcoet_detach_uninit()
H A Dfcoet_fc.c901 FCOE_FAILURE) { in fcoet_enable_port()
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c77 return (FCOE_FAILURE); in fcoe_open_mac()
86 return (FCOE_FAILURE); in fcoe_open_mac()
99 return (FCOE_FAILURE); in fcoe_open_mac()
117 return (FCOE_FAILURE); in fcoe_open_mac()
191 return (FCOE_FAILURE); in fcoe_enable_callback()
355 return (FCOE_FAILURE); in fcoe_mac_set_address()
H A Dfcoe_fc.c170 if (fcoe_enable_callback(mac) == FCOE_FAILURE) { in fcoe_ctl()
171 return (FCOE_FAILURE); in fcoe_ctl()
180 if (fcoe_disable_callback(mac) == FCOE_FAILURE) { in fcoe_ctl()
181 return (FCOE_FAILURE); in fcoe_ctl()
H A Dfcoe.c861 return (FCOE_FAILURE); in fcoe_attach_init()
871 return (FCOE_FAILURE); in fcoe_attach_init()
909 return (FCOE_FAILURE); in fcoe_detach_uninit()
1145 return (crc == crc_from_frame ? FCOE_SUCCESS : FCOE_FAILURE); in fcoe_crc_verify()
/illumos-gate/usr/src/uts/common/sys/fcoe/
H A Dfcoe_common.h38 #define FCOE_FAILURE -1 macro