Searched refs:tl4 (Results 1 – 1 of 1) sorted by relevance
830 uint32_t tl2, tl3, tl4; in nic_tx_channel_cfg() local843 tl4 = (lmac * NIC_TL4_PER_LMAC) + (bgx * NIC_TL4_PER_BGX); in nic_tx_channel_cfg()844 tl4 += sq_idx; in nic_tx_channel_cfg()846 tl3 = tl4 / (NIC_MAX_TL4 / NIC_MAX_TL3); in nic_tx_channel_cfg()849 ((uint32_t)sq_idx << NIC_Q_NUM_SHIFT), tl4); in nic_tx_channel_cfg()850 nic_reg_write(nic, NIC_PF_TL4_0_1023_CFG | (tl4 << 3), in nic_tx_channel_cfg()