Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/bfa/
Dbfa_svc.h129 struct bfa_rport_s *bfa_rport;
248 struct bfa_rport_s *rps_list; /* list of rports */
290 struct bfa_rport_s { struct
575 struct bfa_rport_s *bfa_rport_create(struct bfa_s *bfa, void *rport_drv);
576 void bfa_rport_online(struct bfa_rport_s *rport,
578 void bfa_rport_speed(struct bfa_rport_s *rport, enum bfa_port_speed speed);
596 void bfa_rport_set_lunmask(struct bfa_s *bfa, struct bfa_rport_s *rp);
597 void bfa_rport_unset_lunmask(struct bfa_s *bfa, struct bfa_rport_s *rp);
627 void bfa_fcxp_send(struct bfa_fcxp_s *fcxp, struct bfa_rport_s *rport,
Dbfa_svc.c226 static struct bfa_rport_s *bfa_rport_alloc(struct bfa_rport_mod_s *rp_mod);
227 static void bfa_rport_free(struct bfa_rport_s *rport);
228 static bfa_boolean_t bfa_rport_send_fwcreate(struct bfa_rport_s *rp);
229 static bfa_boolean_t bfa_rport_send_fwdelete(struct bfa_rport_s *rp);
230 static bfa_boolean_t bfa_rport_send_fwspeed(struct bfa_rport_s *rp);
239 static void bfa_rport_sm_uninit(struct bfa_rport_s *rp,
241 static void bfa_rport_sm_created(struct bfa_rport_s *rp,
243 static void bfa_rport_sm_fwcreate(struct bfa_rport_s *rp,
245 static void bfa_rport_sm_online(struct bfa_rport_s *rp,
247 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,
218 struct bfa_rport_s *rport; /* bfa rport */
325 struct bfa_rport_s *rport, void *itnim);
Dbfad_drv.h258 struct bfa_rport_s *bfa_rport;
Dbfa_fcs.h438 struct bfa_rport_s *bfa_rport; /* BFA Rport */
449 static inline struct bfa_rport_s *
Dbfa_fcs_lport.c383 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_send_ls_rjt()
411 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_send_fcgs_rjt()
550 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_echo()
593 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_rnid()
5470 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_scn_send_ls_acc()
Dbfa_fcpim.c1400 bfa_itnim_create(struct bfa_s *bfa, struct bfa_rport_s *rport, void *ditn) in bfa_itnim_create()
2276 struct bfa_rport_s *rp = NULL; in bfa_fcpim_lunmask_add()
3759 bfa_itn_create(struct bfa_s *bfa, struct bfa_rport_s *rport, in bfa_itn_create()
Dbfad_im.c933 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()