Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_common.c945 u32 abs_queue_idx = hw->func_caps.base_queue + queue; in i40e_pre_tx_queue_cfg() local
949 if (abs_queue_idx >= 128) { in i40e_pre_tx_queue_cfg()
950 reg_block = abs_queue_idx / 128; in i40e_pre_tx_queue_cfg()
951 abs_queue_idx %= 128; in i40e_pre_tx_queue_cfg()
956 reg_val |= (abs_queue_idx << I40E_GLLAN_TXPRE_QDIS_QINDX_SHIFT); in i40e_pre_tx_queue_cfg()
1265 u32 abs_queue_idx = base_queue + i; in i40e_clear_hw() local
1268 if (abs_queue_idx >= 128) { in i40e_clear_hw()
1269 reg_block = abs_queue_idx / 128; in i40e_clear_hw()
1270 abs_queue_idx %= 128; in i40e_clear_hw()
1275 val |= (abs_queue_idx << I40E_GLLAN_TXPRE_QDIS_QINDX_SHIFT); in i40e_clear_hw()