Searched refs:abs_queue_idx (Results 1 – 1 of 1) sorted by relevance
1155 u32 abs_queue_idx = hw->func_caps.base_queue + queue; in i40e_pre_tx_queue_cfg() local1159 if (abs_queue_idx >= 128) { in i40e_pre_tx_queue_cfg()1160 reg_block = abs_queue_idx / 128; in i40e_pre_tx_queue_cfg()1161 abs_queue_idx %= 128; in i40e_pre_tx_queue_cfg()1166 reg_val |= (abs_queue_idx << I40E_GLLAN_TXPRE_QDIS_QINDX_SHIFT); in i40e_pre_tx_queue_cfg()1496 u32 abs_queue_idx = base_queue + i; in i40e_clear_hw() local1499 if (abs_queue_idx >= 128) { in i40e_clear_hw()1500 reg_block = abs_queue_idx / 128; in i40e_clear_hw()1501 abs_queue_idx %= 128; in i40e_clear_hw()1506 val |= (abs_queue_idx << I40E_GLLAN_TXPRE_QDIS_QINDX_SHIFT); in i40e_clear_hw()