hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/net/ethernet/chelsio/cxgb/sge.h
....@@ -74,7 +74,6 @@
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);
7877 irqreturn_t t1_interrupt(int irq, void *cookie);
7978 int t1_poll(struct napi_struct *, int);
8079
....@@ -82,7 +81,7 @@
8281 void t1_vlan_mode(struct adapter *adapter, netdev_features_t features);
8382 void t1_sge_start(struct sge *);
8483 void t1_sge_stop(struct sge *);
85
-bool t1_sge_intr_error_handler(struct sge *sge);
84
+int t1_sge_intr_error_handler(struct sge *);
8685 void t1_sge_intr_enable(struct sge *);
8786 void t1_sge_intr_disable(struct sge *);
8887 void t1_sge_intr_clear(struct sge *);