Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c415 els = CMD2ELS(cmd); in fcoet_send_sol_flogi()
663 CMD2ELS(cmd)->els_req_size + FCFH_SIZE, NULL); in fcoet_send_sol_els()
675 bcopy(CMD2ELS(cmd)->els_req_payload, frm->frm_payload, in fcoet_send_sol_els()
712 CMD2ELS(cmd)->els_req_size + FCFH_SIZE, NULL); in fcoet_send_sol_ct()
724 bcopy(CMD2ELS(cmd)->els_req_payload, frm->frm_payload, in fcoet_send_sol_ct()
828 CMD2ELS(cmd)->els_resp_size + FCFH_SIZE, NULL); in fcoet_send_els_response()
842 bcopy(CMD2ELS(cmd)->els_resp_payload, frm->frm_payload, in fcoet_send_els_response()
H A Dfcoet.h258 #define CMD2ELS(x_cmd) ((fct_els_t *)x_cmd->cmd_specific) macro
H A Dfcoet_eth.c684 els = CMD2ELS(xch->xch_cmd); in fcoet_process_sol_els_rsp()
864 actual_size = CMD2ELS(xch->xch_cmd)->els_resp_size; in fcoet_process_sol_ct_rsp()
1132 fct_els_t *els = CMD2ELS(xch->xch_cmd); in fcoet_process_sol_flogi_rsp()