Home
last modified time | relevance | path

Searched refs:queue_per_tc (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/igc/
H A Digc_tsn.c108 static void igc_tsn_tx_arb(struct igc_adapter *adapter, u16 *queue_per_tc) in igc_tsn_tx_arb() argument
120 txarb |= IGC_TXARB_TXQ_PRIO_0(queue_per_tc[3]); in igc_tsn_tx_arb()
121 txarb |= IGC_TXARB_TXQ_PRIO_1(queue_per_tc[2]); in igc_tsn_tx_arb()
122 txarb |= IGC_TXARB_TXQ_PRIO_2(queue_per_tc[1]); in igc_tsn_tx_arb()
123 txarb |= IGC_TXARB_TXQ_PRIO_3(queue_per_tc[0]); in igc_tsn_tx_arb()
133 u16 queue_per_tc[4] = { 3, 2, 1, 0 }; in igc_tsn_disable_offload() local
166 igc_tsn_tx_arb(adapter, queue_per_tc); in igc_tsn_disable_offload()
217 adapter->queue_per_tc[i]); in igc_tsn_enable_offload()
224 adapter->queue_per_tc[i] = i; in igc_tsn_enable_offload()
229 igc_tsn_tx_arb(adapter, adapter->queue_per_tc); in igc_tsn_enable_offload()
H A Digc_main.c6599 adapter->queue_per_tc[i] = offset[i]; in igc_save_mqprio_params()