Home
last modified time | relevance | path

Searched refs:NH_FLD_SCTP_PORT_SRC (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_net.h153 #define NH_FLD_SCTP_PORT_SRC (1) macro
154 #define NH_FLD_SCTP_PORT_DST (NH_FLD_SCTP_PORT_SRC << 1)
155 #define NH_FLD_SCTP_VER_TAG (NH_FLD_SCTP_PORT_SRC << 2)
156 #define NH_FLD_SCTP_CKSUM (NH_FLD_SCTP_PORT_SRC << 3)
157 #define NH_FLD_SCTP_ALL_FIELDS ((NH_FLD_SCTP_PORT_SRC << 4) - 1)
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_flow.c221 if (field == NH_FLD_SCTP_PORT_SRC) in dpaa2_prot_field_string()
2559 NET_PROT_SCTP, NH_FLD_SCTP_PORT_SRC); in dpaa2_configure_flow_sctp()
2564 NH_FLD_SCTP_PORT_SRC, in dpaa2_configure_flow_sctp()
2576 NET_PROT_SCTP, NH_FLD_SCTP_PORT_SRC); in dpaa2_configure_flow_sctp()
2581 NH_FLD_SCTP_PORT_SRC, in dpaa2_configure_flow_sctp()
2602 NH_FLD_SCTP_PORT_SRC, in dpaa2_configure_flow_sctp()
2616 NH_FLD_SCTP_PORT_SRC, in dpaa2_configure_flow_sctp()
/dpdk/drivers/net/dpaa2/base/
H A Ddpaa2_hw_dpni.c426 NH_FLD_SCTP_PORT_SRC; in dpaa2_distset_to_dpkg_profile_cfg()