Home
last modified time | relevance | path

Searched refs:igc_rx_queue (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/igc/
H A Dif_igc.h257 struct igc_rx_queue *que;
285 struct igc_rx_queue { struct
312 struct igc_rx_queue *rx_queues; argument
H A Digc_txrx.c396 struct igc_rx_queue *que = &sc->rx_queues[rxqid]; in igc_isc_rxd_refill()
422 struct igc_rx_queue *que = &sc->rx_queues[rxqid]; in igc_isc_rxd_flush()
433 struct igc_rx_queue *que = &sc->rx_queues[rxqid]; in igc_isc_rxd_available()
465 struct igc_rx_queue *que = &sc->rx_queues[ri->iri_qsidx]; in igc_isc_rxd_pkt_get()
H A Dif_igc.c145 static void igc_neweitr(struct igc_softc *, struct igc_rx_queue *,
907 igc_neweitr(struct igc_softc *sc, struct igc_rx_queue *que, in igc_neweitr()
1049 struct igc_rx_queue *que = &sc->rx_queues[0]; in igc_intr()
1098 struct igc_rx_queue *rxq = &sc->rx_queues[rxqid]; in igc_if_rx_queue_intr_enable()
1122 struct igc_rx_queue *que = arg; in igc_msix_que()
1526 struct igc_rx_queue *rx_que = sc->rx_queues; in igc_if_msix_intr_assign()
1600 struct igc_rx_queue *rx_que; in igc_configure_queues()
1663 struct igc_rx_queue *que = sc->rx_queues; in igc_free_pci_resources()
2058 struct igc_rx_queue *que; in igc_if_rx_queues_alloc()
2066 (struct igc_rx_queue *) malloc(sizeof(struct igc_rx_queue) * in igc_if_rx_queues_alloc()
[all …]