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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dadapter.h50 struct sge_qset;
75 struct sge_qset *qs;
208 struct sge_qset { /* an SGE queue set */ struct
226 struct sge_qset qs[SGE_QSETS];
334 void t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p);
339 int t3_get_desc(const struct sge_qset *qs, unsigned int qnum, unsigned int idx,
H A Dsge.c166 static inline struct sge_qset *fl_to_qset(const struct sge_fl *q, int qidx)
168 return container_of(q, struct sge_qset, fl[qidx]);
171 static inline struct sge_qset *rspq_to_qset(const struct sge_rspq *q)
173 return container_of(q, struct sge_qset, rspq);
176 static inline struct sge_qset *txq_to_qset(const struct sge_txq *q, int qidx)
178 return container_of(q, struct sge_qset, txq[qidx]);
640 static void t3_reset_qset(struct sge_qset *q)
669 static void t3_free_qset(struct adapter *adapter, struct sge_qset *q)
723 static void init_qset_cntxt(struct sge_qset *qs, unsigned int id)
1204 struct sge_qset *q
[all...]
H A Dcxgb3_main.c596 struct sge_qset *qs = &adap->sge.qs[i];
609 struct sge_qset *qs = &adap->sge.qs[i];
1975 struct sge_qset *qs = &adapter->sge.qs[0];
2194 struct sge_qset *qs =
2591 struct sge_qset *qs = &adapter->sge.qs[qidx];
2739 struct sge_qset *qs = &adapter->sge.qs[0];

Completed in 114 milliseconds