Searched refs:txbr (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/hv/ |
| A D | hv_fcopy_uio_daemon.c | 340 static int fcopy_pkt_process(struct vmbus_br *txbr) in fcopy_pkt_process() argument 375 ret = rte_vmbus_chan_send(txbr, 0x6, desc + offset, pktlen, 0); in fcopy_pkt_process() 409 struct vmbus_br txbr, rxbr; in main() local 459 vmbus_br_setup(&txbr, ring, HV_RING_SIZE); in main() 481 ret = fcopy_pkt_process(&txbr); in main()
|
| A D | vmbus_bufring.c | 178 int rte_vmbus_chan_send(struct vmbus_br *txbr, uint16_t type, void *data, in rte_vmbus_chan_send() argument 204 error = vmbus_txbr_write(txbr, iov, 3); in rte_vmbus_chan_send()
|
| A D | vmbus_bufring.h | 137 int rte_vmbus_chan_send(struct vmbus_br *txbr, uint16_t type, void *data,
|
Completed in 7 milliseconds