Lines Matching refs:hwif_cb
42 static struct bfa_ioc_hwif_s hwif_cb; variable
50 hwif_cb.ioc_pll_init = bfa_ioc_cb_pll_init; in bfa_ioc_set_cb_hwif()
51 hwif_cb.ioc_firmware_lock = bfa_ioc_cb_firmware_lock; in bfa_ioc_set_cb_hwif()
52 hwif_cb.ioc_firmware_unlock = bfa_ioc_cb_firmware_unlock; in bfa_ioc_set_cb_hwif()
53 hwif_cb.ioc_reg_init = bfa_ioc_cb_reg_init; in bfa_ioc_set_cb_hwif()
54 hwif_cb.ioc_map_port = bfa_ioc_cb_map_port; in bfa_ioc_set_cb_hwif()
55 hwif_cb.ioc_isr_mode_set = bfa_ioc_cb_isr_mode_set; in bfa_ioc_set_cb_hwif()
56 hwif_cb.ioc_notify_fail = bfa_ioc_cb_notify_fail; in bfa_ioc_set_cb_hwif()
57 hwif_cb.ioc_ownership_reset = bfa_ioc_cb_ownership_reset; in bfa_ioc_set_cb_hwif()
58 hwif_cb.ioc_sync_start = bfa_ioc_cb_sync_start; in bfa_ioc_set_cb_hwif()
59 hwif_cb.ioc_sync_join = bfa_ioc_cb_sync_join; in bfa_ioc_set_cb_hwif()
60 hwif_cb.ioc_sync_leave = bfa_ioc_cb_sync_leave; in bfa_ioc_set_cb_hwif()
61 hwif_cb.ioc_sync_ack = bfa_ioc_cb_sync_ack; in bfa_ioc_set_cb_hwif()
62 hwif_cb.ioc_sync_complete = bfa_ioc_cb_sync_complete; in bfa_ioc_set_cb_hwif()
63 hwif_cb.ioc_set_fwstate = bfa_ioc_cb_set_cur_ioc_fwstate; in bfa_ioc_set_cb_hwif()
64 hwif_cb.ioc_get_fwstate = bfa_ioc_cb_get_cur_ioc_fwstate; in bfa_ioc_set_cb_hwif()
65 hwif_cb.ioc_set_alt_fwstate = bfa_ioc_cb_set_alt_ioc_fwstate; in bfa_ioc_set_cb_hwif()
66 hwif_cb.ioc_get_alt_fwstate = bfa_ioc_cb_get_alt_ioc_fwstate; in bfa_ioc_set_cb_hwif()
68 ioc->ioc_hwif = &hwif_cb; in bfa_ioc_set_cb_hwif()