Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnic_main.c497 u32 tl2, tl3, tl4; in nic_tx_channel_cfg() local
518 tl3 = tl4 / (NIC_MAX_TL4 / NIC_MAX_TL3); in nic_tx_channel_cfg()
525 nic_reg_write(nic, NIC_PF_TL3_0_255_CFG | (tl3 << 3), rr_quantum); in nic_tx_channel_cfg()
527 nic_reg_write(nic, NIC_PF_TL3_0_255_CHAN | (tl3 << 3), chan); in nic_tx_channel_cfg()
531 tl2 = tl3 >> 2; in nic_tx_channel_cfg()