Searched refs:i40e_hmc_get_object_va (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_lan_hmc.c | 976 i40e_status i40e_hmc_get_object_va(struct i40e_hw *hw, u8 **object_base, in i40e_hmc_get_object_va() function 1051 err = i40e_hmc_get_object_va(hw, &context_bytes, in i40e_clear_lan_tx_queue_context() 1072 err = i40e_hmc_get_object_va(hw, &context_bytes, in i40e_set_lan_tx_queue_context() 1092 err = i40e_hmc_get_object_va(hw, &context_bytes, in i40e_clear_lan_rx_queue_context() 1113 err = i40e_hmc_get_object_va(hw, &context_bytes, in i40e_set_lan_rx_queue_context()
|