Lines Matching defs:sge_rspq
654 struct sge_rspq { /* state for an SGE response queue */ struct
655 struct napi_struct napi;
656 const __be64 *cur_desc; /* current descriptor in queue */
657 unsigned int cidx; /* consumer index */
658 u8 gen; /* current generation bit */
659 u8 intr_params; /* interrupt holdoff parameters */
660 u8 next_intr_params; /* holdoff params for next interrupt */
661 u8 adaptive_rx;
662 u8 pktcnt_idx; /* interrupt packet threshold */
663 u8 uld; /* ULD handling this queue */
664 u8 idx; /* queue index within its group */
665 int offset; /* offset into current Rx buffer */
666 u16 cntxt_id; /* SGE context id for the response q */
667 u16 abs_id; /* absolute SGE id for the response q */
691 struct sge_rspq rspq; argument