Lines Matching defs:bfa_ioc_hwif
194 struct bfa_ioc_hwif { struct
195 enum bfa_status (*ioc_pll_init) (void __iomem *rb,
197 bool (*ioc_firmware_lock) (struct bfa_ioc *ioc);
198 void (*ioc_firmware_unlock) (struct bfa_ioc *ioc);
199 void (*ioc_reg_init) (struct bfa_ioc *ioc);
200 void (*ioc_map_port) (struct bfa_ioc *ioc);
201 void (*ioc_isr_mode_set) (struct bfa_ioc *ioc,
203 void (*ioc_notify_fail) (struct bfa_ioc *ioc);
204 void (*ioc_ownership_reset) (struct bfa_ioc *ioc);
205 bool (*ioc_sync_start) (struct bfa_ioc *ioc);
206 void (*ioc_sync_join) (struct bfa_ioc *ioc);
207 void (*ioc_sync_leave) (struct bfa_ioc *ioc);
208 void (*ioc_sync_ack) (struct bfa_ioc *ioc);
209 bool (*ioc_sync_complete) (struct bfa_ioc *ioc);
210 bool (*ioc_lpu_read_stat) (struct bfa_ioc *ioc);
211 void (*ioc_set_fwstate) (struct bfa_ioc *ioc,
213 enum bfi_ioc_state (*ioc_get_fwstate) (struct bfa_ioc *ioc);
214 void (*ioc_set_alt_fwstate) (struct bfa_ioc *ioc,
216 enum bfi_ioc_state (*ioc_get_alt_fwstate) (struct bfa_ioc *ioc);