Lines Matching refs:ioc

160 	struct bfa_ioc		*ioc;  member
205 bool (*ioc_firmware_lock) (struct bfa_ioc *ioc);
206 void (*ioc_firmware_unlock) (struct bfa_ioc *ioc);
207 void (*ioc_reg_init) (struct bfa_ioc *ioc);
208 void (*ioc_map_port) (struct bfa_ioc *ioc);
209 void (*ioc_isr_mode_set) (struct bfa_ioc *ioc,
211 void (*ioc_notify_fail) (struct bfa_ioc *ioc);
212 void (*ioc_ownership_reset) (struct bfa_ioc *ioc);
213 bool (*ioc_sync_start) (struct bfa_ioc *ioc);
214 void (*ioc_sync_join) (struct bfa_ioc *ioc);
215 void (*ioc_sync_leave) (struct bfa_ioc *ioc);
216 void (*ioc_sync_ack) (struct bfa_ioc *ioc);
217 bool (*ioc_sync_complete) (struct bfa_ioc *ioc);
218 bool (*ioc_lpu_read_stat) (struct bfa_ioc *ioc);
219 void (*ioc_set_fwstate) (struct bfa_ioc *ioc,
221 enum bfi_ioc_state (*ioc_get_fwstate) (struct bfa_ioc *ioc);
222 void (*ioc_set_alt_fwstate) (struct bfa_ioc *ioc,
224 enum bfi_ioc_state (*ioc_get_alt_fwstate) (struct bfa_ioc *ioc);
252 bool bfa_nw_ioc_mbox_queue(struct bfa_ioc *ioc,
255 void bfa_nw_ioc_mbox_isr(struct bfa_ioc *ioc);
256 void bfa_nw_ioc_mbox_regisr(struct bfa_ioc *ioc, enum bfi_mclass mc,
270 void bfa_nw_ioc_set_ct_hwif(struct bfa_ioc *ioc);
271 void bfa_nw_ioc_set_ct2_hwif(struct bfa_ioc *ioc);
272 void bfa_nw_ioc_ct2_poweron(struct bfa_ioc *ioc);
274 void bfa_nw_ioc_attach(struct bfa_ioc *ioc, void *bfa,
277 void bfa_nw_ioc_detach(struct bfa_ioc *ioc);
278 void bfa_nw_ioc_pci_init(struct bfa_ioc *ioc, struct bfa_pcidev *pcidev,
281 void bfa_nw_ioc_mem_claim(struct bfa_ioc *ioc, u8 *dm_kva, u64 dm_pa);
282 void bfa_nw_ioc_enable(struct bfa_ioc *ioc);
283 void bfa_nw_ioc_disable(struct bfa_ioc *ioc);
285 void bfa_nw_ioc_error_isr(struct bfa_ioc *ioc);
286 bool bfa_nw_ioc_is_disabled(struct bfa_ioc *ioc);
287 bool bfa_nw_ioc_is_operational(struct bfa_ioc *ioc);
288 void bfa_nw_ioc_get_attr(struct bfa_ioc *ioc, struct bfa_ioc_attr *ioc_attr);
289 enum bfa_status bfa_nw_ioc_fwsig_invalidate(struct bfa_ioc *ioc);
290 void bfa_nw_ioc_notify_register(struct bfa_ioc *ioc,
294 void bfa_nw_ioc_hw_sem_release(struct bfa_ioc *ioc);
295 void bfa_nw_ioc_fwver_get(struct bfa_ioc *ioc,
297 bool bfa_nw_ioc_fwver_cmp(struct bfa_ioc *ioc,
299 void bfa_nw_ioc_get_mac(struct bfa_ioc *ioc, u8 *mac);
300 void bfa_nw_ioc_debug_memclaim(struct bfa_ioc *ioc, void *dbg_fwsave);
301 int bfa_nw_ioc_debug_fwtrc(struct bfa_ioc *ioc, void *trcdata, int *trclen);
302 int bfa_nw_ioc_debug_fwsave(struct bfa_ioc *ioc, void *trcdata, int *trclen);
307 void bfa_nw_ioc_timeout(struct bfa_ioc *ioc);
308 void bfa_nw_ioc_hb_check(struct bfa_ioc *ioc);
309 void bfa_nw_iocpf_timeout(struct bfa_ioc *ioc);
310 void bfa_nw_iocpf_sem_timeout(struct bfa_ioc *ioc);
324 struct bfa_ioc *ioc; /* back pointer to ioc */ member
353 struct bfa_ioc *ioc, void *dev);