.. | .. |
---|
74 | 74 | int t1_sge_configure(struct sge *, struct sge_params *); |
---|
75 | 75 | int t1_sge_set_coalesce_params(struct sge *, struct sge_params *); |
---|
76 | 76 | void t1_sge_destroy(struct sge *); |
---|
77 | | -irqreturn_t t1_interrupt_thread(int irq, void *data); |
---|
78 | 77 | irqreturn_t t1_interrupt(int irq, void *cookie); |
---|
79 | 78 | int t1_poll(struct napi_struct *, int); |
---|
80 | 79 | |
---|
.. | .. |
---|
82 | 81 | void t1_vlan_mode(struct adapter *adapter, netdev_features_t features); |
---|
83 | 82 | void t1_sge_start(struct sge *); |
---|
84 | 83 | 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 *); |
---|
86 | 85 | void t1_sge_intr_enable(struct sge *); |
---|
87 | 86 | void t1_sge_intr_disable(struct sge *); |
---|
88 | 87 | void t1_sge_intr_clear(struct sge *); |
---|