Home
last modified time | relevance | path

Searched refs:I40E_PRTQF_FD_INSET (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/i40e/
H A Di40e_regs.h29 {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 Drte_pmd_i40e.c3108 i40e_read_rx_ctl(hw, I40E_PRTQF_FD_INSET(pctype, 1)); in rte_pmd_i40e_inset_get()
3111 i40e_read_rx_ctl(hw, I40E_PRTQF_FD_INSET(pctype, 0)); in rte_pmd_i40e_inset_get()
3188 i40e_check_write_reg(hw, I40E_PRTQF_FD_INSET(pctype, 0), in rte_pmd_i40e_inset_set()
3190 i40e_check_write_reg(hw, I40E_PRTQF_FD_INSET(pctype, 1), in rte_pmd_i40e_inset_set()
H A Di40e_fdir.c1657 i40e_check_write_reg(hw, I40E_PRTQF_FD_INSET(pctype, 0), in i40e_flow_set_fdir_inset()
1659 i40e_check_write_reg(hw, I40E_PRTQF_FD_INSET(pctype, 1), in i40e_flow_set_fdir_inset()
H A Di40e_ethdev.c9606 i40e_check_write_reg(hw, I40E_PRTQF_FD_INSET(pctype, 0), in i40e_filter_input_set_init()
9608 i40e_check_write_reg(hw, I40E_PRTQF_FD_INSET(pctype, 1), in i40e_filter_input_set_init()
/dpdk/drivers/net/i40e/base/
H A Di40e_register.h2228 #define I40E_PRTQF_FD_INSET(_i, _j) (0x00250000 + ((_i) * 64 + (_j) * 32)) /* _i=0...63, _j=0.… macro
2232 #define I40E_PRTQF_FD_INSET(_i, _j) (0x00250000 + ((_i) * 64 + (_j) * 32)) /* _i=0...63, _j=0.… macro