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