Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/hyperv/
H A Dif_hvn.c227 uint8_t *txr_msgs; member
1998 txr->txr_msgs = hyperv_dma_alloc(sc->sc_dmat, &txr->txr_dma, in hvn_tx_ring_create()
2000 if (txr->txr_msgs == NULL) { in hvn_tx_ring_create()
2024 txd->txd_req = (void *)(txr->txr_msgs + (msgsize * i)); in hvn_tx_ring_create()
2063 if (txr->txr_msgs != NULL) { in hvn_tx_ring_destroy()
2065 txr->txr_msgs = NULL; in hvn_tx_ring_destroy()