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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/bfa/
H A Dbfa_ioc.h152 struct bfa_ioc_s { struct
186 bfa_status_t (*ioc_pll_init) (struct bfa_ioc_s *ioc);
187 bfa_boolean_t (*ioc_firmware_lock) (struct bfa_ioc_s *ioc);
188 void (*ioc_firmware_unlock) (struct bfa_ioc_s *ioc);
189 void (*ioc_reg_init) (struct bfa_ioc_s *ioc);
190 void (*ioc_map_port) (struct bfa_ioc_s *ioc);
191 void (*ioc_isr_mode_set) (struct bfa_ioc_s *ioc,
193 void (*ioc_notify_hbfail) (struct bfa_ioc_s *ioc);
194 void (*ioc_ownership_reset) (struct bfa_ioc_s *ioc);
226 void bfa_ioc_mbox_queue(struct bfa_ioc_s *io
[all...]
H A Dbfa_ioc.c74 static void bfa_ioc_hw_sem_get(struct bfa_ioc_s *ioc);
75 static void bfa_ioc_hw_sem_get_cancel(struct bfa_ioc_s *ioc);
76 static void bfa_ioc_hwinit(struct bfa_ioc_s *ioc, bfa_boolean_t force);
78 static void bfa_ioc_send_enable(struct bfa_ioc_s *ioc);
79 static void bfa_ioc_send_disable(struct bfa_ioc_s *ioc);
80 static void bfa_ioc_send_getattr(struct bfa_ioc_s *ioc);
81 static void bfa_ioc_hb_monitor(struct bfa_ioc_s *ioc);
82 static void bfa_ioc_hb_stop(struct bfa_ioc_s *ioc);
83 static void bfa_ioc_reset(struct bfa_ioc_s *ioc, bfa_boolean_t force);
84 static void bfa_ioc_mbox_poll(struct bfa_ioc_s *io
[all...]
H A Dbfa_ioc_cb.c33 static bfa_status_t bfa_ioc_cb_pll_init(struct bfa_ioc_s *ioc);
34 static bfa_boolean_t bfa_ioc_cb_firmware_lock(struct bfa_ioc_s *ioc);
35 static void bfa_ioc_cb_firmware_unlock(struct bfa_ioc_s *ioc);
36 static void bfa_ioc_cb_reg_init(struct bfa_ioc_s *ioc);
37 static void bfa_ioc_cb_map_port(struct bfa_ioc_s *ioc);
38 static void bfa_ioc_cb_isr_mode_set(struct bfa_ioc_s *ioc, bfa_boolean_t msix);
39 static void bfa_ioc_cb_notify_hbfail(struct bfa_ioc_s *ioc);
40 static void bfa_ioc_cb_ownership_reset(struct bfa_ioc_s *ioc);
48 bfa_ioc_set_cb_hwif(struct bfa_ioc_s *ioc)
66 bfa_ioc_cb_firmware_lock(struct bfa_ioc_s *io
[all...]
H A Dbfa_ioc_ct.c33 static bfa_status_t bfa_ioc_ct_pll_init(struct bfa_ioc_s *ioc);
34 static bfa_boolean_t bfa_ioc_ct_firmware_lock(struct bfa_ioc_s *ioc);
35 static void bfa_ioc_ct_firmware_unlock(struct bfa_ioc_s *ioc);
36 static void bfa_ioc_ct_reg_init(struct bfa_ioc_s *ioc);
37 static void bfa_ioc_ct_map_port(struct bfa_ioc_s *ioc);
38 static void bfa_ioc_ct_isr_mode_set(struct bfa_ioc_s *ioc, bfa_boolean_t msix);
39 static void bfa_ioc_ct_notify_hbfail(struct bfa_ioc_s *ioc);
40 static void bfa_ioc_ct_ownership_reset(struct bfa_ioc_s *ioc);
48 bfa_ioc_set_ct_hwif(struct bfa_ioc_s *ioc)
66 bfa_ioc_ct_firmware_lock(struct bfa_ioc_s *io
[all...]
H A Dbfa_priv.h84 struct bfa_ioc_s ioc; /* IOC module */
H A Dbfad_debugfs.c277 struct bfa_ioc_s *ioc = &bfa->ioc;
338 struct bfa_ioc_s *ioc = &bfa->ioc;
H A Dbfa_port.c441 bfa_port_attach(struct bfa_port_s *port, struct bfa_ioc_s *ioc, void *dev,
H A Dbfa_cee.c461 bfa_cee_attach(struct bfa_cee_s *cee, struct bfa_ioc_s *ioc, void *dev,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_ioc.h152 struct bfa_ioc_s { struct
186 bfa_status_t (*ioc_pll_init) (struct bfa_ioc_s *ioc);
187 bfa_boolean_t (*ioc_firmware_lock) (struct bfa_ioc_s *ioc);
188 void (*ioc_firmware_unlock) (struct bfa_ioc_s *ioc);
189 void (*ioc_reg_init) (struct bfa_ioc_s *ioc);
190 void (*ioc_map_port) (struct bfa_ioc_s *ioc);
191 void (*ioc_isr_mode_set) (struct bfa_ioc_s *ioc,
193 void (*ioc_notify_hbfail) (struct bfa_ioc_s *ioc);
194 void (*ioc_ownership_reset) (struct bfa_ioc_s *ioc);
226 void bfa_ioc_mbox_queue(struct bfa_ioc_s *io
[all...]
H A Dbfa_ioc.c74 static void bfa_ioc_hw_sem_get(struct bfa_ioc_s *ioc);
75 static void bfa_ioc_hw_sem_get_cancel(struct bfa_ioc_s *ioc);
76 static void bfa_ioc_hwinit(struct bfa_ioc_s *ioc, bfa_boolean_t force);
78 static void bfa_ioc_send_enable(struct bfa_ioc_s *ioc);
79 static void bfa_ioc_send_disable(struct bfa_ioc_s *ioc);
80 static void bfa_ioc_send_getattr(struct bfa_ioc_s *ioc);
81 static void bfa_ioc_hb_monitor(struct bfa_ioc_s *ioc);
82 static void bfa_ioc_hb_stop(struct bfa_ioc_s *ioc);
83 static void bfa_ioc_reset(struct bfa_ioc_s *ioc, bfa_boolean_t force);
84 static void bfa_ioc_mbox_poll(struct bfa_ioc_s *io
[all...]
H A Dbfa_ioc_cb.c33 static bfa_status_t bfa_ioc_cb_pll_init(struct bfa_ioc_s *ioc);
34 static bfa_boolean_t bfa_ioc_cb_firmware_lock(struct bfa_ioc_s *ioc);
35 static void bfa_ioc_cb_firmware_unlock(struct bfa_ioc_s *ioc);
36 static void bfa_ioc_cb_reg_init(struct bfa_ioc_s *ioc);
37 static void bfa_ioc_cb_map_port(struct bfa_ioc_s *ioc);
38 static void bfa_ioc_cb_isr_mode_set(struct bfa_ioc_s *ioc, bfa_boolean_t msix);
39 static void bfa_ioc_cb_notify_hbfail(struct bfa_ioc_s *ioc);
40 static void bfa_ioc_cb_ownership_reset(struct bfa_ioc_s *ioc);
48 bfa_ioc_set_cb_hwif(struct bfa_ioc_s *ioc)
66 bfa_ioc_cb_firmware_lock(struct bfa_ioc_s *io
[all...]
H A Dbfa_ioc_ct.c33 static bfa_status_t bfa_ioc_ct_pll_init(struct bfa_ioc_s *ioc);
34 static bfa_boolean_t bfa_ioc_ct_firmware_lock(struct bfa_ioc_s *ioc);
35 static void bfa_ioc_ct_firmware_unlock(struct bfa_ioc_s *ioc);
36 static void bfa_ioc_ct_reg_init(struct bfa_ioc_s *ioc);
37 static void bfa_ioc_ct_map_port(struct bfa_ioc_s *ioc);
38 static void bfa_ioc_ct_isr_mode_set(struct bfa_ioc_s *ioc, bfa_boolean_t msix);
39 static void bfa_ioc_ct_notify_hbfail(struct bfa_ioc_s *ioc);
40 static void bfa_ioc_ct_ownership_reset(struct bfa_ioc_s *ioc);
48 bfa_ioc_set_ct_hwif(struct bfa_ioc_s *ioc)
66 bfa_ioc_ct_firmware_lock(struct bfa_ioc_s *io
[all...]
H A Dbfa_priv.h84 struct bfa_ioc_s ioc; /* IOC module */
H A Dbfad_debugfs.c277 struct bfa_ioc_s *ioc = &bfa->ioc;
338 struct bfa_ioc_s *ioc = &bfa->ioc;
H A Dbfa_port.c441 bfa_port_attach(struct bfa_port_s *port, struct bfa_ioc_s *ioc, void *dev,
H A Dbfa_cee.c461 bfa_cee_attach(struct bfa_cee_s *cee, struct bfa_ioc_s *ioc, void *dev,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/bfa/include/cna/cee/
H A Dbfa_cee.h56 struct bfa_ioc_s *ioc;
65 void bfa_cee_attach(struct bfa_cee_s *cee, struct bfa_ioc_s *ioc, void *dev,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/bfa/include/cna/port/
H A Dbfa_port.h31 struct bfa_ioc_s *ioc;
51 void bfa_port_attach(struct bfa_port_s *port, struct bfa_ioc_s *ioc,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/bfa/include/cna/cee/
H A Dbfa_cee.h56 struct bfa_ioc_s *ioc;
65 void bfa_cee_attach(struct bfa_cee_s *cee, struct bfa_ioc_s *ioc, void *dev,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/bfa/include/cna/port/
H A Dbfa_port.h31 struct bfa_ioc_s *ioc;
51 void bfa_port_attach(struct bfa_port_s *port, struct bfa_ioc_s *ioc,

Completed in 390 milliseconds