Home
last modified time | relevance | path

Searched refs:I40E_GLQF_HASH_INSET (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_regs.h35 {I40E_GLQF_HASH_INSET(0, 0), 1, 4, 63, 8, "GLQF_HASH_INSET"},
H A Drte_pmd_i40e.c3093 i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(1, pctype)); in rte_pmd_i40e_inset_get()
3096 i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(0, pctype)); in rte_pmd_i40e_inset_get()
3174 i40e_check_write_global_reg(hw, I40E_GLQF_HASH_INSET(0, pctype), in rte_pmd_i40e_inset_set()
3176 i40e_check_write_global_reg(hw, I40E_GLQF_HASH_INSET(1, pctype), in rte_pmd_i40e_inset_set()
H A Di40e_ethdev.c9575 I40E_GLQF_HASH_INSET(0, pctype), in i40e_filter_input_set_init()
9578 I40E_GLQF_HASH_INSET(1, pctype), in i40e_filter_input_set_init()
9657 inset_reg = i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(1, pctype)); in i40e_hash_filter_inset_select()
9659 inset_reg |= i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(0, pctype)); in i40e_hash_filter_inset_select()
9669 i40e_check_write_global_reg(hw, I40E_GLQF_HASH_INSET(0, pctype), in i40e_hash_filter_inset_select()
9671 i40e_check_write_global_reg(hw, I40E_GLQF_HASH_INSET(1, pctype), in i40e_hash_filter_inset_select()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_register.h5182 #define I40E_GLQF_HASH_INSET(_i, _j) (0x00267600 + ((_i) * 4 + (_j) * 8)) /* _i=0...1, _j=0...… macro