Lines Matching refs:hasip4
471 bool hasip4, hasip6; in e1000e_rss_get_hash_type() local
476 net_rx_pkt_get_protocols(pkt, &hasip4, &hasip6, &l4hdr_proto); in e1000e_rss_get_hash_type()
478 if (hasip4) { in e1000e_rss_get_hash_type()
1128 bool hasip4, hasip6; 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()
1158 } else if (hasip4) { in e1000e_build_rx_metadata()
1174 pkt_type = hasip4 ? E1000_RXD_PKT_IP4_XDP : E1000_RXD_PKT_IP6_XDP; in e1000e_build_rx_metadata()
1175 } else if (hasip4 || hasip6) { in e1000e_build_rx_metadata()
1176 pkt_type = hasip4 ? E1000_RXD_PKT_IP4 : E1000_RXD_PKT_IP6; in e1000e_build_rx_metadata()
1200 *status_flags |= hasip4 ? E1000_RXD_STAT_IPCS : 0; in e1000e_build_rx_metadata()
1444 bool hasip4, hasip6; in e1000e_do_ps() local
1452 net_rx_pkt_get_protocols(pkt, &hasip4, &hasip6, &l4hdr_proto); in e1000e_do_ps()
1454 if (hasip4) { in e1000e_do_ps()