Home
last modified time | relevance | path

Searched refs:bfad_s (Results 1 – 16 of 16) sorted by relevance

/drivers/scsi/bfa/
Dbfad_drv.h108 struct bfad_s *bfad;
135 struct bfad_s *bfad;
162 struct bfad_s *bfad;
190 struct bfad_s { struct
297 bfa_status_t bfad_vport_create(struct bfad_s *bfad, u16 vf_id,
300 bfa_status_t bfad_vf_create(struct bfad_s *bfad, u16 vf_id,
302 bfa_status_t bfad_cfg_pport(struct bfad_s *bfad, enum bfa_lport_role role);
303 bfa_status_t bfad_drv_init(struct bfad_s *bfad);
304 bfa_status_t bfad_start_ops(struct bfad_s *bfad);
305 void bfad_drv_start(struct bfad_s *bfad);
[all …]
Dbfad_im.h32 bfa_status_t bfad_im_probe(struct bfad_s *bfad);
33 void bfad_im_probe_undo(struct bfad_s *bfad);
34 bfa_status_t bfad_im_port_new(struct bfad_s *bfad, struct bfad_port_s *port);
35 void bfad_im_port_delete(struct bfad_s *bfad, struct bfad_port_s *port);
37 int bfad_im_scsi_host_alloc(struct bfad_s *bfad,
39 void bfad_im_scsi_host_free(struct bfad_s *bfad,
60 struct bfad_s *bfad;
118 struct bfad_s *bfad;
146 struct bfad_s *);
147 bfa_status_t bfad_thread_workq(struct bfad_s *bfad);
[all …]
Dbfad_bsg.c27 bfad_iocmd_ioc_enable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_enable()
50 bfad_iocmd_ioc_disable(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_disable()
80 bfad_iocmd_ioc_get_info(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_info()
119 bfad_iocmd_ioc_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_attr()
148 bfad_iocmd_ioc_get_stats(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_get_stats()
158 bfad_iocmd_ioc_get_fwstats(struct bfad_s *bfad, void *cmd, in bfad_iocmd_ioc_get_fwstats()
188 bfad_iocmd_ioc_reset_stats(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_ioc_reset_stats()
206 bfad_iocmd_ioc_set_name(struct bfad_s *bfad, void *cmd, unsigned int v_cmd) in bfad_iocmd_ioc_set_name()
220 bfad_iocmd_iocfc_get_attr(struct bfad_s *bfad, void *cmd) in bfad_iocmd_iocfc_get_attr()
231 bfad_iocmd_ioc_fw_sig_inv(struct bfad_s *bfad, void *cmd) in bfad_iocmd_ioc_fw_sig_inv()
[all …]
Dbfad.c153 bfad_sm_uninit(struct bfad_s *bfad, enum bfad_sm_event event);
155 bfad_sm_created(struct bfad_s *bfad, enum bfad_sm_event event);
157 bfad_sm_initializing(struct bfad_s *bfad, enum bfad_sm_event event);
159 bfad_sm_operational(struct bfad_s *bfad, enum bfad_sm_event event);
161 bfad_sm_stopping(struct bfad_s *bfad, enum bfad_sm_event event);
163 bfad_sm_failed(struct bfad_s *bfad, enum bfad_sm_event event);
165 bfad_sm_fcs_exit(struct bfad_s *bfad, enum bfad_sm_event event);
171 bfad_sm_uninit(struct bfad_s *bfad, enum bfad_sm_event event) in bfad_sm_uninit()
201 bfad_sm_created(struct bfad_s *bfad, enum bfad_sm_event event) in bfad_sm_created()
277 bfad_sm_initializing(struct bfad_s *bfad, enum bfad_sm_event event) in bfad_sm_initializing()
[all …]
Dbfad_attr.c34 struct bfad_s *bfad; in bfad_im_get_starget_port_id()
60 struct bfad_s *bfad; in bfad_im_get_starget_node_name()
86 struct bfad_s *bfad; in bfad_im_get_starget_port_name()
126 struct bfad_s *bfad = im_port->bfad; in bfad_im_get_host_port_type()
158 struct bfad_s *bfad = im_port->bfad; in bfad_im_get_host_port_state()
214 struct bfad_s *bfad = im_port->bfad; in bfad_im_get_host_speed()
268 struct bfad_s *bfad = im_port->bfad; in bfad_im_get_stats()
319 struct bfad_s *bfad = im_port->bfad; in bfad_im_reset_stats()
349 struct bfad_s *bfad = itnim->im->bfad; in bfad_im_set_rport_loss_tmo()
364 struct bfad_s *bfad = im_port->bfad; in bfad_im_vport_create()
[all …]
Dbfad_im.c46 struct bfad_s *bfad = drv; in bfa_cb_ioim_done()
145 struct bfad_s *bfad = drv; in bfa_cb_ioim_abort()
185 struct bfad_s *bfad = im_port->bfad; in bfad_im_info()
206 struct bfad_s *bfad = im_port->bfad; in bfad_im_abort_handler()
252 bfad_im_target_reset_send(struct bfad_s *bfad, struct scsi_cmnd *cmnd, in bfad_im_target_reset_send()
308 struct bfad_s *bfad = im_port->bfad; in bfad_im_reset_lun_handler()
384 struct bfad_s *bfad = im_port->bfad; in bfad_im_reset_bus_handler()
444 bfa_fcb_itnim_alloc(struct bfad_s *bfad, struct bfa_fcs_itnim_s **itnim, in bfa_fcb_itnim_alloc()
468 bfa_fcb_itnim_free(struct bfad_s *bfad, struct bfad_itnim_s *itnim_drv) in bfa_fcb_itnim_free()
530 struct bfad_s *bfad; in bfa_fcb_itnim_offline()
[all …]
Dbfad_debugfs.c54 struct bfad_s *bfad = port->bfad; in bfad_debugfs_open_drvtrc()
73 struct bfad_s *bfad = port->bfad; in bfad_debugfs_open_fwtrc()
117 struct bfad_s *bfad = port->bfad; in bfad_debugfs_open_fwsave()
231 struct bfad_s *bfad = port->bfad; in bfad_debugfs_read_regrd()
255 struct bfad_s *bfad = port->bfad; in bfad_debugfs_write_regrd()
324 struct bfad_s *bfad = port->bfad; in bfad_debugfs_write_regwr()
455 struct bfad_s *bfad = port->bfad; in bfad_debugfs_init()
512 struct bfad_s *bfad = port->bfad; in bfad_debugfs_exit()
Dbfa_fcs.h698 struct bfad_s *bfad; /* corresponding BDA driver instance */
792 struct bfad_s *bfad,
856 struct bfad_port_s *bfa_fcb_lport_new(struct bfad_s *bfad,
865 void bfa_fcb_pbc_vport_create(struct bfad_s *bfad, struct bfi_pbc_vport_s);
870 bfa_status_t bfa_fcb_rport_alloc(struct bfad_s *bfad,
877 int bfa_fcb_itnim_alloc(struct bfad_s *bfad, struct bfa_fcs_itnim_s **itnim,
879 void bfa_fcb_itnim_free(struct bfad_s *bfad,
Dbfa_fcs_fcpim.c284 struct bfad_s *bfad = (struct bfad_s *)itnim->fcs->bfad; in bfa_fcs_itnim_sm_hcb_online()
322 struct bfad_s *bfad = (struct bfad_s *)itnim->fcs->bfad; in bfa_fcs_itnim_sm_online()
426 struct bfad_s *bfad = (struct bfad_s *)itnim->fcs->bfad; in bfa_fcs_itnim_aen_post()
Dbfa_fcs.c56 struct bfad_s *bfad = fcs->bfad; in bfa_fcs_exit_comp()
71 bfa_fcs_attach(struct bfa_fcs_s *fcs, struct bfa_s *bfa, struct bfad_s *bfad, in bfa_fcs_attach()
700 struct bfad_s *bfad = (struct bfad_s *)fabric->fcs->bfad; in bfa_fcs_fabric_sm_isolated()
1497 struct bfad_s *bfad = (struct bfad_s *)port->fabric->fcs->bfad; in bfa_fcs_fabric_aen_post()
1523 struct bfad_s *bfad = (struct bfad_s *)fabric->fcs->bfad; in bfa_fcs_fabric_set_fabric_name()
Dbfa_fcs_rport.c2412 struct bfad_s *bfad = (struct bfad_s *)port->fcs->bfad; in bfa_fcs_rport_aen_post()
2450 struct bfad_s *bfad = (struct bfad_s *)port->fcs->bfad; in bfa_fcs_rport_hal_online_action()
2490 struct bfad_s *bfad = (struct bfad_s *)port->fcs->bfad; in bfa_fcs_rport_hal_offline_action()
2804 struct bfa_fcs_s *fcs = &((struct bfad_s *)bfa->bfad)->bfa_fcs; in bfa_cb_rport_scn_online()
2831 struct bfa_fcs_s *fcs = &((struct bfad_s *)bfa->bfad)->bfa_fcs; in bfa_cb_rport_scn_offline()
Dbfa_ioc.c422 struct bfad_s *bfad = (struct bfad_s *)ioc->bfa->bfad; in bfa_ioc_sm_op_entry()
470 struct bfad_s *bfad = (struct bfad_s *)ioc->bfa->bfad; in bfa_ioc_sm_disabling_entry()
2165 struct bfad_s *bfad = (struct bfad_s *)ioc->bfa->bfad; in bfa_ioc_fail_notify()
2184 struct bfad_s *bfad = (struct bfad_s *)ioc->bfa->bfad; in bfa_ioc_pf_fwmismatch()
2923 struct bfad_s *bfad = (struct bfad_s *)ioc->bfa->bfad; in bfa_ioc_aen_post()
3721 struct bfad_s *bfad = (struct bfad_s *)sfp->ioc->bfa->bfad; in bfa_sfp_scn_aen_post()
4206 struct bfad_s *bfad = (struct bfad_s *)ioc->bfa->bfad; in bfa_flash_aen_audit_post()
Dbfa_svc.c2071 struct bfad_s *bfad = (struct bfad_s *)fcport->bfa->bfad; in bfa_fcport_aen_post()
2142 struct bfad_s *bfad = (struct bfad_s *)fcport->bfa->bfad; in bfa_fcport_sm_enabling_qwait()
2206 struct bfad_s *bfad = (struct bfad_s *)fcport->bfa->bfad; in bfa_fcport_sm_enabling()
2269 struct bfad_s *bfad = (struct bfad_s *)fcport->bfa->bfad; in bfa_fcport_sm_linkdown()
2360 struct bfad_s *bfad = (struct bfad_s *)fcport->bfa->bfad; in bfa_fcport_sm_linkup()
2557 struct bfad_s *bfad = (struct bfad_s *)fcport->bfa->bfad; in bfa_fcport_sm_disabling()
2612 struct bfad_s *bfad = (struct bfad_s *)fcport->bfa->bfad; in bfa_fcport_sm_disabled()
Dbfa_fcs_lport.c353 struct bfad_s *bfad = (struct bfad_s *)port->fabric->fcs->bfad; in bfa_fcs_lport_aen_post()
653 struct bfad_s *bfad = (struct bfad_s *)port->fcs->bfad; in bfa_fcs_lport_online_actions()
675 struct bfad_s *bfad = (struct bfad_s *)port->fcs->bfad; in bfa_fcs_lport_offline_actions()
745 struct bfad_s *bfad = (struct bfad_s *)port->fcs->bfad; in bfa_fcs_lport_deleted()
1094 struct bfad_s *bfad = (struct bfad_s *)lport->fcs->bfad; in bfa_fcs_lport_init()
6494 struct bfad_s *bfad = (struct bfad_s *)port->fabric->fcs->bfad; in bfa_fcs_vport_aen_post()
Dbfa_core.c1230 struct bfad_s *bfad = bfa->bfad; in bfa_iocfc_stop_cb()
1240 struct bfad_s *bfad = bfa->bfad; in bfa_iocfc_enable_cb()
1250 struct bfad_s *bfad = bfa->bfad; in bfa_iocfc_disable_cb()
Dbfa_fcpim.c2293 port = bfa_fcs_lookup_port(&((struct bfad_s *)bfa->bfad)->bfa_fcs, in bfa_fcpim_lunmask_add()
2362 &((struct bfad_s *)bfa->bfad)->bfa_fcs, in bfa_fcpim_lunmask_delete()