Lines Matching refs:l4hdr_proto

472     EthL4HdrProto l4hdr_proto;  in e1000e_rss_get_hash_type()  local
476 net_rx_pkt_get_protocols(pkt, &hasip4, &hasip6, &l4hdr_proto); in e1000e_rss_get_hash_type()
479 trace_e1000e_rx_rss_ip4(l4hdr_proto, core->mac[MRQC], in e1000e_rss_get_hash_type()
483 if (l4hdr_proto == ETH_L4_HDR_PROTO_TCP && in e1000e_rss_get_hash_type()
505 trace_e1000e_rx_rss_ip6(ex_dis, new_ex_dis, l4hdr_proto, in e1000e_rss_get_hash_type()
518 if (l4hdr_proto == ETH_L4_HDR_PROTO_TCP && in e1000e_rss_get_hash_type()
1064 EthL4HdrProto l4hdr_proto) in e1000e_verify_csum_in_sw() argument
1085 if (l4hdr_proto != ETH_L4_HDR_PROTO_TCP && in e1000e_verify_csum_in_sw()
1086 l4hdr_proto != ETH_L4_HDR_PROTO_UDP) { in e1000e_verify_csum_in_sw()
1098 if (l4hdr_proto == ETH_L4_HDR_PROTO_UDP) { in e1000e_verify_csum_in_sw()
1129 EthL4HdrProto l4hdr_proto; in e1000e_build_rx_metadata() local
1141 net_rx_pkt_get_protocols(pkt, &hasip4, &hasip6, &l4hdr_proto); in e1000e_build_rx_metadata()
1142 trace_e1000e_rx_metadata_protocols(hasip4, hasip6, l4hdr_proto); in e1000e_build_rx_metadata()
1164 if (l4hdr_proto == ETH_L4_HDR_PROTO_TCP && e1000e_is_tcp_ack(core, pkt)) { in e1000e_build_rx_metadata()
1172 } else if (l4hdr_proto == ETH_L4_HDR_PROTO_TCP || in e1000e_build_rx_metadata()
1173 l4hdr_proto == ETH_L4_HDR_PROTO_UDP) { in e1000e_build_rx_metadata()
1195 e1000e_verify_csum_in_sw(core, pkt, status_flags, l4hdr_proto); in e1000e_build_rx_metadata()
1206 switch (l4hdr_proto) { in e1000e_build_rx_metadata()
1445 EthL4HdrProto l4hdr_proto; in e1000e_do_ps() local
1452 net_rx_pkt_get_protocols(pkt, &hasip4, &hasip6, &l4hdr_proto); in e1000e_do_ps()
1466 if (l4hdr_proto == ETH_L4_HDR_PROTO_TCP || in e1000e_do_ps()
1467 l4hdr_proto == ETH_L4_HDR_PROTO_UDP) { in e1000e_do_ps()