Lines Matching refs:tx_que

399 		struct tx_ring *txr = &tx_que->txr;  in igc_get_regs()
806 struct igc_tx_queue *tx_que; in igc_if_init() local
822 for (i = 0, tx_que = adapter->tx_queues; i < adapter->tx_num_queues; i++, tx_que++) { in igc_if_init()
823 struct tx_ring *txr = &tx_que->txr; in igc_if_init()
1342 struct igc_tx_queue *tx_que = adapter->tx_queues; in igc_if_msix_intr_assign() local
1370 for (i = 0; i < adapter->tx_num_queues; i++, tx_que++, vector++) { in igc_if_msix_intr_assign()
1372 tx_que = &adapter->tx_queues[i]; in igc_if_msix_intr_assign()
1375 IFLIB_INTR_TX, tx_que, tx_que->me, buf); in igc_if_msix_intr_assign()
1377 tx_que->msix = (vector % adapter->rx_num_queues); in igc_if_msix_intr_assign()
1385 tx_que->eims = 1 << i; in igc_if_msix_intr_assign()
1411 struct igc_tx_queue *tx_que; in igc_configure_queues() local
1438 tx_que = &adapter->tx_queues[i]; in igc_configure_queues()
1441 ivar |= (tx_que->msix | IGC_IVAR_VALID) << 24; in igc_configure_queues()
1444 ivar |= (tx_que->msix | IGC_IVAR_VALID) << 8; in igc_configure_queues()
1447 adapter->que_mask |= tx_que->eims; in igc_configure_queues()
1904 struct igc_tx_queue *tx_que = adapter->tx_queues; in igc_if_queues_free() local
1907 if (tx_que != NULL) { in igc_if_queues_free()
1908 for (int i = 0; i < adapter->tx_num_queues; i++, tx_que++) { in igc_if_queues_free()
1909 struct tx_ring *txr = &tx_que->txr; in igc_if_queues_free()
2496 struct igc_tx_queue *tx_que = adapter->tx_queues; in igc_add_hw_stats() local
2538 for (int i = 0; i < adapter->tx_num_queues; i++, tx_que++) { in igc_add_hw_stats()
2539 struct tx_ring *txr = &tx_que->txr; in igc_add_hw_stats()