/src/sys/dev/hyperv/ |
if_hvn.c | 4351 aprint_debug_dev(sc->sc_dev, "hwcaps rev %u\n", 4354 aprint_debug_dev(sc->sc_dev, "hwcaps csum: " 4361 aprint_debug_dev(sc->sc_dev, "hwcaps lsov2: " 4375 struct ndis_offload hwcaps; local in function:hvn_set_capabilities 4381 error = hvn_get_hwcaps(sc, &hwcaps); 4383 DPRINTF("%s: failed to query hwcaps\n", 4405 if (hwcaps.ndis_lsov2.ndis_ip4_encap & NDIS_OFFLOAD_ENCAP_8023) { 4409 if (hwcaps.ndis_lsov2.ndis_ip4_maxsz < tso_maxsz) 4410 tso_maxsz = hwcaps.ndis_lsov2.ndis_ip4_maxsz; 4411 if (hwcaps.ndis_lsov2.ndis_ip4_minsg > tso_minsg [all...] |
if_hvn.c | 4351 aprint_debug_dev(sc->sc_dev, "hwcaps rev %u\n", 4354 aprint_debug_dev(sc->sc_dev, "hwcaps csum: " 4361 aprint_debug_dev(sc->sc_dev, "hwcaps lsov2: " 4375 struct ndis_offload hwcaps; local in function:hvn_set_capabilities 4381 error = hvn_get_hwcaps(sc, &hwcaps); 4383 DPRINTF("%s: failed to query hwcaps\n", 4405 if (hwcaps.ndis_lsov2.ndis_ip4_encap & NDIS_OFFLOAD_ENCAP_8023) { 4409 if (hwcaps.ndis_lsov2.ndis_ip4_maxsz < tso_maxsz) 4410 tso_maxsz = hwcaps.ndis_lsov2.ndis_ip4_maxsz; 4411 if (hwcaps.ndis_lsov2.ndis_ip4_minsg > tso_minsg [all...] |
if_hvn.c | 4351 aprint_debug_dev(sc->sc_dev, "hwcaps rev %u\n", 4354 aprint_debug_dev(sc->sc_dev, "hwcaps csum: " 4361 aprint_debug_dev(sc->sc_dev, "hwcaps lsov2: " 4375 struct ndis_offload hwcaps; local in function:hvn_set_capabilities 4381 error = hvn_get_hwcaps(sc, &hwcaps); 4383 DPRINTF("%s: failed to query hwcaps\n", 4405 if (hwcaps.ndis_lsov2.ndis_ip4_encap & NDIS_OFFLOAD_ENCAP_8023) { 4409 if (hwcaps.ndis_lsov2.ndis_ip4_maxsz < tso_maxsz) 4410 tso_maxsz = hwcaps.ndis_lsov2.ndis_ip4_maxsz; 4411 if (hwcaps.ndis_lsov2.ndis_ip4_minsg > tso_minsg [all...] |