Searched defs:rxid (Results 1 - 8 of 8) sorted by relevance

/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,
/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
1861 u16 rxid; local
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_disc.h126 uint16_t rxid; member in struct:lpfc_node_rrq
H A Dlpfc_els.c1635 irsp->ulpTimeout, rrq->xritag, rrq->rxid);
2962 * know the rxid and because we did not send the
4187 uint16_t rxid; local
4196 rxid = bf_get(rrq_rxid, rrq);
4203 rxid,
4212 xri = rxid;
5153 uint16_t rxid; local
5159 rxid = (uint16_t) ((unsigned long)(pmb->context1) & 0xffff);
5182 icmd->ulpContext = rxid;
5240 uint16_t rxid; local
7845 uint16_t rxid = bf_get(lpfc_wcqe_xa_remote_xid, axri); local
[all...]
H A Dlpfc_scsi.c658 uint16_t rxid = bf_get(lpfc_wcqe_xa_remote_xid, axri); local
685 lpfc_set_rrq_active(phba, ndlp, xri, rxid, 1);
2741 * know the rxid and because we did not send the
H A Dlpfc.h464 uint16_t rxid; member in struct:unsol_rcv_ct_ctx
H A Dlpfc_sli.c561 * @rxid: Remote Exchange ID.
573 uint16_t xritag, uint16_t rxid, uint16_t send_rrq)
612 rrq->rxid = rxid;
625 "2921 Can't set rrq active xri:0x%x rxid:0x%x"
627 xritag, rxid, did, send_rrq);
847 * @rxid: Remote Exchange ID.
859 uint16_t xritag, uint16_t rxid, uint16_t send_rrq)
865 ret = __lpfc_set_rrq_active(phba, ndlp, xritag, rxid, send_rrq);
14083 uint16_t oxid, rxid; local
572 __lpfc_set_rrq_active(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp, uint16_t xritag, uint16_t rxid, uint16_t send_rrq) argument
858 lpfc_set_rrq_active(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp, uint16_t xritag, uint16_t rxid, uint16_t send_rrq) argument
[all...]
/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

Completed in 1136 milliseconds