Searched refs:oxid (Results 1 - 10 of 10) sorted by relevance

/drivers/scsi/libfc/
H A Dfc_libfc.h77 (_ep)->oxid, (_ep)->rxid, ##args); \
H A Dfc_exch.c315 fh->fh_ox_id = htons(ep->oxid);
771 ep->oxid = ep->xid = (index << fc_cpu_order | cpu) + mp->min_xid;
884 ep->oxid = ntohs(fh->fh_ox_id);
1863 u16 oxid; local
1872 oxid = ntohs(rp->rec_ox_id);
1875 sid == fc_host_port_id(lport->host) ? oxid : rxid);
1879 if (ep->oid != sid || oxid != ep->oxid)
2062 rrq->rrq_ox_id = htons(ep->oxid);
2120 if (ep->oxid !
[all...]
H A Dfc_fcp.c1662 srr->srr_ox_id = htons(ep->oxid);
/drivers/scsi/bfa/
H A Dbfa_fc.h405 u32 oxid:16; member in struct:fc_exch_status_blk_s
425 u32 oxid:16; member in struct:fc_res_s
445 u32 oxid:16; member in struct:fc_rec_s
464 u32 oxid:16; member in struct:fc_rec_acc_s
481 u32 oxid:16; member in struct:fc_rsi_s
/drivers/target/tcm_fc/
H A Dtfc_cmd.c78 caller, cmd, ep->sid, ep->did, ep->oxid, ep->rxid,
302 pr_debug("FCP error response: did %x oxid %x status %x code %x\n",
/drivers/scsi/lpfc/
H A Dlpfc.h463 uint16_t oxid; member in struct:unsol_rcv_ct_ctx
H A Dlpfc_els.c5161 uint16_t oxid; local
5169 oxid = (uint16_t) (((unsigned long)(pmb->context1) >> 16) & 0xffff);
5192 icmd->unsli3.rcvsli3.ox_id = oxid;
5248 uint16_t oxid; local
5256 oxid = (uint16_t) (((unsigned long)(pmb->context1) >> 16) & 0xffff);
5279 icmd->unsli3.rcvsli3.ox_id = oxid;
H A Dlpfc_bsg.c963 "[%d] over-run: oxid:x%x, "
966 evt_dat->immed_dat].oxid,
971 phba->ct_ctx[evt_dat->immed_dat].oxid =
1319 /* Do not issue unsol response if oxid not marked as valid */
1325 icmd->unsli3.rcvsli3.ox_id = phba->ct_ctx[tag].oxid;
1329 "2721 ndlp null for oxid %x SID %x\n",
H A Dlpfc_sli.c14151 uint16_t oxid, rxid; local
14160 oxid = be16_to_cpu(fc_hdr->fh_ox_id);
14166 "1268 Find ndlp returned NULL for oxid:x%x "
14167 "SID:x%x\n", oxid, sid);
14171 lpfc_set_rrq_active(phba, ndlp, rxid, oxid, 0);
14202 /* If the oxid maps to the FCP XRI range or if it is out of range,
14206 if (oxid > (phba->sli4_hba.max_cfg_param.max_xri +
14208 oxid > (lpfc_sli4_get_els_iocb_cnt(phba) +
14230 bf_set(lpfc_abts_oxid, &icmd->un.bls_rsp, oxid);
14234 "1200 Send BLS cmd x%x on oxid
[all...]
/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c200 BNX2FC_TGT_DBG(tgt, "Xmit L2 frame rport = 0x%x, oxid = 0x%x, "
409 unsigned short oxid; local
436 oxid = ntohs(fh->fh_ox_id);

Completed in 1813 milliseconds