Searched refs:I40E_GLQF_HASH_MSK (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_regs.h | 36 {I40E_GLQF_HASH_MSK(0, 0), 1, 4, 63, 8, "GLQF_HASH_MSK"},
|
| H A D | rte_pmd_i40e.c | 3102 i40e_read_rx_ctl(hw, I40E_GLQF_HASH_MSK(0, pctype)); in rte_pmd_i40e_inset_get() 3104 i40e_read_rx_ctl(hw, I40E_GLQF_HASH_MSK(1, pctype)); in rte_pmd_i40e_inset_get() 3184 I40E_GLQF_HASH_MSK(i, pctype), in rte_pmd_i40e_inset_set()
|
| H A D | i40e_ethdev.c | 8820 reg = I40E_GLQF_HASH_MSK(j, pctype); in i40e_pf_global_rss_reset() 9625 I40E_GLQF_HASH_MSK(i, pctype), in i40e_filter_input_set_init() 9634 I40E_GLQF_HASH_MSK(i, pctype), in i40e_filter_input_set_init() 9689 i40e_check_write_global_reg(hw, I40E_GLQF_HASH_MSK(i, pctype), in i40e_set_hash_inset() 9693 i40e_check_write_global_reg(hw, I40E_GLQF_HASH_MSK(i, pctype), in i40e_set_hash_inset()
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_register.h | 5196 #define I40E_GLQF_HASH_MSK(_i, _j) (0x00267A00 + ((_i) * 4 + (_j) * 8)) /* _i=0...1, _j=0...6… macro
|