Lines Matching defs:sge_rspq
774 struct sge_rspq { /* state for an SGE response queue */ struct
775 struct napi_struct napi;
776 const __be64 *cur_desc; /* current descriptor in queue */
777 unsigned int cidx; /* consumer index */
778 u8 gen; /* current generation bit */
779 u8 intr_params; /* interrupt holdoff parameters */
780 u8 next_intr_params; /* holdoff params for next interrupt */
781 u8 adaptive_rx;
782 u8 pktcnt_idx; /* interrupt packet threshold */
783 u8 uld; /* ULD handling this queue */
784 u8 idx; /* queue index within its group */
785 int offset; /* offset into current Rx buffer */
786 u16 cntxt_id; /* SGE context id for the response q */
787 u16 abs_id; /* absolute SGE id for the response q */
788 __be64 *desc; /* address of HW response ring */
812 struct sge_rspq rspq; argument