Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnic_main.c625 u32 tl2, tl3, tl4; in nic_tx_channel_cfg() local
646 tl4 = bgx * (hw->tl4_cnt / hw->bgx_cnt); in nic_tx_channel_cfg()
648 tl4 += (lmac * MAX_QUEUES_PER_QSET); in nic_tx_channel_cfg()
654 tl4 += (MAX_LMAC_PER_BGX * MAX_QUEUES_PER_QSET); in nic_tx_channel_cfg()
655 tl4 += (lmac * MAX_QUEUES_PER_QSET * MAX_SQS_PER_VF); in nic_tx_channel_cfg()
656 tl4 += (svf * MAX_QUEUES_PER_QSET); in nic_tx_channel_cfg()
659 tl4 = (vnic * MAX_QUEUES_PER_QSET); in nic_tx_channel_cfg()
661 tl4 += sq_idx; in nic_tx_channel_cfg()
663 tl3 = tl4 / (hw->tl4_cnt / hw->tl3_cnt); in nic_tx_channel_cfg()
666 ((u32)sq_idx << NIC_Q_NUM_SHIFT), tl4); in nic_tx_channel_cfg()
[all …]