Searched refs:FCOE_FAILURE (Results 1 – 7 of 7) sorted by relevance
489 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 …]
651 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()
901 FCOE_FAILURE) { in fcoet_enable_port()
77 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()
170 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()
861 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()
38 #define FCOE_FAILURE -1 macro