Searched refs:bfa_ioc_s (Results 1 – 10 of 10) sorted by relevance
/drivers/scsi/bfa/ |
D | bfa_ioc.h | 290 struct bfa_ioc_s *ioc; 296 struct bfa_ioc_s { struct 335 bfa_boolean_t (*ioc_firmware_lock) (struct bfa_ioc_s *ioc); argument 336 void (*ioc_firmware_unlock) (struct bfa_ioc_s *ioc); 337 void (*ioc_reg_init) (struct bfa_ioc_s *ioc); 338 void (*ioc_map_port) (struct bfa_ioc_s *ioc); 339 void (*ioc_isr_mode_set) (struct bfa_ioc_s *ioc, 341 void (*ioc_notify_fail) (struct bfa_ioc_s *ioc); 342 void (*ioc_ownership_reset) (struct bfa_ioc_s *ioc); 343 bfa_boolean_t (*ioc_sync_start) (struct bfa_ioc_s *ioc); [all …]
|
D | bfa_ioc_cb.c | 28 static bfa_boolean_t bfa_ioc_cb_firmware_lock(struct bfa_ioc_s *ioc); 29 static void bfa_ioc_cb_firmware_unlock(struct bfa_ioc_s *ioc); 30 static void bfa_ioc_cb_reg_init(struct bfa_ioc_s *ioc); 31 static void bfa_ioc_cb_map_port(struct bfa_ioc_s *ioc); 32 static void bfa_ioc_cb_isr_mode_set(struct bfa_ioc_s *ioc, bfa_boolean_t msix); 33 static void bfa_ioc_cb_notify_fail(struct bfa_ioc_s *ioc); 34 static void bfa_ioc_cb_ownership_reset(struct bfa_ioc_s *ioc); 35 static bfa_boolean_t bfa_ioc_cb_sync_start(struct bfa_ioc_s *ioc); 36 static void bfa_ioc_cb_sync_join(struct bfa_ioc_s *ioc); 37 static void bfa_ioc_cb_sync_leave(struct bfa_ioc_s *ioc); [all …]
|
D | bfa_ioc.c | 80 static void bfa_ioc_hw_sem_get(struct bfa_ioc_s *ioc); 81 static void bfa_ioc_hwinit(struct bfa_ioc_s *ioc, bfa_boolean_t force); 83 static void bfa_ioc_poll_fwinit(struct bfa_ioc_s *ioc); 84 static void bfa_ioc_send_enable(struct bfa_ioc_s *ioc); 85 static void bfa_ioc_send_disable(struct bfa_ioc_s *ioc); 86 static void bfa_ioc_send_getattr(struct bfa_ioc_s *ioc); 87 static void bfa_ioc_hb_monitor(struct bfa_ioc_s *ioc); 88 static void bfa_ioc_mbox_poll(struct bfa_ioc_s *ioc); 89 static void bfa_ioc_mbox_flush(struct bfa_ioc_s *ioc); 90 static void bfa_ioc_recover(struct bfa_ioc_s *ioc); [all …]
|
D | bfa_ioc_ct.c | 37 static bfa_boolean_t bfa_ioc_ct_firmware_lock(struct bfa_ioc_s *ioc); 38 static void bfa_ioc_ct_firmware_unlock(struct bfa_ioc_s *ioc); 39 static void bfa_ioc_ct_notify_fail(struct bfa_ioc_s *ioc); 40 static void bfa_ioc_ct_ownership_reset(struct bfa_ioc_s *ioc); 41 static bfa_boolean_t bfa_ioc_ct_sync_start(struct bfa_ioc_s *ioc); 42 static void bfa_ioc_ct_sync_join(struct bfa_ioc_s *ioc); 43 static void bfa_ioc_ct_sync_leave(struct bfa_ioc_s *ioc); 44 static void bfa_ioc_ct_sync_ack(struct bfa_ioc_s *ioc); 45 static bfa_boolean_t bfa_ioc_ct_sync_complete(struct bfa_ioc_s *ioc); 54 bfa_ioc_ct_firmware_lock(struct bfa_ioc_s *ioc) in bfa_ioc_ct_firmware_lock() [all …]
|
D | bfa_port.h | 30 struct bfa_ioc_s *ioc; 54 void bfa_port_attach(struct bfa_port_s *port, struct bfa_ioc_s *ioc, 104 struct bfa_ioc_s *ioc; 116 struct bfa_ioc_s *ioc, void *dev);
|
D | bfa_modules.h | 115 struct bfa_ioc_s ioc; /* IOC module */
|
D | bfad_debugfs.c | 278 struct bfa_ioc_s *ioc = &bfa->ioc; in bfad_debugfs_write_regrd() 355 struct bfa_ioc_s *ioc = &bfa->ioc; in bfad_debugfs_write_regwr()
|
D | bfa_port.c | 470 bfa_port_attach(struct bfa_port_s *port, struct bfa_ioc_s *ioc, in bfa_port_attach() 869 bfa_cee_attach(struct bfa_cee_s *cee, struct bfa_ioc_s *ioc, in bfa_cee_attach()
|
D | bfa_fcs.c | 116 struct bfa_ioc_s *ioc = &fabric->fcs->bfa->ioc; in bfa_fcs_update_cfg()
|
D | bfa_core.c | 1516 struct bfa_ioc_s *ioc = &bfa->ioc; in bfa_iocfc_attach()
|