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

  /src/sys/dev/pci/
if_iavf.c 289 struct iavf_tx_ring *qp_txr; member in struct:iavf_queue_pair
1110 txr = sc->sc_qps[i].qp_txr;
1184 txr = sc->sc_qps[i].qp_txr;
2450 qp->qp_txr = iavf_txr_alloc(sc, i);
2452 if (qp->qp_rxr == NULL || qp->qp_txr == NULL)
2471 if (qp->qp_txr != NULL)
2472 iavf_txr_free(sc, qp->qp_txr);
2498 if (qp->qp_txr != NULL)
2499 iavf_txr_free(sc, qp->qp_txr);
3095 txr = qp->qp_txr;
    [all...]
if_ixl.c 435 struct ixl_tx_ring *qp_txr; member in struct:ixl_queue_pair
1980 txr = sc->sc_qps[i].qp_txr;
1991 txr = sc->sc_qps[i].qp_txr;
2190 txr = sc->sc_qps[i].qp_txr;
2205 txr = sc->sc_qps[i].qp_txr;
2226 txr = sc->sc_qps[i].qp_txr;
2251 txr = sc->sc_qps[i].qp_txr;
2302 qp->qp_txr = ixl_txr_alloc(sc, i);
2303 if (qp->qp_txr == NULL)
2321 if (qp->qp_txr != NULL
    [all...]

Completed in 16 milliseconds