Searched refs:I40E_GLQF_HASH_INSET (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_regs.h | 35 {I40E_GLQF_HASH_INSET(0, 0), 1, 4, 63, 8, "GLQF_HASH_INSET"},
|
| H A D | rte_pmd_i40e.c | 3096 i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(1, pctype)); in rte_pmd_i40e_inset_get() 3099 i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(0, pctype)); in rte_pmd_i40e_inset_get() 3177 i40e_check_write_global_reg(hw, I40E_GLQF_HASH_INSET(0, pctype), in rte_pmd_i40e_inset_set() 3179 i40e_check_write_global_reg(hw, I40E_GLQF_HASH_INSET(1, pctype), in rte_pmd_i40e_inset_set()
|
| H A D | i40e_ethdev.c | 8812 reg = I40E_GLQF_HASH_INSET(0, pctype); in i40e_pf_global_rss_reset() 8814 reg = I40E_GLQF_HASH_INSET(1, pctype); in i40e_pf_global_rss_reset() 9613 I40E_GLQF_HASH_INSET(0, pctype), in i40e_filter_input_set_init() 9616 I40E_GLQF_HASH_INSET(1, pctype), in i40e_filter_input_set_init() 9670 inset_reg = i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(1, pctype)); in i40e_set_hash_inset() 9672 inset_reg |= i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(0, pctype)); in i40e_set_hash_inset() 9682 i40e_check_write_global_reg(hw, I40E_GLQF_HASH_INSET(0, pctype), in i40e_set_hash_inset() 9684 i40e_check_write_global_reg(hw, I40E_GLQF_HASH_INSET(1, pctype), in i40e_set_hash_inset()
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_register.h | 5192 #define I40E_GLQF_HASH_INSET(_i, _j) (0x00267600 + ((_i) * 4 + (_j) * 8)) /* _i=0...1, _j=0...… macro
|