Searched refs:sge_qset (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/dev/cxgb/ |
| HD | 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 …]
|
| HD | 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() 677 t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p) in t3_update_qset_coalesce() 966 struct sge_qset *qs; in sge_timer_cb() 1055 struct sge_qset *qs = arg; in sge_txq_reclaim_handler() 1068 struct sge_qset *qs; in sge_timer_reclaim() 1111 init_qset_cntxt(struct sge_qset *qs, u_int id) in init_qset_cntxt() [all …]
|
| HD | cxgb_main.c | 112 static int cpl_not_handled(struct sge_qset *, struct rsp_desc *, struct mbuf *); 1099 struct sge_qset *qs = &sc->sge.qs[i]; in cxgb_port_detach() 1682 struct sge_qset *qs = &sc->sge.qs[i]; in cxgb_init_locked() 1813 struct sge_qset *q; in cxgb_set_lro() 2350 struct sge_qset *qs = &sc->sge.qs[0]; in cxgb_tick_handler() 3474 cpl_not_handled(struct sge_qset *qs __unused, struct rsp_desc *r __unused, in cpl_not_handled() 3557 struct sge_qset *qs; in cxgb_debugnet_event() 3576 struct sge_qset *qs; in cxgb_debugnet_transmit()
|