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