Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/vmbus/
H A Dprivate.h134 int vmbus_txbr_write(struct vmbus_br *tbr, const struct iovec iov[], int iovlen,
H A Dvmbus_channel.c127 error = vmbus_txbr_write(&chan->txbr, iov, 3, &send_evt); in rte_vmbus_chan_send()
175 error = vmbus_txbr_write(&chan->txbr, iov, 4, &send_evt); in rte_vmbus_chan_send_sglist()
H A Dvmbus_bufring.c108 vmbus_txbr_write(struct vmbus_br *tbr, const struct iovec iov[], int iovlen, in vmbus_txbr_write() function