Searched refs:vring_desc_state_packed (Results 1 – 1 of 1) sorted by relevance
79 struct vring_desc_state_packed { struct151 struct vring_desc_state_packed *desc_state;1655 struct vring_desc_state_packed *state = NULL; in detach_buf_packed()2045 struct vring_desc_state_packed *state; in vring_alloc_state_extra_packed()2049 state = kmalloc_array(num, sizeof(struct vring_desc_state_packed), GFP_KERNEL); in vring_alloc_state_extra_packed()2053 memset(state, 0, num * sizeof(struct vring_desc_state_packed)); in vring_alloc_state_extra_packed()