Home
last modified time | relevance | path

Searched refs:em_rx_queue (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/dev/e1000/
H A Dif_em.h413 struct em_rx_queue *que;
439 struct em_rx_queue { struct
465 struct em_rx_queue *rx_queues; argument
H A Dem_txrx.c489 struct em_rx_queue *que = &sc->rx_queues[iru->iru_qsidx]; in lem_isc_rxd_refill()
518 struct em_rx_queue *que = &sc->rx_queues[rxqid]; in em_isc_rxd_refill()
545 struct em_rx_queue *que = &sc->rx_queues[rxqid]; in em_isc_rxd_flush()
556 struct em_rx_queue *que = &sc->rx_queues[rxqid]; in lem_isc_rxd_available()
581 struct em_rx_queue *que = &sc->rx_queues[rxqid]; in em_isc_rxd_available()
606 struct em_rx_queue *que = &adapter->rx_queues[ri->iri_qsidx]; in lem_isc_rxd_pkt_get()
667 struct em_rx_queue *que = &adapter->rx_queues[ri->iri_qsidx]; in em_isc_rxd_pkt_get()
H A Digb_txrx.c361 struct em_rx_queue *que = &sc->rx_queues[rxqid]; in igb_isc_rxd_refill()
386 struct em_rx_queue *que = &sc->rx_queues[rxqid]; in igb_isc_rxd_flush()
397 struct em_rx_queue *que = &sc->rx_queues[rxqid]; in igb_isc_rxd_available()
429 struct em_rx_queue *que = &adapter->rx_queues[ri->iri_qsidx]; in igb_isc_rxd_pkt_get()
H A Dif_em.c1411 struct em_rx_queue *rxq = &adapter->rx_queues[rxqid]; in em_if_rx_queue_intr_enable()
1431 struct em_rx_queue *rxq = &adapter->rx_queues[rxqid]; in igb_if_rx_queue_intr_enable()
1455 struct em_rx_queue *que = arg; in em_msix_que()
1970 struct em_rx_queue *rx_que = adapter->rx_queues; in em_if_msix_intr_assign()
2058 struct em_rx_queue *rx_que; in igb_configure_queues()
2199 struct em_rx_queue *que = adapter->rx_queues; in em_free_pci_resources()
2893 struct em_rx_queue *que; in em_if_rx_queues_alloc()
2901 (struct em_rx_queue *) malloc(sizeof(struct em_rx_queue) * in em_if_rx_queues_alloc()
2935 struct em_rx_queue *rx_que = adapter->rx_queues; in em_if_queues_free()
3114 struct em_rx_queue *que; in em_initialize_receive_unit()
[all …]