Searched refs:bfa_ioc_s (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/drivers/scsi/bfa/ |
D | bfa_ioc_cb.c | 23 static bfa_boolean_t bfa_ioc_cb_firmware_lock(struct bfa_ioc_s *ioc); 24 static void bfa_ioc_cb_firmware_unlock(struct bfa_ioc_s *ioc); 25 static void bfa_ioc_cb_reg_init(struct bfa_ioc_s *ioc); 26 static void bfa_ioc_cb_map_port(struct bfa_ioc_s *ioc); 27 static void bfa_ioc_cb_isr_mode_set(struct bfa_ioc_s *ioc, bfa_boolean_t msix); 28 static void bfa_ioc_cb_notify_fail(struct bfa_ioc_s *ioc); 29 static void bfa_ioc_cb_ownership_reset(struct bfa_ioc_s *ioc); 30 static bfa_boolean_t bfa_ioc_cb_sync_start(struct bfa_ioc_s *ioc); 31 static void bfa_ioc_cb_sync_join(struct bfa_ioc_s *ioc); 32 static void bfa_ioc_cb_sync_leave(struct bfa_ioc_s *ioc); [all …]
|
D | bfa_ioc.h | 287 struct bfa_ioc_s *ioc; 293 struct bfa_ioc_s { struct 332 bfa_boolean_t (*ioc_firmware_lock) (struct bfa_ioc_s *ioc); argument 333 void (*ioc_firmware_unlock) (struct bfa_ioc_s *ioc); 334 void (*ioc_reg_init) (struct bfa_ioc_s *ioc); 335 void (*ioc_map_port) (struct bfa_ioc_s *ioc); 336 void (*ioc_isr_mode_set) (struct bfa_ioc_s *ioc, 338 void (*ioc_notify_fail) (struct bfa_ioc_s *ioc); 339 void (*ioc_ownership_reset) (struct bfa_ioc_s *ioc); 340 bfa_boolean_t (*ioc_sync_start) (struct bfa_ioc_s *ioc); [all …]
|
D | bfa_ioc_ct.c | 30 static bfa_boolean_t bfa_ioc_ct_firmware_lock(struct bfa_ioc_s *ioc); 31 static void bfa_ioc_ct_firmware_unlock(struct bfa_ioc_s *ioc); 32 static void bfa_ioc_ct_notify_fail(struct bfa_ioc_s *ioc); 33 static void bfa_ioc_ct_ownership_reset(struct bfa_ioc_s *ioc); 34 static bfa_boolean_t bfa_ioc_ct_sync_start(struct bfa_ioc_s *ioc); 35 static void bfa_ioc_ct_sync_join(struct bfa_ioc_s *ioc); 36 static void bfa_ioc_ct_sync_leave(struct bfa_ioc_s *ioc); 37 static void bfa_ioc_ct_sync_ack(struct bfa_ioc_s *ioc); 38 static bfa_boolean_t bfa_ioc_ct_sync_complete(struct bfa_ioc_s *ioc); 40 struct bfa_ioc_s *ioc, enum bfi_ioc_state fwstate); [all …]
|
D | bfa_ioc.c | 90 static void bfa_ioc_hw_sem_get(struct bfa_ioc_s *ioc); 91 static void bfa_ioc_hwinit(struct bfa_ioc_s *ioc, bfa_boolean_t force); 93 static void bfa_ioc_poll_fwinit(struct bfa_ioc_s *ioc); 94 static void bfa_ioc_send_enable(struct bfa_ioc_s *ioc); 95 static void bfa_ioc_send_disable(struct bfa_ioc_s *ioc); 96 static void bfa_ioc_send_getattr(struct bfa_ioc_s *ioc); 97 static void bfa_ioc_hb_monitor(struct bfa_ioc_s *ioc); 98 static void bfa_ioc_mbox_poll(struct bfa_ioc_s *ioc); 99 static void bfa_ioc_mbox_flush(struct bfa_ioc_s *ioc); 100 static void bfa_ioc_recover(struct bfa_ioc_s *ioc); [all …]
|
D | bfa_port.h | 23 struct bfa_ioc_s *ioc; 47 void bfa_port_attach(struct bfa_port_s *port, struct bfa_ioc_s *ioc, 97 struct bfa_ioc_s *ioc; 109 struct bfa_ioc_s *ioc, void *dev);
|
D | bfa_modules.h | 62 struct bfa_ioc_s ioc; /* IOC module */
|
D | bfad_debugfs.c | 245 struct bfa_ioc_s *ioc = &bfa->ioc; in bfad_debugfs_write_regrd() 314 struct bfa_ioc_s *ioc = &bfa->ioc; in bfad_debugfs_write_regwr()
|
D | bfa_port.c | 457 bfa_port_attach(struct bfa_port_s *port, struct bfa_ioc_s *ioc, in bfa_port_attach() 853 bfa_cee_attach(struct bfa_cee_s *cee, struct bfa_ioc_s *ioc, in bfa_cee_attach()
|
D | bfa_fcs.c | 58 struct bfa_ioc_s *ioc = &fabric->fcs->bfa->ioc; in bfa_fcs_update_cfg()
|
D | bfa_core.c | 1521 struct bfa_ioc_s *ioc = &bfa->ioc; in bfa_iocfc_attach()
|