Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/
H A Di40e_hash.c121 I40E_INSET_SRC_PORT | I40E_INSET_DST_PORT | I40E_INSET_SCTP_VT },
137 I40E_INSET_SRC_PORT | I40E_INSET_DST_PORT | I40E_INSET_SCTP_VT },
H A Di40e_ethdev.h224 #define I40E_INSET_SCTP_VT 0x0000000000004000ULL macro
H A Di40e_ethdev.c9075 I40E_INSET_SCTP_VT | I40E_INSET_FLEX_PAYLOAD, in i40e_get_valid_input_set()
9143 I40E_INSET_DST_PORT | I40E_INSET_SCTP_VT | in i40e_get_valid_input_set()
9202 I40E_INSET_SCTP_VT, in i40e_get_valid_input_set()
9244 I40E_INSET_SCTP_VT, in i40e_get_valid_input_set()
9306 I40E_INSET_SCTP_VT, in i40e_get_default_input_set()
9329 I40E_INSET_SCTP_VT, in i40e_get_default_input_set()
9371 {I40E_INSET_SCTP_VT, I40E_REG_INSET_L4_SCTP_VERIFICATION_TAG}, in i40e_translate_input_set_reg()
H A Di40e_flow.c2971 input_set |= I40E_INSET_SCTP_VT; in i40e_flow_parse_fdir_pattern()