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);
663 CMD2ELS(cmd)->els_req_size + FCFH_SIZE, NULL);
675 bcopy(CMD2ELS(cmd)->els_req_payload, frm->frm_payload,
712 CMD2ELS(cmd)->els_req_size + FCFH_SIZE, NULL);
724 bcopy(CMD2ELS(cmd)->els_req_payload, frm->frm_payload,
828 CMD2ELS(cmd)->els_resp_size + FCFH_SIZE, NULL);
842 bcopy(CMD2ELS(cmd)->els_resp_payload, frm->frm_payload,
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);
864 actual_size = CMD2ELS(xch->xch_cmd)->els_resp_size;
1132 fct_els_t *els = CMD2ELS(xch->xch_cmd);

Completed in 49 milliseconds