Home
last modified time | relevance | path

Searched refs:cmd_fca_private (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1673 fct_cmd->cmd_fca_private, fct_cmd->cmd_type); in emlxs_fct_send_cmd()
1721 cmd_sbp = (emlxs_buf_t *)fct_cmd->cmd_fca_private; in emlxs_fct_send_cmd_rsp()
2047 emlxs_buf_t *cmd_sbp = (emlxs_buf_t *)fct_cmd->cmd_fca_private; in emlxs_fct_register_remote_port()
2560 cmd_sbp = (emlxs_buf_t *)fct_cmd->cmd_fca_private; in emlxs_fct_send_fcp_data()
2650 cmd_sbp = (emlxs_buf_t *)fct_cmd->cmd_fca_private; in emlxs_fct_send_fcp_status()
2930 cmd_sbp = (emlxs_buf_t *)fct_cmd->cmd_fca_private; in emlxs_fct_handle_fcp_event()
3323 GET_BYTE_OFFSET(fct_cmd->cmd_fca_private, in emlxs_fct_handle_unsol_els()
3464 cmd_sbp = (emlxs_buf_t *)fct_cmd->cmd_fca_private; in emlxs_fct_pkt_init()
3488 emlxs_buf_t *cmd_sbp = (emlxs_buf_t *)fct_cmd->cmd_fca_private; in emlxs_fct_cmd_init()
3525 emlxs_buf_t *cmd_sbp = (emlxs_buf_t *)fct_cmd->cmd_fca_private; in emlxs_fct_cmd_accept()
[all …]
H A Demlxs_sli3.c4913 (emlxs_buf_t *)fct_cmd->cmd_fca_private; in emlxs_sli3_handle_ring_event()
H A Demlxs_sli4.c6071 cmd_sbp = (emlxs_buf_t *)fct_cmd->cmd_fca_private; in emlxs_sli4_process_wqe_cmpl()
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.h261 #define CMD2XCH(x_cmd) ((fcoet_exchange_t *)x_cmd->cmd_fca_private)
H A Dfcoet_fc.c330 cmd, cmd->cmd_fca_private, cmd->cmd_specific); in fcoet_abort_cmd()
867 cmd->cmd_fca_private = NULL; in fcoet_send_abts_response()
H A Dfcoet_eth.c748 cmd->cmd_fca_private = xch; in fcoet_process_unsol_abts_req()
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h72 void *cmd_fca_private; member
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c5347 qcmd = (qlt_cmd_t *)cmd->cmd_fca_private; in qlt_handle_purex()
5435 qlt_cmd_t *qcmd = (qlt_cmd_t *)cmd->cmd_fca_private; in qlt_xfer_scsi_data()
5584 qlt_cmd_t *qcmd = (qlt_cmd_t *)cmd->cmd_fca_private; in qlt_send_status()
5838 qcmd = (qlt_cmd_t *)cmd->cmd_fca_private; in qlt_send_els_response()
5912 qcmd = (qlt_abts_cmd_t *)cmd->cmd_fca_private; in qlt_send_abts_response()
6278 qcmd = (qlt_cmd_t *)cmd->cmd_fca_private; in qlt_handle_atio()
6477 qcmd = (qlt_cmd_t *)cmd->cmd_fca_private; in qlt_handle_unsol_els_completion()
6579 qcmd = (qlt_cmd_t *)cmd->cmd_fca_private; in qlt_handle_unsol_els_abort_completion()
6644 qcmd = (qlt_cmd_t *)cmd->cmd_fca_private; in qlt_handle_sol_els_completion()
6716 qcmd = (qlt_cmd_t *)cmd->cmd_fca_private; in qlt_handle_ct_completion()
[all …]
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2359 els->els_req_payload = cmd->cmd_fca_private; in fct_create_solels()