Home
last modified time | relevance | path

Searched refs:I40E_VFQF_HENA (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev_vf.c2685 i40e_write_rx_ctl(hw, I40E_VFQF_HENA(0), (uint32_t)hena); in i40evf_hw_rss_hash_set()
2686 i40e_write_rx_ctl(hw, I40E_VFQF_HENA(1), (uint32_t)(hena >> 32)); in i40evf_hw_rss_hash_set()
2697 i40e_write_rx_ctl(hw, I40E_VFQF_HENA(0), 0); in i40evf_disable_rss()
2698 i40e_write_rx_ctl(hw, I40E_VFQF_HENA(1), 0); in i40evf_disable_rss()
2775 hena = (uint64_t)i40e_read_rx_ctl(hw, I40E_VFQF_HENA(0)); in i40evf_dev_rss_hash_update()
2776 hena |= ((uint64_t)i40e_read_rx_ctl(hw, I40E_VFQF_HENA(1))) << 32; in i40evf_dev_rss_hash_update()
2802 hena = (uint64_t)i40e_read_rx_ctl(hw, I40E_VFQF_HENA(0)); in i40evf_dev_rss_hash_conf_get()
2803 hena |= ((uint64_t)i40e_read_rx_ctl(hw, I40E_VFQF_HENA(1))) << 32; in i40evf_dev_rss_hash_conf_get()
H A Di40e_regs.h15 {I40E_VFQF_HENA(0), 1, 4, 0, 0, "VFQF_HENA"},
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_register.h3335 #define I40E_VFQF_HENA(_i) (0x0000C400 + ((_i) * 4)) /* _i=0...1 */ /* Reset: CORER */ macro