Home
last modified time | relevance | path

Searched refs:fcoet_clear_unsol_exchange (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.h37 int fcoet_clear_unsol_exchange(fcoet_exchange_t *xch);
H A Dfcoet_eth.c469 fcoet_clear_unsol_exchange(fcoet_exchange_t *xch) in fcoet_clear_unsol_exchange() function
928 if (fcoet_clear_unsol_exchange(xch) == FCOE_SUCCESS) { in fcoet_send_fcp_status_done()
957 if (fcoet_clear_unsol_exchange(xch) == FCOE_FAILURE) { in fcoet_send_unsol_els_rsp_done()
H A Dfcoet_fc.c348 (void) fcoet_clear_unsol_exchange(CMD2XCH(cmd)); in fcoet_abort_cmd()