Lines Matching defs:sge_rspq
165 struct sge_rspq { struct
166 struct napi_struct napi; /* NAPI scheduling control */
167 const __be64 *cur_desc; /* current descriptor in queue */
168 unsigned int cidx; /* consumer index */
169 u8 gen; /* current generation bit */
170 u8 next_intr_params; /* holdoff params for next interrupt */
171 int offset; /* offset into current FL buffer */
173 unsigned int unhandled_irqs; /* bogus interrupts */
180 u8 intr_params; /* interrupt holdoff parameters */
181 u8 pktcnt_idx; /* interrupt packet threshold */
182 u8 idx; /* queue index within its group */
183 u16 cntxt_id; /* SGE rel QID for the response Q */
184 u16 abs_id; /* SGE abs QID for the response Q */
185 __be64 *desc; /* address of hardware response ring */
186 dma_addr_t phys_addr; /* PCI bus address of ring */
187 void __iomem *bar2_addr; /* address of BAR2 Queue registers */
188 unsigned int bar2_qid; /* Queue ID for BAR2 Queue registers */
212 struct sge_rspq rspq; /* Response Queue */ argument