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

/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h49 struct sge_qset;
68 struct sge_qset *qs;
199 struct sge_qset { /* an SGE queue set */ struct
216 struct sge_qset qs[SGE_QSETS];
325 void t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p);
H A Dsge.c169 static inline struct sge_qset *rspq_to_qset(const struct sge_rspq *q)
171 return container_of(q, struct sge_qset, rspq);
174 static inline struct sge_qset *txq_to_qset(const struct sge_txq *q, int qidx)
176 return container_of(q, struct sge_qset, txq[qidx]);
643 static void t3_reset_qset(struct sge_qset *q)
672 static void t3_free_qset(struct adapter *adapter, struct sge_qset *q)
726 static void init_qset_cntxt(struct sge_qset *qs, unsigned int id)
1246 struct sge_qset *qs, struct sge_txq *q)
1267 struct sge_qset *qs;
1427 struct sge_qset *q
[all...]
H A Dcxgb3_main.c595 struct sge_qset *qs = &adap->sge.qs[i];
608 struct sge_qset *qs = &adap->sge.qs[i];
2009 struct sge_qset *qs;
2218 struct sge_qset *qs =
2620 struct sge_qset *qs = &adapter->sge.qs[qidx];
2768 struct sge_qset *qs = &adapter->sge.qs[0];

Completed in 130 milliseconds