Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c167 static inline struct sge_qset *fl_to_qset(const struct sge_fl *q, int qidx) in fl_to_qset()
169 return container_of(q, struct sge_qset, fl[qidx]); in fl_to_qset()
172 static inline struct sge_qset *rspq_to_qset(const struct sge_rspq *q) in rspq_to_qset()
174 return container_of(q, struct sge_qset, rspq); in rspq_to_qset()
177 static inline struct sge_qset *txq_to_qset(const struct sge_txq *q, int qidx) in txq_to_qset()
179 return container_of(q, struct sge_qset, txq[qidx]); in txq_to_qset()
647 static void t3_reset_qset(struct sge_qset *q) in t3_reset_qset()
676 static void t3_free_qset(struct adapter *adapter, struct sge_qset *q) in t3_free_qset()
730 static void init_qset_cntxt(struct sge_qset *qs, unsigned int id) in init_qset_cntxt()
1251 struct sge_qset *q in t3_stop_tx_queue()
[all...]
H A Dcxgb3_main.c596 struct sge_qset *qs = &adap->sge.qs[i]; in ring_dbs()
609 struct sge_qset *qs = &adap->sge.qs[i]; in init_napi()
2005 struct sge_qset *qs; in set_coalesce()
2219 struct sge_qset *qs = in cxgb_extension_ioctl()
2623 struct sge_qset *qs = &adapter->sge.qs[qidx]; in cxgb_netpoll()
2771 struct sge_qset *qs = &adapter->sge.qs[0]; in t3_adap_check_task()
/kernel/linux/linux-6.6/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) in rspq_to_qset()
171 return container_of(q, struct sge_qset, rspq); in rspq_to_qset()
174 static inline struct sge_qset *txq_to_qset(const struct sge_txq *q, int qidx) in txq_to_qset()
176 return container_of(q, struct sge_qset, txq[qidx]); in txq_to_qset()
643 static void t3_reset_qset(struct sge_qset *q) in t3_reset_qset()
672 static void t3_free_qset(struct adapter *adapter, struct sge_qset *q) in t3_free_qset()
726 static void init_qset_cntxt(struct sge_qset *qs, unsigned int id) in init_qset_cntxt()
1246 struct sge_qset *qs, struct sge_txq *q) in t3_stop_tx_queue()
1267 struct sge_qset *qs; in t3_eth_xmit()
1427 struct sge_qset *q in check_desc_avail()
[all...]
H A Dcxgb3_main.c596 struct sge_qset *qs = &adap->sge.qs[i]; in ring_dbs()
609 struct sge_qset *qs = &adap->sge.qs[i]; in init_napi()
2010 struct sge_qset *qs; in set_coalesce()
2219 struct sge_qset *qs = in cxgb_siocdevprivate()
2621 struct sge_qset *qs = &adapter->sge.qs[qidx]; in cxgb_netpoll()
2769 struct sge_qset *qs = &adapter->sge.qs[0]; in t3_adap_check_task()

Completed in 16 milliseconds