Searched refs:txbr_size (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c316 vmbus_chan_open(struct vmbus_channel *chan, int txbr_size, int rxbr_size, argument
327 PAGE_SIZE, 0, txbr_size + rxbr_size, &chan->ch_bufring_dma,
336 cbr.cbr_txsz = txbr_size;
351 txbr_size + rxbr_size);
370 int error, txbr_size, rxbr_size; local
381 txbr_size = cbr->cbr_txsz;
383 KASSERT((txbr_size & PAGE_MASK) == 0,
393 memset(br, 0, txbr_size + rxbr_size);
412 vmbus_txbr_setup(&chan->ch_txbr, br, txbr_size);
414 vmbus_rxbr_setup(&chan->ch_rxbr, br + txbr_size, rxbr_siz
[all...]
/freebsd-11-stable/sys/dev/hyperv/include/
H A Dvmbus.h167 int txbr_size, int rxbr_size, const void *udata, int udlen,
/freebsd-11-stable/sys/dev/ixl/
H A Dif_ixlv.c208 SYSCTL_INT(_hw_ixlv, OID_AUTO, txbr_size, CTLFLAG_RDTUN,

Completed in 78 milliseconds