HomeSort by: relevance | last modified time | path
    Searched defs:qp_rxr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iavf.c 290 struct iavf_rx_ring *qp_rxr; member in struct:iavf_queue_pair
1109 rxr = sc->sc_qps[i].qp_rxr;
1183 rxr = sc->sc_qps[i].qp_rxr;
2449 qp->qp_rxr = iavf_rxr_alloc(sc, i);
2452 if (qp->qp_rxr == NULL || qp->qp_txr == NULL)
2469 if (qp->qp_rxr != NULL)
2470 iavf_rxr_free(sc, qp->qp_rxr);
2496 if (qp->qp_rxr != NULL)
2497 iavf_rxr_free(sc, qp->qp_rxr);
3096 rxr = qp->qp_rxr;
    [all...]
if_ixl.c 436 struct ixl_rx_ring *qp_rxr; member in struct:ixl_queue_pair
1924 struct ixl_rx_ring *rxr = qp->qp_rxr;
1936 struct ixl_rx_ring *rxr = qp->qp_rxr;
1981 rxr = sc->sc_qps[i].qp_rxr;
1992 rxr = sc->sc_qps[i].qp_rxr;
2191 rxr = sc->sc_qps[i].qp_rxr;
2206 rxr = sc->sc_qps[i].qp_rxr;
2227 rxr = sc->sc_qps[i].qp_rxr;
2252 rxr = sc->sc_qps[i].qp_rxr;
2306 qp->qp_rxr = ixl_rxr_alloc(sc, i)
    [all...]

Completed in 34 milliseconds