Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_net.h107 #define NH_FLD_TCP_PORT_SRC (1) macro
108 #define NH_FLD_TCP_PORT_DST (NH_FLD_TCP_PORT_SRC << 1)
109 #define NH_FLD_TCP_SEQ (NH_FLD_TCP_PORT_SRC << 2)
110 #define NH_FLD_TCP_ACK (NH_FLD_TCP_PORT_SRC << 3)
111 #define NH_FLD_TCP_OFFSET (NH_FLD_TCP_PORT_SRC << 4)
112 #define NH_FLD_TCP_FLAGS (NH_FLD_TCP_PORT_SRC << 5)
113 #define NH_FLD_TCP_WINDOW (NH_FLD_TCP_PORT_SRC << 6)
114 #define NH_FLD_TCP_CKSUM (NH_FLD_TCP_PORT_SRC << 7)
115 #define NH_FLD_TCP_URGPTR (NH_FLD_TCP_PORT_SRC << 8)
116 #define NH_FLD_TCP_OPTS (NH_FLD_TCP_PORT_SRC << 9)
[all …]
/f-stack/dpdk/drivers/net/dpaa2/base/
H A Ddpaa2_hw_dpni.c281 NH_FLD_TCP_PORT_SRC; in dpaa2_distset_to_dpkg_profile_cfg()
291 NH_FLD_TCP_PORT_SRC; in dpaa2_distset_to_dpkg_profile_cfg()
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_flow.c190 if (field == NH_FLD_TCP_PORT_SRC) in dpaa2_prot_field_string()
2311 NET_PROT_TCP, NH_FLD_TCP_PORT_SRC); in dpaa2_configure_flow_tcp()
2316 NH_FLD_TCP_PORT_SRC, in dpaa2_configure_flow_tcp()
2328 NET_PROT_TCP, NH_FLD_TCP_PORT_SRC); in dpaa2_configure_flow_tcp()
2333 NH_FLD_TCP_PORT_SRC, in dpaa2_configure_flow_tcp()
2354 NH_FLD_TCP_PORT_SRC, in dpaa2_configure_flow_tcp()
2368 NH_FLD_TCP_PORT_SRC, in dpaa2_configure_flow_tcp()