Searched refs:cmd_oxid (Results 1 – 7 of 7) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/ |
| H A D | fcoet_fc.c | 252 FFM_OXID(cmd->cmd_oxid, frm); in fcoet_xfer_scsi_data() 302 FFM_OXID(cmd->cmd_oxid, frm); in fcoet_xfer_scsi_data() 812 FFM_OXID(cmd->cmd_oxid, frm); in fcoet_send_status() 848 FFM_OXID(cmd->cmd_oxid, frm); in fcoet_send_els_response() 883 FFM_OXID(cmd->cmd_oxid, frm); in fcoet_send_abts_response() 1050 FFM_OXID(cmd->cmd_oxid, frm); in fcoet_send_good_status()
|
| H A D | fcoet_eth.c | 461 cmd->cmd_oxid = xch->xch_oxid; in fcoet_create_unsol_exchange() 753 cmd->cmd_oxid = xch->xch_cmd->cmd_oxid; in fcoet_process_unsol_abts_req()
|
| /illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
| H A D | emlxs_fct.c | 794 cmd_code = (fct_cmd->cmd_oxid << ELS_CMD_SHIFT); in emlxs_fct_unsol_flush() 2411 fct_cmd->cmd_oxid = cmd_sbp->xrip->rx_id; in emlxs_fct_handle_unsol_req() 2417 fct_cmd->cmd_oxid, fct_cmd->cmd_rxid, cmd_sbp->xrip->iotag, in emlxs_fct_handle_unsol_req() 2422 fct_cmd->cmd_oxid = iocb->unsli3.ext_rcv.oxid; in emlxs_fct_handle_unsol_req() 2423 if (!fct_cmd->cmd_oxid) { in emlxs_fct_handle_unsol_req() 2424 fct_cmd->cmd_oxid = 0xFFFF; in emlxs_fct_handle_unsol_req() 2664 fct_task->task_resid, size, fct_cmd->cmd_rxid, fct_cmd->cmd_oxid); in emlxs_fct_send_fcp_status() 2698 pkt->pkt_cmd_fhdr.ox_id = fct_cmd->cmd_oxid; in emlxs_fct_send_fcp_status() 3301 fct_cmd->cmd_oxid = (cmd_code >> ELS_CMD_SHIFT) & 0xff; in emlxs_fct_handle_unsol_els() 3507 if ((fct_cmd->cmd_oxid == 0) && (fct_cmd->cmd_rxid == 0)) { in emlxs_fct_cmd_init() [all …]
|
| H A D | emlxs_sli4.c | 4489 wqe->OXId = (uint16_t)fct_cmd->cmd_oxid; in emlxs_sli4_prep_fct_iocb() 4950 sbp->fct_cmd->cmd_oxid = xrip->XRI; in emlxs_sli4_prep_els_iocb() 5182 sbp->fct_cmd->cmd_oxid = xrip->XRI; in emlxs_sli4_prep_ct_iocb()
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | fct.h | 91 uint16_t cmd_oxid; member
|
| /illumos-gate/usr/src/uts/common/io/comstar/port/fct/ |
| H A D | fct.c | 2331 cmd->cmd_oxid = PTR2INT(cmd, uint16_t); in fct_create_solels() 2550 cmd->cmd_oxid = PTR2INT(cmd, uint16_t); in fct_create_solct() 2916 *((uint16_t *)(p+4)) = BE_16(cmd->cmd_oxid); in fct_fill_abts_acc() 2986 (c->cmd_oxid != cmd->cmd_oxid)) in fct_handle_rcvd_abts()
|
| /illumos-gate/usr/src/uts/common/io/comstar/port/qlt/ |
| H A D | qlt.c | 5355 cmd->cmd_oxid = QMEM_RD16(qlt, (&resp[0x26])); in qlt_handle_purex() 5484 QMEM_WR16_REQ(qlt, qi, req+0x20, cmd->cmd_oxid); in qlt_xfer_scsi_data() 5651 QMEM_WR16_REQ(qlt, qi, req + 0x20, cmd->cmd_oxid); in qlt_send_status() 5792 QMEM_WR16_REQ(qlt, qi, req + 0x20, cmd->cmd_oxid); in qlt_send_status() 5864 EL(qlt, "req = NULL, %xh %xh %p %xh\n", cmd->cmd_oxid, in qlt_send_els_response() 5928 EL(qlt, "req = NULL, %xh %xh %p %xh %xh\n", cmd->cmd_oxid, in qlt_send_abts_response() 6282 cmd->cmd_oxid = oxid; in qlt_handle_atio() 6991 qi, cmd, cmd->cmd_oxid, cmd->cmd_rxid, in qlt_handle_ctio_completion() 7094 cmd->cmd_oxid = QMEM_RD16(qlt, (&resp[0x26])); in qlt_handle_rcvd_abts() 7101 qi, cmd->cmd_oxid, cmd->cmd_rxid, remote_portid, in qlt_handle_rcvd_abts() [all …]
|