Searched refs:vring_desc_state_split (Results 1 – 1 of 1) sorted by relevance
70 struct vring_desc_state_split { struct103 struct vring_desc_state_split *desc_state;1010 struct vring_desc_state_split *state; in vring_alloc_state_extra_split()1014 state = kmalloc_array(num, sizeof(struct vring_desc_state_split), GFP_KERNEL); in vring_alloc_state_extra_split()1022 memset(state, 0, num * sizeof(struct vring_desc_state_split)); in vring_alloc_state_extra_split()