Searched refs:i40e_hmc_get_object_va (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_lan_hmc.c | 1229 enum i40e_status_code i40e_hmc_get_object_va(struct i40e_hw *hw, in i40e_hmc_get_object_va() function 1302 err = i40e_hmc_get_object_va(hw, &context_bytes, I40E_HMC_LAN_TX, queue); in i40e_get_lan_tx_queue_context() 1321 err = i40e_hmc_get_object_va(hw, &context_bytes, I40E_HMC_LAN_TX, queue); in i40e_clear_lan_tx_queue_context() 1341 err = i40e_hmc_get_object_va(hw, &context_bytes, I40E_HMC_LAN_TX, queue); in i40e_set_lan_tx_queue_context() 1362 err = i40e_hmc_get_object_va(hw, &context_bytes, I40E_HMC_LAN_RX, queue); in i40e_get_lan_rx_queue_context() 1381 err = i40e_hmc_get_object_va(hw, &context_bytes, I40E_HMC_LAN_RX, queue); in i40e_clear_lan_rx_queue_context() 1401 err = i40e_hmc_get_object_va(hw, &context_bytes, I40E_HMC_LAN_RX, queue); in i40e_set_lan_rx_queue_context()
|