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