Searched defs:sge_rspq (Results 1 – 1 of 1) sorted by relevance
189 struct sge_rspq { struct190 uint32_t credits;191 uint32_t size;192 uint32_t cidx;193 uint32_t gen;194 uint32_t polling;195 uint32_t holdoff_tmr;196 uint32_t next_holdoff;197 uint32_t imm_data;198 struct rsp_desc *desc;[all …]