Searched refs:vq_tx_alloc (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/rpmsg_lite/ |
| D | rpmsg_lite.c | 44 void *(*vq_tx_alloc)(struct virtqueue *vq, uint32_t *len, uint16_t *idx); member 612 buffer = rpmsg_lite_dev->vq_ops->vq_tx_alloc(rpmsg_lite_dev->tvq, &buff_len, &idx); in rpmsg_lite_format_message() 624 buffer = rpmsg_lite_dev->vq_ops->vq_tx_alloc(rpmsg_lite_dev->tvq, &buff_len, &idx); in rpmsg_lite_format_message() 704 buffer = rpmsg_lite_dev->vq_ops->vq_tx_alloc(rpmsg_lite_dev->tvq, size, &idx); in rpmsg_lite_alloc_tx_buffer() 717 buffer = rpmsg_lite_dev->vq_ops->vq_tx_alloc(rpmsg_lite_dev->tvq, size, &idx); in rpmsg_lite_alloc_tx_buffer()
|