Home
last modified time | relevance | path

Searched refs:tl4 (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
513 tl4 = (lmac * NIC_TL4_PER_LMAC) + (bgx * NIC_TL4_PER_BGX); in nic_tx_channel_cfg()
514 tl4 += sq_idx; in nic_tx_channel_cfg()
516 tl4 += vnic * 8; in nic_tx_channel_cfg()
518 tl3 = tl4 / (NIC_MAX_TL4 / NIC_MAX_TL3); in nic_tx_channel_cfg()
521 ((u32)sq_idx << NIC_Q_NUM_SHIFT), tl4); in nic_tx_channel_cfg()
522 nic_reg_write(nic, NIC_PF_TL4_0_1023_CFG | (tl4 << 3), in nic_tx_channel_cfg()