Searched refs:hwif_cb (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_ioc_cb.c42 struct bfa_ioc_hwif_s hwif_cb; variable in typeref:struct:bfa_ioc_hwif_s
50 hwif_cb.ioc_pll_init = bfa_ioc_cb_pll_init;
51 hwif_cb.ioc_firmware_lock = bfa_ioc_cb_firmware_lock;
52 hwif_cb.ioc_firmware_unlock = bfa_ioc_cb_firmware_unlock;
53 hwif_cb.ioc_reg_init = bfa_ioc_cb_reg_init;
54 hwif_cb.ioc_map_port = bfa_ioc_cb_map_port;
55 hwif_cb.ioc_isr_mode_set = bfa_ioc_cb_isr_mode_set;
56 hwif_cb.ioc_notify_hbfail = bfa_ioc_cb_notify_hbfail;
57 hwif_cb.ioc_ownership_reset = bfa_ioc_cb_ownership_reset;
59 ioc->ioc_hwif = &hwif_cb;
[all...]

Completed in 107 milliseconds