Searched refs:hwcaps (Results 1 – 1 of 1) sorted by relevance
782 struct ndis_offload hwcaps; in hn_rndis_conf_offload() local785 error = hn_rndis_query_hwcaps(hv, &hwcaps); in hn_rndis_conf_offload()862 if (hwcaps.ndis_csum.ndis_ip4_rxcsum & NDIS_RXCSUM_CAP_IP4) in hn_rndis_conf_offload()899 struct ndis_offload hwcaps; in hn_rndis_get_offload() local902 memset(&hwcaps, 0, sizeof(hwcaps)); in hn_rndis_get_offload()904 error = hn_rndis_query_hwcaps(hv, &hwcaps); in hn_rndis_get_offload()935 if (hwcaps.ndis_csum.ndis_ip4_rxcsum & NDIS_RXCSUM_CAP_IP4) in hn_rndis_get_offload()952 struct ndis_offload hwcaps; in hn_rndis_get_ptypes() local956 memset(&hwcaps, 0, sizeof(hwcaps)); in hn_rndis_get_ptypes()958 error = hn_rndis_query_hwcaps(hv, &hwcaps); in hn_rndis_get_ptypes()[all …]