Searched refs:hwcaps (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/hyperv/netvsc/
H A Dhn_rndis.c588 struct ndis_offload hwcaps; local
594 error = hn_rndis_query_hwcaps(sc, &hwcaps);
596 if_printf(sc->hn_ifp, "hwcaps query failed: %d\n", error);
618 if (hwcaps.ndis_lsov2.ndis_ip4_encap & NDIS_OFFLOAD_ENCAP_8023) {
622 if (hwcaps.ndis_lsov2.ndis_ip4_maxsz < tso_maxsz)
623 tso_maxsz = hwcaps.ndis_lsov2.ndis_ip4_maxsz;
624 if (hwcaps.ndis_lsov2.ndis_ip4_minsg > tso_minsg)
625 tso_minsg = hwcaps.ndis_lsov2.ndis_ip4_minsg;
627 if ((hwcaps.ndis_lsov2.ndis_ip6_encap & NDIS_OFFLOAD_ENCAP_8023) &&
628 (hwcaps
[all...]
/freebsd-current/sys/arm64/arm64/
H A Didentcpu.c354 const struct mrs_field_hwcap *hwcaps; member in struct:mrs_field
371 .hwcaps = (_hwcap), \
2192 const struct mrs_field_hwcap *hwcaps; local
2205 hwcaps = fields[j].hwcaps;
2206 if (hwcaps == NULL)
2209 for (k = 0; hwcaps[k].hwcap_id != 0; k++) {
2210 KASSERT(hwcaps[k].hwcap_id == 1 ||
2211 hwcaps[k].hwcap_id == 2,
2213 hwcaps[
[all...]

Completed in 164 milliseconds