forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/net/ethernet/chelsio/cxgb/sge.h
....@@ -74,6 +74,7 @@
7474 int t1_sge_configure(struct sge *, struct sge_params *);
7575 int t1_sge_set_coalesce_params(struct sge *, struct sge_params *);
7676 void t1_sge_destroy(struct sge *);
77
+irqreturn_t t1_interrupt_thread(int irq, void *data);
7778 irqreturn_t t1_interrupt(int irq, void *cookie);
7879 int t1_poll(struct napi_struct *, int);
7980
....@@ -81,7 +82,7 @@
8182 void t1_vlan_mode(struct adapter *adapter, netdev_features_t features);
8283 void t1_sge_start(struct sge *);
8384 void t1_sge_stop(struct sge *);
84
-int t1_sge_intr_error_handler(struct sge *);
85
+bool t1_sge_intr_error_handler(struct sge *sge);
8586 void t1_sge_intr_enable(struct sge *);
8687 void t1_sge_intr_disable(struct sge *);
8788 void t1_sge_intr_clear(struct sge *);