Searched refs:abs_queue_idx (Results 1 – 1 of 1) sorted by relevance
544 u32 abs_queue_idx = hw->func_caps.base_queue + queue; in i40e_pre_tx_queue_cfg() local548 if (abs_queue_idx >= 128) { in i40e_pre_tx_queue_cfg()549 reg_block = abs_queue_idx / 128; in i40e_pre_tx_queue_cfg()550 abs_queue_idx %= 128; in i40e_pre_tx_queue_cfg()555 reg_val |= (abs_queue_idx << I40E_GLLAN_TXPRE_QDIS_QINDX_SHIFT); in i40e_pre_tx_queue_cfg()867 u32 abs_queue_idx = base_queue + i; in i40e_clear_hw() local870 if (abs_queue_idx >= 128) { in i40e_clear_hw()871 reg_block = abs_queue_idx / 128; in i40e_clear_hw()872 abs_queue_idx %= 128; in i40e_clear_hw()877 val |= (abs_queue_idx << I40E_GLLAN_TXPRE_QDIS_QINDX_SHIFT); in i40e_clear_hw()