Searched refs:sge_qset (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_adapter.h | 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 * [all …]
|
H A D | cxgb_sge.c | 246 static void cxgb_start_locked(struct sge_qset *qs); 254 check_pkt_coalesce(struct sge_qset *qs) in check_pkt_coalesce() 335 cxgb_dequeue(struct sge_qset *qs) in cxgb_dequeue() 370 reclaim_completed_tx(struct sge_qset *qs, int reclaim_min, int queue) in reclaim_completed_tx() 396 cxgb_debugnet_poll_tx(struct sge_qset *qs) in cxgb_debugnet_poll_tx() 674 t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p) in t3_update_qset_coalesce() 963 struct sge_qset *qs; in sge_timer_cb() 1052 struct sge_qset *qs = arg; in sge_txq_reclaim_handler() 1065 struct sge_qset *qs; in sge_timer_reclaim() 1108 init_qset_cntxt(struct sge_qset *qs, u_int id) in init_qset_cntxt() [all …]
|
H A D | cxgb_main.c | 112 static int cpl_not_handled(struct sge_qset *, struct rsp_desc *, struct mbuf *); 1098 struct sge_qset *qs = &sc->sge.qs[i]; in cxgb_port_detach() 1681 struct sge_qset *qs = &sc->sge.qs[i]; in cxgb_init_locked() 1812 struct sge_qset *q; in cxgb_set_lro() 2349 struct sge_qset *qs = &sc->sge.qs[0]; in cxgb_tick_handler() 3473 cpl_not_handled(struct sge_qset *qs __unused, struct rsp_desc *r __unused, in cpl_not_handled() 3556 struct sge_qset *qs; in cxgb_debugnet_event() 3575 struct sge_qset *qs; in cxgb_debugnet_transmit()
|