Searched defs:idpf_ctlq_info (Results 1 – 1 of 1) sorted by relevance
97 struct idpf_ctlq_info { struct98 struct list_head cq_list;100 enum idpf_ctlq_type cq_type;101 int q_id;102 struct mutex cq_lock; /* control queue lock */104 u16 next_to_use;105 u16 next_to_clean;106 u16 next_to_post; /* starting descriptor to post buffers110 struct idpf_dma_mem desc_ring; /* descriptor ring memory113 union {[all …]