Searched refs:abs_queue_id (Results 1 – 1 of 1) sorted by relevance
370 uint16_t abs_queue_id = vf->vsi->base_queue + rxq->queue_id; in i40e_pf_host_hmc_config_rxq() local399 err = i40e_clear_lan_rx_queue_context(hw, abs_queue_id); in i40e_pf_host_hmc_config_rxq()402 err = i40e_set_lan_rx_queue_context(hw, abs_queue_id, &rx_ctx); in i40e_pf_host_hmc_config_rxq()439 uint16_t abs_queue_id = vsi->base_queue + txq->queue_id; in i40e_pf_host_hmc_config_txq() local451 err = i40e_clear_lan_tx_queue_context(hw, abs_queue_id); in i40e_pf_host_hmc_config_txq()455 err = i40e_set_lan_tx_queue_context(hw, abs_queue_id, &tx_ctx); in i40e_pf_host_hmc_config_txq()468 I40E_WRITE_REG(hw, I40E_QTX_CTL(abs_queue_id), qtx_ctl); in i40e_pf_host_hmc_config_txq()