Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c995 fcoei_complete_xch(xch, frm, FC_PKT_FAILURE, in fcoei_initiate_ct_req()
1010 fcoei_complete_xch(xch, frm, FC_PKT_FAILURE, in fcoei_initiate_ct_req()
1017 fcoei_complete_xch(xch, frm, FC_PKT_FAILURE, in fcoei_initiate_ct_req()
1213 fcoei_complete_xch(xch, frm, FC_PKT_FAILURE, in fcoei_initiate_els_req()
1319 fcoei_complete_xch(xch, frm, FC_PKT_FAILURE, in fcoei_initiate_els_resp()
2034 fcoei_complete_xch(xch, NULL, FC_PKT_PORT_OFFLINE, in fcoei_process_event_exchange()
2066 fcoei_complete_xch(xch, NULL, FC_PKT_FAILURE, in fcoei_process_event_exchange()
H A Dfcoei_eth.c516 fcoei_complete_xch(xch, NULL, FC_PKT_FAILURE, FC_REASON_ABTX); in fcoei_process_unsol_abts_req()
711 fcoei_complete_xch(xch, NULL, FC_PKT_FABRIC_RJT, in fcoei_process_sol_els_rsp()
714 fcoei_complete_xch(xch, NULL, FC_PKT_SUCCESS, 0); in fcoei_process_sol_els_rsp()
775 fcoei_complete_xch(xch, NULL, FC_PKT_SUCCESS, 0); in fcoei_process_sol_ct_rsp()
1258 fcoei_complete_xch(xch, NULL, FC_PKT_SUCCESS, 0); in fcoei_handle_sol_frame_done()
H A Dfcoei.h344 void fcoei_complete_xch(fcoei_exchange_t *xch, fcoe_frame_t *frm,
H A Dfcoei.c876 fcoei_complete_xch(xch, NULL, xch->xch_fpkt->pkt_state, in fcoei_handle_comp_xch_list()
1079 fcoei_complete_xch(fcoei_exchange_t *xch, fcoe_frame_t *frm, in fcoei_complete_xch() function