Searched refs:I40E_PRTQF_FD_INSET (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_regs.h | 29 {I40E_PRTQF_FD_INSET(0, 0), 63, 64, 1, 32, "PRTQF_FD_INSET"}, 30 {I40E_PRTQF_FD_INSET(0, 0), 63, 64, 1, 32, "PRTQF_FD_INSET"},
|
| H A D | rte_pmd_i40e.c | 3105 i40e_read_rx_ctl(hw, I40E_PRTQF_FD_INSET(pctype, 1)); in rte_pmd_i40e_inset_get() 3108 i40e_read_rx_ctl(hw, I40E_PRTQF_FD_INSET(pctype, 0)); in rte_pmd_i40e_inset_get() 3185 i40e_check_write_reg(hw, I40E_PRTQF_FD_INSET(pctype, 0), in rte_pmd_i40e_inset_set() 3187 i40e_check_write_reg(hw, I40E_PRTQF_FD_INSET(pctype, 1), in rte_pmd_i40e_inset_set()
|
| H A D | i40e_flow.c | 2310 i40e_check_write_reg(hw, I40E_PRTQF_FD_INSET(pctype, 0), in i40e_flow_set_fdir_inset() 2312 i40e_check_write_reg(hw, I40E_PRTQF_FD_INSET(pctype, 1), in i40e_flow_set_fdir_inset()
|
| H A D | i40e_ethdev.c | 9568 i40e_check_write_reg(hw, I40E_PRTQF_FD_INSET(pctype, 0), in i40e_filter_input_set_init() 9570 i40e_check_write_reg(hw, I40E_PRTQF_FD_INSET(pctype, 1), in i40e_filter_input_set_init()
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_register.h | 2223 #define I40E_PRTQF_FD_INSET(_i, _j) (0x00250000 + ((_i) * 64 + (_j) * 32)) /* _i=0...63, _j=0.… macro 2227 #define I40E_PRTQF_FD_INSET(_i, _j) (0x00250000 + ((_i) * 64 + (_j) * 32)) /* _i=0...63, _j=0.… macro
|