Searched refs:iri_qsidx (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_txrx.c | 533 tpas = &(softc->rx_rings[ri->iri_qsidx].tpa_start[agg_id]); in bnxt_pkt_get_tpa() 605 struct bnxt_cp_ring *cpr = &softc->rx_cp_rings[ri->iri_qsidx]; in bnxt_isc_rxd_pkt_get() 632 softc->rx_rings[ri->iri_qsidx].tpa_start[agg_id].low = *rtpa; in bnxt_isc_rxd_pkt_get() 638 softc->rx_rings[ri->iri_qsidx].tpa_start[agg_id].high = in bnxt_isc_rxd_pkt_get() 644 type, ri->iri_qsidx); in bnxt_isc_rxd_pkt_get()
|
/freebsd/sys/dev/enic/ |
H A D | enic_txrx.c | 239 cq_rq = enic_cq_rq(&softc->enic, ri->iri_qsidx); in enic_isc_rxd_pkt_get() 431 vnic_rq_service(&enic->rq[ri->iri_qsidx], cq_desc, completed_index, in enic_rq_service()
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-txrx.c | 700 struct xgbe_channel *channel = pdata->channel[ri->iri_qsidx]; in axgbe_isc_rxd_pkt_get() 709 ri->iri_qsidx, ri->iri_cidx, ring->cur, ring->dirty); in axgbe_isc_rxd_pkt_get() 791 "dirty: %d error 0x%x\n", __func__, ri->iri_qsidx, len, i, in axgbe_isc_rxd_pkt_get()
|
/freebsd/sys/net/ |
H A D | iflib.h | 71 uint16_t iri_qsidx; /* qset index */ member
|
H A D | iflib.c | 1233 ri.iri_qsidx = kring->ring_id; in iflib_netmap_rxsync() 2996 ri.iri_qsidx = rxq->ifr_id; in iflib_rxeof()
|
/freebsd/sys/dev/e1000/ |
H A D | em_txrx.c | 663 struct em_rx_queue *que = &sc->rx_queues[ri->iri_qsidx]; in lem_isc_rxd_pkt_get() 728 struct em_rx_queue *que = &sc->rx_queues[ri->iri_qsidx]; in em_isc_rxd_pkt_get()
|
H A D | igb_txrx.c | 439 struct em_rx_queue *que = &sc->rx_queues[ri->iri_qsidx]; in igb_isc_rxd_pkt_get()
|
/freebsd/sys/dev/ice/ |
H A D | ice_iflib_txrx.c | 377 struct ice_rx_queue *rxq = &sc->pf_vsi.rx_queues[ri->iri_qsidx]; in ice_ift_rxd_refill() 702 struct ice_rx_queue *rxq = &mif->vsi->rx_queues[ri->iri_qsidx];
|
/freebsd/sys/dev/ixgbe/ |
H A D | ix_txrx.c | 401 struct ix_rx_queue *que = &sc->rx_queues[ri->iri_qsidx]; in ixgbe_isc_rxd_pkt_get()
|
/freebsd/sys/dev/igc/ |
H A D | igc_txrx.c | 467 struct igc_rx_queue *que = &sc->rx_queues[ri->iri_qsidx]; in igc_isc_rxd_pkt_get()
|
/freebsd/sys/dev/mgb/ |
H A D | if_mgb.c | 1081 KASSERT(ri->iri_qsidx == 0, in mgb_isc_rxd_pkt_get() 1082 ("tried to check availability in RX Channel %d\n", ri->iri_qsidx)); in mgb_isc_rxd_pkt_get()
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_txrx_iflib.c | 668 struct iavf_rx_queue *que = &vsi->rx_queues[ri->iri_qsidx]; in iavf_isc_rxd_pkt_get()
|
/freebsd/sys/dev/vmware/vmxnet3/ |
H A D | if_vmx.c | 1510 rxq = &sc->vmx_rxq[ri->iri_qsidx]; in vmxnet3_isc_rxd_pkt_get() 1552 ri->iri_flowid = ri->iri_qsidx; in vmxnet3_isc_rxd_pkt_get() 1576 ri->iri_flowid = ri->iri_qsidx; in vmxnet3_isc_rxd_pkt_get()
|
/freebsd/sys/dev/ixl/ |
H A D | ixl_txrx.c | 661 struct ixl_rx_queue *que = &vsi->rx_queues[ri->iri_qsidx]; in ixl_isc_rxd_pkt_get()
|
/freebsd/sys/dev/enetc/ |
H A D | if_enetc.c | 1238 queue = &sc->rx_queues[ri->iri_qsidx]; in enetc_isc_rxd_pkt_get()
|