Home
last modified time | relevance | path

Searched defs:sge_rspq (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h130 struct sge_rspq { /* state for an SGE response queue */ struct
131 unsigned int credits; /* # of pending response credits */
132 unsigned int size; /* capacity of response queue */
133 unsigned int cidx; /* consumer index */
134 unsigned int gen; /* current generation bit */
135 unsigned int polling; /* is the queue serviced through NAPI? */
136 unsigned int holdoff_tmr; /* interrupt holdoff timer in 100ns */
137 unsigned int next_holdoff; /* holdoff time for next interrupt */
138 unsigned int rx_recycle_buf; /* whether recycling occurred
140 struct rsp_desc *desc; /* address of HW response ring */
[all …]
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h165 struct sge_rspq { struct
166 struct napi_struct napi; /* NAPI scheduling control */
167 const __be64 *cur_desc; /* current descriptor in queue */
168 unsigned int cidx; /* consumer index */
169 u8 gen; /* current generation bit */
170 u8 next_intr_params; /* holdoff params for next interrupt */
171 int offset; /* offset into current FL buffer */
173 unsigned int unhandled_irqs; /* bogus interrupts */
180 u8 intr_params; /* interrupt holdoff parameters */
181 u8 pktcnt_idx; /* interrupt packet threshold */
[all …]
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h654 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 */
[all …]