Searched refs:bfad_s (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/scsi/bfa/ |
A D | bfad_drv.h | 100 struct bfad_s *bfad; 127 struct bfad_s *bfad; 154 struct bfad_s *bfad; 182 struct bfad_s { struct 297 void bfad_drv_start(struct bfad_s *bfad); 298 void bfad_uncfg_pport(struct bfad_s *bfad); 299 void bfad_stop(struct bfad_s *bfad); 300 void bfad_fcs_stop(struct bfad_s *bfad); 305 int bfad_setup_intr(struct bfad_s *bfad); 310 void bfad_init_timer(struct bfad_s *bfad); [all …]
|
A D | bfad_im.h | 24 bfa_status_t bfad_im_probe(struct bfad_s *bfad); 25 void bfad_im_probe_undo(struct bfad_s *bfad); 27 void bfad_im_port_delete(struct bfad_s *bfad, struct bfad_port_s *port); 29 int bfad_im_scsi_host_alloc(struct bfad_s *bfad, 31 void bfad_im_scsi_host_free(struct bfad_s *bfad, 51 struct bfad_s *bfad; 119 struct bfad_s *bfad; 136 struct bfad_s *drv, int cnt, in bfad_im_post_vendor_event() 159 struct bfad_s *); 160 bfa_status_t bfad_thread_workq(struct bfad_s *bfad); [all …]
|
A D | bfad_bsg.c | 19 bfad_iocmd_ioc_enable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_enable() 42 bfad_iocmd_ioc_disable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_disable() 72 bfad_iocmd_ioc_get_info(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_info() 111 bfad_iocmd_ioc_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_attr() 248 bfad_iocmd_port_enable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_port_enable() 1257 bfad_iocmd_pcifn_bw(struct bfad_s *bfad, void *cmd) in bfad_iocmd_pcifn_bw() 1725 bfad_iocmd_diag_sfp(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_sfp() 1748 bfad_iocmd_diag_led(struct bfad_s *bfad, void *cmd) in bfad_iocmd_diag_led() 3130 struct bfad_s *bfad = im_port->bfad; in bfad_im_bsg_vendor_request() 3306 struct bfad_s *bfad = drv_fcxp->port->bfad; in bfad_fcxp_bsg_send() [all …]
|
A D | bfad.c | 409 struct bfad_s *bfad = drv; in bfa_cb_init() 711 bfad_init_timer(struct bfad_s *bfad) in bfad_init_timer() 813 bfad_drv_init(struct bfad_s *bfad) in bfad_drv_init() 854 bfad_drv_uninit(struct bfad_s *bfad) in bfad_drv_uninit() 874 bfad_drv_start(struct bfad_s *bfad) in bfad_drv_start() 890 bfad_fcs_stop(struct bfad_s *bfad) in bfad_fcs_stop() 905 bfad_stop(struct bfad_s *bfad) in bfad_stop() 1068 struct bfad_s *bfad = ptr; in bfad_worker() 1090 struct bfad_s *bfad = dev_id; in bfad_intx() 1121 struct bfad_s *bfad = vec->bfad; in bfad_msix() [all …]
|
A D | bfad_attr.c | 26 struct bfad_s *bfad; in bfad_im_get_starget_port_id() 52 struct bfad_s *bfad; in bfad_im_get_starget_node_name() 78 struct bfad_s *bfad; in bfad_im_get_starget_port_name() 358 struct bfad_s *bfad = im_port->bfad; in bfad_im_vport_create() 445 struct bfad_s *bfad = im_port->bfad; in bfad_im_issue_fc_host_lip() 483 struct bfad_s *bfad = im_port->bfad; in bfad_im_vport_delete() 536 struct bfad_s *bfad; in bfad_im_vport_disable() 571 struct bfad_s *bfad = im_port->bfad; in bfad_im_vport_set_symbolic_name() 710 struct bfad_s *bfad = im_port->bfad; in bfad_im_serial_num_show() 724 struct bfad_s *bfad = im_port->bfad; in bfad_im_model_show() [all …]
|
A D | bfad_im.c | 38 struct bfad_s *bfad = drv; in bfa_cb_ioim_done() 134 struct bfad_s *bfad = drv; in bfa_cb_ioim_abort() 174 struct bfad_s *bfad = im_port->bfad; in bfad_im_info() 195 struct bfad_s *bfad = im_port->bfad; in bfad_im_abort_handler() 512 struct bfad_s *bfad; in bfa_fcb_itnim_offline() 656 struct bfad_s *bfad = im_port->bfad; in bfad_im_port_clean() 676 struct bfad_s *bfad = im->bfad; in bfad_aen_im_notify_handler() 697 bfad_im_probe(struct bfad_s *bfad) in bfad_im_probe() 718 bfad_im_probe_undo(struct bfad_s *bfad) in bfad_im_probe_undo() 766 bfad_thread_workq(struct bfad_s *bfad) in bfad_thread_workq() [all …]
|
A D | bfad_debugfs.c | 46 struct bfad_s *bfad = port->bfad; in bfad_debugfs_open_drvtrc() 65 struct bfad_s *bfad = port->bfad; in bfad_debugfs_open_fwtrc() 107 struct bfad_s *bfad = port->bfad; in bfad_debugfs_open_fwsave() 219 struct bfad_s *bfad = port->bfad; in bfad_debugfs_read_regrd() 243 struct bfad_s *bfad = port->bfad; in bfad_debugfs_write_regrd() 312 struct bfad_s *bfad = port->bfad; in bfad_debugfs_write_regwr() 443 struct bfad_s *bfad = port->bfad; in bfad_debugfs_init() 482 struct bfad_s *bfad = port->bfad; in bfad_debugfs_exit()
|
A D | bfa_fcs.h | 687 struct bfad_s *bfad; /* corresponding BDA driver instance */ 781 struct bfad_s *bfad, 841 struct bfad_port_s *bfa_fcb_lport_new(struct bfad_s *bfad, 850 void bfa_fcb_pbc_vport_create(struct bfad_s *bfad, struct bfi_pbc_vport_s); 855 bfa_status_t bfa_fcb_rport_alloc(struct bfad_s *bfad, 862 int bfa_fcb_itnim_alloc(struct bfad_s *bfad, struct bfa_fcs_itnim_s **itnim, 864 void bfa_fcb_itnim_free(struct bfad_s *bfad,
|
A D | bfa_fcs_fcpim.c | 276 struct bfad_s *bfad = (struct bfad_s *)itnim->fcs->bfad; in bfa_fcs_itnim_sm_hcb_online() 314 struct bfad_s *bfad = (struct bfad_s *)itnim->fcs->bfad; in bfa_fcs_itnim_sm_online() 418 struct bfad_s *bfad = (struct bfad_s *)itnim->fcs->bfad; in bfa_fcs_itnim_aen_post()
|
A D | bfa_fcs.c | 30 struct bfad_s *bfad = fcs->bfad; in bfa_fcs_exit_comp() 629 struct bfad_s *bfad = (struct bfad_s *)fabric->fcs->bfad; in bfa_fcs_fabric_sm_isolated() 1370 struct bfad_s *bfad = (struct bfad_s *)port->fabric->fcs->bfad; in bfa_fcs_fabric_aen_post() 1396 struct bfad_s *bfad = (struct bfad_s *)fabric->fcs->bfad; in bfa_fcs_fabric_set_fabric_name() 1580 bfa_fcs_attach(struct bfa_fcs_s *fcs, struct bfa_s *bfa, struct bfad_s *bfad, in bfa_fcs_attach()
|
A D | bfa_fcs_rport.c | 2396 struct bfad_s *bfad = (struct bfad_s *)port->fcs->bfad; in bfa_fcs_rport_aen_post() 2434 struct bfad_s *bfad = (struct bfad_s *)port->fcs->bfad; in bfa_fcs_rport_hal_online_action() 2474 struct bfad_s *bfad = (struct bfad_s *)port->fcs->bfad; in bfa_fcs_rport_hal_offline_action() 2788 struct bfa_fcs_s *fcs = &((struct bfad_s *)bfa->bfad)->bfa_fcs; in bfa_cb_rport_scn_online() 2815 struct bfa_fcs_s *fcs = &((struct bfad_s *)bfa->bfad)->bfa_fcs; in bfa_cb_rport_scn_offline()
|
A D | bfa_svc.c | 1999 struct bfad_s *bfad = (struct bfad_s *)fcport->bfa->bfad; in bfa_fcport_aen_post() 2070 struct bfad_s *bfad = (struct bfad_s *)fcport->bfa->bfad; in bfa_fcport_sm_enabling_qwait() 2134 struct bfad_s *bfad = (struct bfad_s *)fcport->bfa->bfad; in bfa_fcport_sm_enabling() 2197 struct bfad_s *bfad = (struct bfad_s *)fcport->bfa->bfad; in bfa_fcport_sm_linkdown() 2288 struct bfad_s *bfad = (struct bfad_s *)fcport->bfa->bfad; in bfa_fcport_sm_linkup() 2485 struct bfad_s *bfad = (struct bfad_s *)fcport->bfa->bfad; in bfa_fcport_sm_disabling() 2540 struct bfad_s *bfad = (struct bfad_s *)fcport->bfa->bfad; in bfa_fcport_sm_disabled()
|
A D | bfa_ioc.c | 414 struct bfad_s *bfad = (struct bfad_s *)ioc->bfa->bfad; in bfa_ioc_sm_op_entry() 462 struct bfad_s *bfad = (struct bfad_s *)ioc->bfa->bfad; in bfa_ioc_sm_disabling_entry() 2150 struct bfad_s *bfad = (struct bfad_s *)ioc->bfa->bfad; in bfa_ioc_fail_notify() 2169 struct bfad_s *bfad = (struct bfad_s *)ioc->bfa->bfad; in bfa_ioc_pf_fwmismatch() 2908 struct bfad_s *bfad = (struct bfad_s *)ioc->bfa->bfad; in bfa_ioc_aen_post() 3707 struct bfad_s *bfad = (struct bfad_s *)sfp->ioc->bfa->bfad; in bfa_sfp_scn_aen_post() 4192 struct bfad_s *bfad = (struct bfad_s *)ioc->bfa->bfad; in bfa_flash_aen_audit_post()
|
A D | bfa_fcs_lport.c | 356 struct bfad_s *bfad = (struct bfad_s *)port->fabric->fcs->bfad; in bfa_fcs_lport_aen_post() 656 struct bfad_s *bfad = (struct bfad_s *)port->fcs->bfad; in bfa_fcs_lport_online_actions() 678 struct bfad_s *bfad = (struct bfad_s *)port->fcs->bfad; in bfa_fcs_lport_offline_actions() 748 struct bfad_s *bfad = (struct bfad_s *)port->fcs->bfad; in bfa_fcs_lport_deleted() 1097 struct bfad_s *bfad = (struct bfad_s *)lport->fcs->bfad; in bfa_fcs_lport_init() 6487 struct bfad_s *bfad = (struct bfad_s *)port->fabric->fcs->bfad; in bfa_fcs_vport_aen_post()
|
A D | bfa_core.c | 1214 struct bfad_s *bfad = bfa->bfad; in bfa_iocfc_stop_cb() 1224 struct bfad_s *bfad = bfa->bfad; in bfa_iocfc_enable_cb() 1234 struct bfad_s *bfad = bfa->bfad; in bfa_iocfc_disable_cb()
|
A D | bfa_fcpim.c | 2285 port = bfa_fcs_lookup_port(&((struct bfad_s *)bfa->bfad)->bfa_fcs, in bfa_fcpim_lunmask_add() 2352 &((struct bfad_s *)bfa->bfad)->bfa_fcs, in bfa_fcpim_lunmask_delete()
|
Completed in 73 milliseconds