Home
last modified time | relevance | path

Searched defs:idpf_ctlq_info (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq_api.h97 struct idpf_ctlq_info { struct
98 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 buffers
110 struct idpf_dma_mem desc_ring; /* descriptor ring memory
113 union {
[all …]