Searched refs:vring_desc_state_packed (Results 1 – 1 of 1) sorted by relevance
75 struct vring_desc_state_packed { struct143 struct vring_desc_state_packed *desc_state;1547 struct vring_desc_state_packed *state = NULL; in detach_buf_packed()1918 struct vring_desc_state_packed *state; in vring_alloc_state_extra_packed()1922 state = kmalloc_array(num, sizeof(struct vring_desc_state_packed), GFP_KERNEL); in vring_alloc_state_extra_packed()1926 memset(state, 0, num * sizeof(struct vring_desc_state_packed)); in vring_alloc_state_extra_packed()