Home
last modified time | relevance | path

Searched refs:nvs_hdr (Results 1 – 1 of 1) sorted by relevance

/src/sys/dev/hyperv/netvsc/
H A Dif_hn.c7415 const struct hn_nvs_hdr *nvs_hdr; in hn_nvs_handle_rxbuf() local
7418 if (__predict_false(VMBUS_CHANPKT_DATALEN(pkthdr) < sizeof(*nvs_hdr))) { in hn_nvs_handle_rxbuf()
7422 nvs_hdr = VMBUS_CHANPKT_CONST_DATA(pkthdr); in hn_nvs_handle_rxbuf()
7425 if (__predict_false(nvs_hdr->nvs_type != HN_NVS_TYPE_RNDIS)) { in hn_nvs_handle_rxbuf()
7427 nvs_hdr->nvs_type); in hn_nvs_handle_rxbuf()