Searched refs:flow_res (Results 1 – 2 of 2) sorted by relevance
1188 nxge_flow_get_hash(p_nxge_t nxgep, flow_resource_t *flow_res, in nxge_flow_get_hash() argument1200 flow_spec = (flow_spec_t *)&flow_res->flow_spec; in nxge_flow_get_hash()1210 ft.ip4_saddr = flow_res->flow_spec.uh.tcpip4spec.ip4src; in nxge_flow_get_hash()1212 ft.ip4_daddr = flow_res->flow_spec.uh.tcpip4spec.ip4dst; in nxge_flow_get_hash()1214 ft.ip_src_port = flow_res->flow_spec.uh.tcpip4spec.psrc; in nxge_flow_get_hash()1216 ft.ip_dst_port = flow_res->flow_spec.uh.tcpip4spec.pdst; in nxge_flow_get_hash()1224 ft.ip4_saddr = flow_res->flow_spec.uh.udpip4spec.ip4src; in nxge_flow_get_hash()1226 ft.ip4_daddr = flow_res->flow_spec.uh.udpip4spec.ip4dst; in nxge_flow_get_hash()1228 ft.ip_src_port = flow_res->flow_spec.uh.udpip4spec.psrc; in nxge_flow_get_hash()1230 ft.ip_dst_port = flow_res->flow_spec.uh.udpip4spec.pdst; in nxge_flow_get_hash()[all …]
130 hxge_add_tcam_entry(p_hxge_t hxgep, flow_resource_t *flow_res) in hxge_add_tcam_entry() argument