Lines Matching refs:rx_queues
1804 struct em_rx_queue *que = &sc->rx_queues[0]; in em_intr()
1859 struct em_rx_queue *rxq = &sc->rx_queues[rxqid]; in em_if_rx_queue_intr_enable()
1879 struct em_rx_queue *rxq = &sc->rx_queues[rxqid]; in igb_if_rx_queue_intr_enable()
2483 struct em_rx_queue *rx_que = sc->rx_queues; in em_if_msix_intr_assign()
2526 &sc->rx_queues[i % sc->rx_num_queues].que_irq, in em_if_msix_intr_assign()
2569 rx_que = sc->rx_queues; in em_if_msix_intr_assign()
2602 rx_que = &sc->rx_queues[i]; in igb_configure_queues()
2641 rx_que = &sc->rx_queues[i]; in igb_configure_queues()
2688 rx_que = &sc->rx_queues[i]; in igb_configure_queues()
2715 rx_que = &sc->rx_queues[i]; in igb_configure_queues()
2727 struct em_rx_queue *que = sc->rx_queues; in em_free_pci_resources()
3575 if (!(sc->rx_queues = in em_if_rx_queues_alloc()
3584 for (i = 0, que = sc->rx_queues; i < nrxqsets; i++, que++) { in em_if_rx_queues_alloc()
3612 struct em_rx_queue *rx_que = sc->rx_queues; in em_if_queues_free()
3628 free(sc->rx_queues, M_DEVBUF); in em_if_queues_free()
3629 sc->rx_queues = NULL; in em_if_queues_free()
3889 for (i = 0, que = sc->rx_queues; i < sc->rx_num_queues; i++, que++) { in em_initialize_receive_unit()
3959 for (i = 0, que = sc->rx_queues; i < sc->rx_num_queues; in em_initialize_receive_unit()
4914 struct em_rx_queue *rx_que = sc->rx_queues; in em_add_hw_stats()
5647 struct rx_ring *rxr = &sc->rx_queues->rxr; in em_print_debug_info()