Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_brvar.h79 #define txbr_dsize txbr.vbr_dsize macro
93 return (tbr->txbr_dsize - sizeof(uint64_t) - 1); in vmbus_txbr_maxpktsz()
H A Dvmbus_br.c304 return VMBUS_BR_WAVAIL(rindex, windex, tbr->txbr_dsize); in vmbus_txbr_avail()
313 uint32_t br_dsize = tbr->txbr_dsize; in vmbus_txbr_copyto()
332 uint32_t br_dsize = tbr->txbr_dsize; in vmbus_txbr_copyto_call()