Lines Matching defs:sge_rspq
172 struct sge_rspq { struct
173 uint32_t credits;
174 uint32_t size;
175 uint32_t cidx;
176 uint32_t gen;
177 uint32_t polling;
178 uint32_t holdoff_tmr;
179 uint32_t next_holdoff;
180 uint32_t imm_data;
181 uint32_t async_notif;
182 uint32_t cntxt_id;
183 uint32_t offload_pkts;
184 uint32_t pure_rsps;
185 uint32_t unhandled_irqs;
186 uint32_t starved;
188 bus_addr_t phys_addr;
189 bus_dma_tag_t desc_tag;
190 bus_dmamap_t desc_map;
192 struct t3_mbuf_hdr rspq_mh;
193 struct rsp_desc *desc;
194 struct mtx lock;
196 char lockbuf[RSPQ_NAME_LEN];
197 uint32_t rspq_dump_start;
198 uint32_t rspq_dump_count;