/src/sys/dev/pci/ixgbe/ |
if_fdir.c | 89 struct ix_queue *que; local in function:ixgbe_atr 142 que = &sc->queues[txr->me]; 148 input, common, que->msix);
|
ix_txrx.c | 392 struct ix_queue *que = sc->queues; local in function:ixgbe_drain_all 394 for (int i = 0; i < sc->num_queues; i++, que++) { 395 struct tx_ring *txr = que->txr; 1818 ixgbe_rxeof(struct ix_queue *que) 1820 struct ixgbe_softc *sc = que->sc; 1821 struct rx_ring *rxr = que->rxr; 2163 sendmp->m_pkthdr.flowid = que->msix; 2359 struct ix_queue *que; local in function:ixgbe_allocate_queues 2476 que = &sc->queues[i]; 2477 que->sc = sc 2509 struct ix_queue *que; local in function:ixgbe_free_queues [all...] |
ixv.c | 714 struct ix_queue *que; local in function:ixv_init_locked 724 for (i = 0, que = sc->queues; i < sc->num_queues; i++, que++) 725 que->disabled_count = 0; 784 for (i = 0, que = sc->queues; i < sc->num_queues; i++, que++) 785 mask |= (1 << que->msix); 833 struct ix_queue *que = &sc->queues[vector]; local in function:ixv_enable_queue 837 mutex_enter(&que->dc_mtx); 838 if (que->disabled_count > 0 && --que->disabled_count > 0 854 struct ix_queue *que = &sc->queues[vector]; local in function:ixv_disable_queue 884 struct ix_queue *que = arg; local in function:ixv_msix_que 1285 struct ix_queue *que = sc->queues; local in function:ixv_handle_timer 1556 struct ix_queue *que = sc->queues; local in function:ixv_free_deferred_handlers 1592 struct ix_queue *que = sc->queues; local in function:ixv_free_pci_resources 2320 struct ix_queue *que = sc->queues; local in function:ixv_enable_intr 2345 struct ix_queue *que = sc->queues; local in function:ixv_disable_intr 2394 struct ix_queue *que = sc->queues; local in function:ixv_configure_ivars 2484 struct ix_queue *que = (struct ix_queue *)node.sysctl_data; local in function:ixv_sysctl_interrupt_rate_handler 3301 struct ix_queue *que = context; local in function:ixv_handle_que 3349 struct ix_queue *que = container_of(wk, struct ix_queue, wq_cookie); local in function:ixv_handle_que_work 3365 struct ix_queue *que = sc->queues; local in function:ixv_allocate_msix [all...] |
ixgbe.c | 2714 struct ix_queue *que = &sc->queues[vector]; local in function:ixgbe_enable_queue 2718 mutex_enter(&que->dc_mtx); 2719 if (que->disabled_count > 0 && --que->disabled_count > 0) 2734 mutex_exit(&que->dc_mtx); 2744 struct ix_queue *que = &sc->queues[vector]; local in function:ixgbe_disable_queue_internal 2748 mutex_enter(&que->dc_mtx); 2750 if (que->disabled_count > 0) { 2752 que->disabled_count++; 2755 que->disabled_count++ 2817 struct ix_queue *que = arg; local in function:ixgbe_msix_que 3331 struct ix_queue *que = (struct ix_queue *)node.sysctl_data; local in function:ixgbe_sysctl_interrupt_rate_handler 3648 struct ix_queue *que = sc->queues; local in function:ixgbe_free_deferred_handlers 4053 struct ix_queue *que; local in function:ixgbe_init_locked 4384 struct ix_queue *que = sc->queues; local in function:ixgbe_configure_ivars 4616 struct ix_queue *que = sc->queues; local in function:ixgbe_handle_timer 5068 struct ix_queue *que = sc->queues; local in function:ixgbe_update_link_status 5173 struct ix_queue *que = sc->queues; local in function:ixgbe_enable_intr 5255 struct ix_queue *que = sc->queues; local in function:ixgbe_disable_intr_internal 5296 struct ix_queue *que = arg; local in function:ixgbe_legacy_irq 5364 struct ix_queue *que = sc->queues; local in function:ixgbe_free_pciintr_resources 6692 struct ix_queue *que = context; local in function:ixgbe_handle_que 6735 struct ix_queue *que = container_of(wk, struct ix_queue, wq_cookie); local in function:ixgbe_handle_que_work 6752 struct ix_queue *que = sc->queues; local in function:ixgbe_allocate_legacy 6861 struct ix_queue *que = sc->queues; local in function:ixgbe_allocate_msix [all...] |
/src/sys/dev/pci/ |
if_ena.c | 540 struct ena_que *que; local in function:ena_init_io_rings 584 que = &adapter->que[i]; 585 que->adapter = adapter; 586 que->id = i; 587 que->tx_ring = txr; 588 que->rx_ring = rxr; 590 txr->que = que; 591 rxr->que = que 680 struct ena_que *que = &adapter->que[qid]; local in function:ena_setup_tx_resources 856 struct ena_que *que = &adapter->que[qid]; local in function:ena_setup_rx_resources 1863 struct ena_que *que = arg; local in function:ena_cleanup [all...] |
if_enavar.h | 288 struct ena_que *que; member in struct:ena_ring 399 struct ena_que que[ENA_MAX_NUM_IO_QUEUES]
|