Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.c656 uint16_t idx_hdr) in virtio_user_handle_ctrl_msg() argument
664 idx_data = vring->desc[idx_hdr].next; in virtio_user_handle_ctrl_msg()
677 hdr = (void *)(uintptr_t)vring->desc[idx_hdr].addr; in virtio_user_handle_ctrl_msg()
708 uint16_t idx_hdr) in virtio_user_handle_ctrl_msg_packed() argument
717 idx_data = idx_hdr + 1; in virtio_user_handle_ctrl_msg_packed()
731 hdr = (void *)(uintptr_t)vring->desc[idx_hdr].addr; in virtio_user_handle_ctrl_msg_packed()
750 vring->desc[idx_hdr].id = vring->desc[idx_status].id; in virtio_user_handle_ctrl_msg_packed()
751 vring->desc[idx_hdr].len = sizeof(status); in virtio_user_handle_ctrl_msg_packed()