Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_lan_hmc.c155 obj = &hw->hmc.hmc_obj[I40E_HMC_LAN_RX]; in i40e_init_lan_hmc()
181 obj->base = hw->hmc.hmc_obj[I40E_HMC_LAN_RX].base + in i40e_init_lan_hmc()
182 (hw->hmc.hmc_obj[I40E_HMC_LAN_RX].cnt * in i40e_init_lan_hmc()
183 hw->hmc.hmc_obj[I40E_HMC_LAN_RX].size); in i40e_init_lan_hmc()
527 obj = &hw->hmc.hmc_obj[I40E_HMC_LAN_RX]; in i40e_configure_lan_hmc()
1367 err = i40e_hmc_get_object_va(hw, &context_bytes, I40E_HMC_LAN_RX, queue); in i40e_get_lan_rx_queue_context()
1386 err = i40e_hmc_get_object_va(hw, &context_bytes, I40E_HMC_LAN_RX, queue); in i40e_clear_lan_rx_queue_context()
1390 return i40e_clear_hmc_context(hw, context_bytes, I40E_HMC_LAN_RX); in i40e_clear_lan_rx_queue_context()
1406 err = i40e_hmc_get_object_va(hw, &context_bytes, I40E_HMC_LAN_RX, queue); in i40e_set_lan_rx_queue_context()
H A Di40e_lan_hmc.h142 I40E_HMC_LAN_RX = 2, enumerator