Home
last modified time | relevance | path

Searched refs:cmd_lportid (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c254 FFM_S_ID(cmd->cmd_lportid, frm); in fcoet_xfer_scsi_data()
304 FFM_S_ID(cmd->cmd_lportid, frm); in fcoet_xfer_scsi_data()
683 FFM_S_ID(cmd->cmd_lportid, frm); in fcoet_send_sol_els()
732 FFM_S_ID(cmd->cmd_lportid, frm); in fcoet_send_sol_ct()
814 FFM_S_ID(cmd->cmd_lportid, frm); in fcoet_send_status()
850 FFM_S_ID(cmd->cmd_lportid, frm); in fcoet_send_els_response()
885 FFM_S_ID(cmd->cmd_lportid, frm); in fcoet_send_abts_response()
1052 FFM_S_ID(cmd->cmd_lportid, frm); in fcoet_send_good_status()
H A Dfcoet_eth.c460 cmd->cmd_lportid = FRM_D_ID(frm); in fcoet_create_unsol_exchange()
752 cmd->cmd_lportid = xch->xch_cmd->cmd_lportid; in fcoet_process_unsol_abts_req()
973 xch->xch_cmd->cmd_lportid; in fcoet_send_unsol_els_rsp_done()
1157 xch->xch_cmd->cmd_lportid = FRM_D_ID(frm); in fcoet_process_sol_flogi_rsp()
1159 xch->xch_cmd->cmd_lportid; in fcoet_process_sol_flogi_rsp()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c822 fct_cmd->cmd_lportid); in emlxs_fct_unsol_flush()
2083 fct_cmd->cmd_lportid, fct_cmd->cmd_rportid); in emlxs_fct_register_remote_port()
2125 port->did = fct_cmd->cmd_lportid; in emlxs_fct_register_remote_port()
2148 fct_cmd->cmd_lportid, fct_cmd->cmd_rportid, cmd_sbp->fct_state, in emlxs_fct_register_remote_port()
2160 fct_cmd->cmd_lportid, fct_cmd->cmd_rportid); in emlxs_fct_register_remote_port()
2183 fct_cmd->cmd_lportid, fct_cmd->cmd_rportid); in emlxs_fct_register_remote_port()
2233 fct_cmd->cmd_lportid, fct_cmd->cmd_rportid, in emlxs_fct_register_remote_port()
2246 fct_cmd->cmd_lportid, fct_cmd->cmd_rportid, in emlxs_fct_register_remote_port()
2382 fct_cmd->cmd_lportid = port->did; in emlxs_fct_handle_unsol_req()
2512 fct_cmd, cmd_sbp, fct_cmd->cmd_lportid, in emlxs_fct_handle_unsol_req()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h89 uint32_t cmd_lportid; member
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c817 cmd->cmd_lportid); in fct_handle_els()
863 cmd->cmd_lportid; in fct_handle_els()
883 if (cmd->cmd_lportid != iport->iport_link_info.portid) { in fct_handle_els()
887 FCT_ELS_NAME(op), cmd->cmd_lportid, in fct_handle_els()
H A Dfct.c2345 cmd->cmd_lportid = (PORT_TO_IPORT(port))->iport_link_info.portid; in fct_create_solels()
2549 cmd->cmd_lportid = (PORT_TO_IPORT(port))->iport_link_info.portid; in fct_create_solct()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c5353 cmd->cmd_lportid = ((uint32_t)(QMEM_RD16(qlt, (&resp[0x14])))) | in qlt_handle_purex()
5880 req[0x1b] = (uint8_t)((cmd->cmd_lportid >> 16) & 0xff); in qlt_send_els_response()
5881 req[0x1c] = (uint8_t)(cmd->cmd_lportid & 0xff); in qlt_send_els_response()
5882 req[0x1d] = (uint8_t)((cmd->cmd_lportid >> 8) & 0xff); in qlt_send_els_response()
6286 cmd->cmd_lportid = (((uint32_t)atio[8 + 1]) << 16) | in qlt_handle_atio()
7092 cmd->cmd_lportid = ((uint32_t)(QMEM_RD16(qlt, (&resp[0x14])))) | in qlt_handle_rcvd_abts()
7378 req[0x1b] = (uint8_t)((cmd->cmd_lportid >> 16) & 0xff); in qlt_send_els()
7379 req[0x1c] = (uint8_t)(cmd->cmd_lportid & 0xff); in qlt_send_els()
7380 req[0x1d] = (uint8_t)((cmd->cmd_lportid >> 8) & 0xff); in qlt_send_els()