Searched defs:sge_rspq (Results 1 – 3 of 3) sorted by relevance
131 struct sge_rspq { /* state for an SGE response queue */ struct132 unsigned int credits; /* # of pending response credits */133 unsigned int size; /* capacity of response queue */134 unsigned int cidx; /* consumer index */135 unsigned int gen; /* current generation bit */136 unsigned int polling; /* is the queue serviced through NAPI? */137 unsigned int holdoff_tmr; /* interrupt holdoff timer in 100ns */138 unsigned int next_holdoff; /* holdoff time for next interrupt */139 unsigned int rx_recycle_buf; /* whether recycling occurred141 struct rsp_desc *desc; /* address of HW response ring */[all …]
164 struct sge_rspq { struct165 struct napi_struct napi; /* NAPI scheduling control */166 const __be64 *cur_desc; /* current descriptor in queue */167 unsigned int cidx; /* consumer index */168 u8 gen; /* current generation bit */169 u8 next_intr_params; /* holdoff params for next interrupt */170 int offset; /* offset into current FL buffer */172 unsigned int unhandled_irqs; /* bogus interrupts */179 u8 intr_params; /* interrupt holdoff parameters */180 u8 pktcnt_idx; /* interrupt packet threshold */[all …]
478 struct sge_rspq { /* state for an SGE response queue */ struct479 struct napi_struct napi;480 const __be64 *cur_desc; /* current descriptor in queue */481 unsigned int cidx; /* consumer index */482 u8 gen; /* current generation bit */483 u8 intr_params; /* interrupt holdoff parameters */484 u8 next_intr_params; /* holdoff params for next interrupt */485 u8 adaptive_rx;486 u8 pktcnt_idx; /* interrupt packet threshold */487 u8 uld; /* ULD handling this queue */[all …]