Lines Matching refs:sge_qset
62 struct sge_qset;
276 struct sge_qset { struct
294 struct sge_qset qs[SGE_QSETS]; argument
300 typedef int (*cpl_handler_t)(struct sge_qset *, struct rsp_desc *,
506 void t3_free_tx_desc(struct sge_qset *qs, int n, int qid);
512 int t3_get_desc(const struct sge_qset *qs, unsigned int qnum, unsigned int idx,
514 void t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p);
523 static __inline struct sge_qset *
526 return container_of(q, struct sge_qset, fl[qidx]); in fl_to_qset()
529 static __inline struct sge_qset *
532 return container_of(q, struct sge_qset, rspq); in rspq_to_qset()
535 static __inline struct sge_qset *
538 return container_of(q, struct sge_qset, txq[qidx]); in txq_to_qset()
556 int cxgb_debugnet_encap(struct sge_qset *qs, struct mbuf **m);
557 int cxgb_debugnet_poll_rx(adapter_t *adap, struct sge_qset *qs);
558 int cxgb_debugnet_poll_tx(struct sge_qset *qs);