Home
last modified time | relevance | path

Searched refs:sge_qset (Results 1 – 3 of 3) sorted by relevance

/drivers/net/cxgb3/
Dadapter.h51 struct sge_qset;
61 struct sge_qset *qs;
191 struct sge_qset { /* an SGE queue set */ struct
212 struct sge_qset qs[SGE_QSETS]; argument
301 void t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p);
306 int t3_get_desc(const struct sge_qset *qs, unsigned int qnum, unsigned int idx,
Dsge.c154 static inline struct sge_qset *fl_to_qset(const struct sge_fl *q, int qidx) in fl_to_qset()
156 return container_of(q, struct sge_qset, fl[qidx]); in fl_to_qset()
159 static inline struct sge_qset *rspq_to_qset(const struct sge_rspq *q) in rspq_to_qset()
161 return container_of(q, struct sge_qset, rspq); in rspq_to_qset()
164 static inline struct sge_qset *txq_to_qset(const struct sge_txq *q, int qidx) in txq_to_qset()
166 return container_of(q, struct sge_qset, txq[qidx]); in txq_to_qset()
574 static void t3_reset_qset(struct sge_qset *q) in t3_reset_qset()
602 static void t3_free_qset(struct adapter *adapter, struct sge_qset *q) in t3_free_qset()
656 static void init_qset_cntxt(struct sge_qset *qs, unsigned int id) in init_qset_cntxt()
1125 struct sge_qset *qs, struct sge_txq *q) in t3_stop_tx_queue()
[all …]
Dcxgb3_main.c460 struct sge_qset *qs = &adap->sge.qs[i]; in init_napi()
1734 struct sge_qset *qs = &adapter->sge.qs[0]; in set_coalesce()
1977 struct sge_qset *qs = in cxgb_extension_ioctl()
2423 struct sge_qset *qs = &adapter->sge.qs[qidx]; in cxgb_netpoll()