Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h79 uint8_t *hn_rxbuf; /* shadow sc->hn_rxbuf */ member
240 void *hn_rxbuf; member
H A Dhn_nvs.c170 pmap_kextract((vm_offset_t)sc->hn_rxbuf), rxbuf_size, in hn_nvs_conn_rxbuf()
H A Dif_hn.c4947 sc->hn_rxbuf = contigmalloc(HN_RXBUF_SIZE, M_DEVBUF, M_WAITOK | M_ZERO, in hn_create_rx_data()
4949 if (sc->hn_rxbuf == NULL) { in hn_create_rx_data()
4998 rxr->hn_rxbuf = sc->hn_rxbuf; in hn_create_rx_data()
5130 if (sc->hn_rxbuf != NULL) { in hn_destroy_rx_data()
5132 free(sc->hn_rxbuf, M_DEVBUF); in hn_destroy_rx_data()
5135 sc->hn_rxbuf = NULL; in hn_destroy_rx_data()
7480 hn_rndis_rxpkt(rxr, rxr->hn_rxbuf + ofs, len); in hn_nvs_handle_rxbuf()