Lines Matching refs:sge
62 struct sge;
64 struct sge *t1_sge_create(struct adapter *, struct sge_params *);
65 int t1_sge_configure(struct sge *, struct sge_params *);
66 int t1_sge_set_coalesce_params(struct sge *, struct sge_params *);
67 void t1_sge_destroy(struct sge *);
74 void t1_sge_start(struct sge *);
75 void t1_sge_stop(struct sge *);
76 bool t1_sge_intr_error_handler(struct sge *sge);
77 void t1_sge_intr_enable(struct sge *);
78 void t1_sge_intr_disable(struct sge *);
79 void t1_sge_intr_clear(struct sge *);
80 const struct sge_intr_counts *t1_sge_get_intr_counts(const struct sge *sge);
81 void t1_sge_get_port_stats(const struct sge *sge, int port, struct sge_port_stats *);
82 unsigned int t1_sched_update_parms(struct sge *, unsigned int, unsigned int,