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