Searched refs:abs_queue_id (Results 1 – 1 of 1) sorted by relevance
396 uint16_t abs_queue_id = vf->vsi->base_queue + rxq->queue_id; in i40e_pf_host_hmc_config_rxq() local425 err = i40e_clear_lan_rx_queue_context(hw, abs_queue_id); in i40e_pf_host_hmc_config_rxq()428 err = i40e_set_lan_rx_queue_context(hw, abs_queue_id, &rx_ctx); in i40e_pf_host_hmc_config_rxq()465 uint16_t abs_queue_id = vsi->base_queue + txq->queue_id; in i40e_pf_host_hmc_config_txq() local477 err = i40e_clear_lan_tx_queue_context(hw, abs_queue_id); in i40e_pf_host_hmc_config_txq()481 err = i40e_set_lan_tx_queue_context(hw, abs_queue_id, &tx_ctx); in i40e_pf_host_hmc_config_txq()494 I40E_WRITE_REG(hw, I40E_QTX_CTL(abs_queue_id), qtx_ctl); in i40e_pf_host_hmc_config_txq()