Lines Matching refs:sge
72 struct sge;
74 struct sge *t1_sge_create(struct adapter *, struct sge_params *);
75 int t1_sge_configure(struct sge *, struct sge_params *);
76 int t1_sge_set_coalesce_params(struct sge *, struct sge_params *);
77 void t1_sge_destroy(struct sge *);
83 void t1_sge_start(struct sge *);
84 void t1_sge_stop(struct sge *);
85 int t1_sge_intr_error_handler(struct sge *);
86 void t1_sge_intr_enable(struct sge *);
87 void t1_sge_intr_disable(struct sge *);
88 void t1_sge_intr_clear(struct sge *);
89 const struct sge_intr_counts *t1_sge_get_intr_counts(const struct sge *sge);
90 void t1_sge_get_port_stats(const struct sge *sge, int port, struct sge_port_stats *);
91 unsigned int t1_sched_update_parms(struct sge *, unsigned int, unsigned int,