Home
last modified time | relevance | path

Searched refs:bfa_rport_s (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/scsi/bfa/
Dbfa_svc.h129 struct bfa_rport_s *bfa_rport;
232 struct bfa_rport_s *rps_list; /* list of rports */
286 struct bfa_rport_s;
287 typedef void (*bfa_rport_sm_t)(struct bfa_rport_s *, enum bfa_rport_event);
292 struct bfa_rport_s { struct
631 struct bfa_rport_s *bfa_rport_create(struct bfa_s *bfa, void *rport_drv);
632 void bfa_rport_online(struct bfa_rport_s *rport,
634 void bfa_rport_speed(struct bfa_rport_s *rport, enum bfa_port_speed speed);
652 void bfa_rport_set_lunmask(struct bfa_s *bfa, struct bfa_rport_s *rp);
653 void bfa_rport_unset_lunmask(struct bfa_s *bfa, struct bfa_rport_s *rp);
[all …]
Dbfa_svc.c212 static struct bfa_rport_s *bfa_rport_alloc(struct bfa_rport_mod_s *rp_mod);
213 static void bfa_rport_free(struct bfa_rport_s *rport);
214 static bfa_boolean_t bfa_rport_send_fwcreate(struct bfa_rport_s *rp);
215 static bfa_boolean_t bfa_rport_send_fwdelete(struct bfa_rport_s *rp);
216 static bfa_boolean_t bfa_rport_send_fwspeed(struct bfa_rport_s *rp);
225 static void bfa_rport_sm_uninit(struct bfa_rport_s *rp,
227 static void bfa_rport_sm_created(struct bfa_rport_s *rp,
229 static void bfa_rport_sm_fwcreate(struct bfa_rport_s *rp,
231 static void bfa_rport_sm_online(struct bfa_rport_s *rp,
233 static void bfa_rport_sm_fwdelete(struct bfa_rport_s *rp,
[all …]
Dbfa_fcpim.h34 void bfa_itn_create(struct bfa_s *bfa, struct bfa_rport_s *rport,
278 struct bfa_rport_s *rport; /* bfa rport */
385 struct bfa_rport_s *rport, void *itnim);
Dbfad_drv.h260 struct bfa_rport_s *bfa_rport;
Dbfa_fcs.h602 struct bfa_rport_s *bfa_rport; /* BFA Rport */
613 static inline struct bfa_rport_s *
Dbfa_fcs_lport.c370 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_send_ls_rjt()
398 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_send_fcgs_rjt()
537 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_echo()
580 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_rnid()
5399 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_scn_send_ls_acc()
Dbfa_fcpim.c1349 bfa_itnim_create(struct bfa_s *bfa, struct bfa_rport_s *rport, void *ditn) in bfa_itnim_create()
2225 struct bfa_rport_s *rp = NULL; in bfa_fcpim_lunmask_add()
3708 bfa_itn_create(struct bfa_s *bfa, struct bfa_rport_s *rport, in bfa_itn_create()
Dbfad_im.c932 struct bfa_rport_s *bfa_rport = itnim_data->itnim->bfa_itnim->rport; in bfad_im_check_if_make_lun_visible()
Dbfad_bsg.c727 struct bfa_rport_s *rport; in bfad_iocmd_rport_clr_stats()