Lines Matching refs:sge_qset
64 struct sge_qset;
278 struct sge_qset { struct
296 struct sge_qset qs[SGE_QSETS]; argument
302 typedef int (*cpl_handler_t)(struct sge_qset *, struct rsp_desc *,
531 void t3_free_tx_desc(struct sge_qset *qs, int n, int qid);
537 int t3_get_desc(const struct sge_qset *qs, unsigned int qnum, unsigned int idx,
539 void t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p);
548 static __inline struct sge_qset *
551 return container_of(q, struct sge_qset, fl[qidx]); in fl_to_qset()
554 static __inline struct sge_qset *
557 return container_of(q, struct sge_qset, rspq); in rspq_to_qset()
560 static __inline struct sge_qset *
563 return container_of(q, struct sge_qset, txq[qidx]); in txq_to_qset()