Searched refs:i40e_hmc_get_object_va (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_lan_hmc.c | 1204 enum i40e_status_code i40e_hmc_get_object_va(struct i40e_hw *hw, in i40e_hmc_get_object_va() function 1277 err = i40e_hmc_get_object_va(hw, &context_bytes, I40E_HMC_LAN_TX, queue); in i40e_get_lan_tx_queue_context() 1296 err = i40e_hmc_get_object_va(hw, &context_bytes, I40E_HMC_LAN_TX, queue); in i40e_clear_lan_tx_queue_context() 1316 err = i40e_hmc_get_object_va(hw, &context_bytes, I40E_HMC_LAN_TX, queue); in i40e_set_lan_tx_queue_context() 1337 err = i40e_hmc_get_object_va(hw, &context_bytes, I40E_HMC_LAN_RX, queue); in i40e_get_lan_rx_queue_context() 1356 err = i40e_hmc_get_object_va(hw, &context_bytes, I40E_HMC_LAN_RX, queue); in i40e_clear_lan_rx_queue_context() 1376 err = i40e_hmc_get_object_va(hw, &context_bytes, I40E_HMC_LAN_RX, queue); in i40e_set_lan_rx_queue_context()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_2_1.rst | 211 * Rework of ``i40e_hmc_get_object_va``.
|