I40E_HMC_LAN_RX
err = i40e_hmc_get_object_va(hw, &context_bytes, I40E_HMC_LAN_RX, queue);
err = i40e_hmc_get_object_va(hw, &context_bytes, I40E_HMC_LAN_RX, queue);
return i40e_clear_hmc_context(hw, context_bytes, I40E_HMC_LAN_RX);
err = i40e_hmc_get_object_va(hw, &context_bytes, I40E_HMC_LAN_RX, queue);
obj = &hw->hmc.hmc_obj[I40E_HMC_LAN_RX];
obj->base = hw->hmc.hmc_obj[I40E_HMC_LAN_RX].base +
(hw->hmc.hmc_obj[I40E_HMC_LAN_RX].cnt *
hw->hmc.hmc_obj[I40E_HMC_LAN_RX].size);
obj = &hw->hmc.hmc_obj[I40E_HMC_LAN_RX];