Searched refs:rxid (Results 1 - 12 of 12) sorted by relevance

/drivers/scsi/libfc/
H A Dfc_exch.c316 fh->fh_rx_id = htons(ep->rxid);
776 ep->rxid = FC_XID_UNKNOWN;
883 ep->rxid = ep->xid;
930 if (ep->rxid == FC_XID_UNKNOWN)
931 ep->rxid = ntohs(fh->fh_rx_id);
932 else if (ep->rxid != ntohs(fh->fh_rx_id)) {
941 * bad rxid of 0.
1054 ep->rxid == FC_XID_UNKNOWN) {
1055 ep->rxid = ntohs(fh->fh_rx_id);
1441 if (ep->rxid
1862 u16 rxid; local
[all...]
H A Dfc_libfc.h77 (_ep)->oxid, (_ep)->rxid, ##args); \
H A Dfc_fcp.c1663 srr->srr_rx_id = htons(ep->rxid);
/drivers/scsi/lpfc/
H A Dlpfc_disc.h126 uint16_t rxid; member in struct:lpfc_node_rrq
H A Dlpfc_els.c1644 irsp->ulpTimeout, rrq->xritag, rrq->rxid);
2971 * know the rxid and because we did not send the
4196 uint16_t rxid; local
4205 rxid = bf_get(rrq_rxid, rrq);
4212 rxid,
4221 xri = rxid;
5162 uint16_t rxid; local
5168 rxid = (uint16_t) ((unsigned long)(pmb->context1) & 0xffff);
5191 icmd->ulpContext = rxid;
5249 uint16_t rxid; local
7855 uint16_t rxid = bf_get(lpfc_wcqe_xa_remote_xid, axri); local
[all...]
H A Dlpfc.h464 uint16_t rxid; member in struct:unsol_rcv_ct_ctx
H A Dlpfc_sli.c776 * @rxid: Remote Exchange ID.
788 uint16_t xritag, uint16_t rxid, uint16_t send_rrq)
822 "3155 Unable to allocate RRQ xri:0x%x rxid:0x%x"
824 xritag, rxid, ndlp->nlp_DID, send_rrq);
833 rrq->rxid = rxid;
846 "2921 Can't set rrq active xri:0x%x rxid:0x%x"
848 xritag, rxid, ndlp->nlp_DID, send_rrq);
14151 uint16_t oxid, rxid; local
14161 rxid
787 lpfc_set_rrq_active(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp, uint16_t xritag, uint16_t rxid, uint16_t send_rrq) argument
[all...]
H A Dlpfc_scsi.c664 uint16_t rxid = bf_get(lpfc_wcqe_xa_remote_xid, axri); local
691 lpfc_set_rrq_active(phba, ndlp, xri, rxid, 1);
3688 * know the rxid and because we did not send the
H A Dlpfc_bsg.c969 phba->ct_ctx[evt_dat->immed_dat].rxid =
1324 icmd->ulpContext = phba->ct_ctx[tag].rxid;
/drivers/scsi/bfa/
H A Dbfa_fc.h406 u32 rxid:16; member in struct:fc_exch_status_blk_s
426 u32 rxid:16; member in struct:fc_res_s
446 u32 rxid:16; member in struct:fc_rec_s
465 u32 rxid:16; member in struct:fc_rec_acc_s
482 u32 rxid: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,
243 return fc_seq_exch(cmd->seq)->rxid;
/drivers/mmc/host/
H A Dau1xmmc.c877 int txid, rxid; local
887 rxid = res->start;
899 host->rx_chan = au1xxx_dbdma_chan_alloc(rxid, memid,

Completed in 5326 milliseconds