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