Lines Matching refs:hasip6
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()
491 } else if (hasip6) { 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()
1169 if (hasip6 && (core->mac[RFCTL] & E1000_RFCTL_IPV6_DIS)) { in e1000e_build_rx_metadata()
1175 } else if (hasip4 || hasip6) { in e1000e_build_rx_metadata()
1185 if (hasip6 && (core->mac[RFCTL] & E1000_RFCTL_IPV6_XSUM_DIS)) { 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()
1456 } else if (hasip6) { in e1000e_do_ps()