Lines Matching defs:sge_rspq
601 struct sge_rspq { /* state for an SGE response queue */ struct
602 struct napi_struct napi;
603 const __be64 *cur_desc; /* current descriptor in queue */
604 unsigned int cidx; /* consumer index */
605 u8 gen; /* current generation bit */
606 u8 intr_params; /* interrupt holdoff parameters */
607 u8 next_intr_params; /* holdoff params for next interrupt */
608 u8 adaptive_rx;
609 u8 pktcnt_idx; /* interrupt packet threshold */
610 u8 uld; /* ULD handling this queue */
611 u8 idx; /* queue index within its group */
612 int offset; /* offset into current Rx buffer */
613 u16 cntxt_id; /* SGE context id for the response q */
614 u16 abs_id; /* absolute SGE id for the response q */
638 struct sge_rspq rspq; argument