Lines Matching refs:rxout
351 * the rxin_numd count for a message. Updated to rxout when the host
374 * the rxin_numd count for a message. Updated to rxout when the host
387 u32 rxout;
524 struct dma64dd *rxd = &pdcs->rxd_64[pdcs->rxout];
528 pdcs->pdc_idx, pdcs->rxout, buf_len, flags);
536 pdcs->rxout = NEXTRXD(pdcs->rxout, pdcs->nrxpost);
636 "PDC %u txin %u, txout %u, rxin %u, rxout %u, last_rx_curr %u\n",
638 pdcs->rxout, pdcs->last_rx_curr);
792 iowrite32(pdcs->rxout << 4, &pdcs->rxregs_64->ptr);
824 rx_avail = pdcs->nrxpost - NRXDACTIVE(pdcs->rxin, pdcs->rxout,
841 pdcs->rx_msg_start = pdcs->rxout;
848 if (unlikely(pdcs->rxout == (pdcs->nrxd - 1)))
851 rx_ctx = &pdcs->rx_ctx[pdcs->rxout];
890 rx_avail = pdcs->nrxpost - NRXDACTIVE(pdcs->rxin, pdcs->rxout,
898 if (unlikely(pdcs->rxout == (pdcs->nrxd - 1)))
914 if (unlikely(pdcs->rxout == (pdcs->nrxd - 1)))
1018 pdcs->rxout = 0;
1132 rx_avail = pdcs->nrxpost - NRXDACTIVE(pdcs->rxin, pdcs->rxout,