Searched refs:vring_desc_state_split (Results 1 – 1 of 1) sorted by relevance
77 struct vring_desc_state_split { struct120 struct vring_desc_state_split *desc_state;1251 struct vring_desc_state_split *state; in vring_alloc_state_extra_split()1255 state = kmalloc_objs(struct vring_desc_state_split, num); in vring_alloc_state_extra_split()1263 memset(state, 0, num * sizeof(struct vring_desc_state_split)); in vring_alloc_state_extra_split()