Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_pf.c370 uint16_t abs_queue_id = vf->vsi->base_queue + rxq->queue_id; in i40e_pf_host_hmc_config_rxq() local
399 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() local
451 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()