Searched refs:hwcaps (Results 1 – 3 of 3) sorted by relevance
588 struct ndis_offload hwcaps; in hn_rndis_conf_offload() local594 error = hn_rndis_query_hwcaps(sc, &hwcaps); in hn_rndis_conf_offload()618 if (hwcaps.ndis_lsov2.ndis_ip4_encap & NDIS_OFFLOAD_ENCAP_8023) { in hn_rndis_conf_offload()622 if (hwcaps.ndis_lsov2.ndis_ip4_maxsz < tso_maxsz) in hn_rndis_conf_offload()623 tso_maxsz = hwcaps.ndis_lsov2.ndis_ip4_maxsz; in hn_rndis_conf_offload()624 if (hwcaps.ndis_lsov2.ndis_ip4_minsg > tso_minsg) in hn_rndis_conf_offload()625 tso_minsg = hwcaps.ndis_lsov2.ndis_ip4_minsg; in hn_rndis_conf_offload()627 if ((hwcaps.ndis_lsov2.ndis_ip6_encap & NDIS_OFFLOAD_ENCAP_8023) && in hn_rndis_conf_offload()628 (hwcaps.ndis_lsov2.ndis_ip6_opts & HN_NDIS_LSOV2_CAP_IP6) == in hn_rndis_conf_offload()633 if (hwcaps.ndis_lsov2.ndis_ip6_maxsz < tso_maxsz) in hn_rndis_conf_offload()[all …]
6 // ifunc resolvers don't have hwcaps in arguments on Android API lower
387 const struct mrs_field_hwcap *hwcaps; member414 .hwcaps = (_hwcap), \2693 const struct mrs_field_hwcap *hwcaps; in parse_cpu_features() local2706 hwcaps = fields[j].hwcaps; in parse_cpu_features()2707 if (hwcaps == NULL) in parse_cpu_features()2710 for (k = 0; hwcaps[k].hwcap_id != 0; k++) { in parse_cpu_features()2711 KASSERT(hwcaps[k].hwcap_id == 1 || in parse_cpu_features()2712 hwcaps[k].hwcap_id == 2, in parse_cpu_features()2714 hwcaps[k].hwcap_id)); in parse_cpu_features()2716 cur_hwcap = hwcaps[k].hwcap_id == 1 ? in parse_cpu_features()[all …]