Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa_svc.h137 struct bfa_rport_s *bfa_rport;
256 struct bfa_rport_s *rps_list; /* list of rports */
298 struct bfa_rport_s { struct
583 struct bfa_rport_s *bfa_rport_create(struct bfa_s *bfa, void *rport_drv);
584 void bfa_rport_online(struct bfa_rport_s *rport,
586 void bfa_rport_speed(struct bfa_rport_s *rport, enum bfa_port_speed speed);
604 void bfa_rport_set_lunmask(struct bfa_s *bfa, struct bfa_rport_s *rp);
605 void bfa_rport_unset_lunmask(struct bfa_s *bfa, struct bfa_rport_s *rp);
635 void bfa_fcxp_send(struct bfa_fcxp_s *fcxp, struct bfa_rport_s *rport,
Dbfa_svc.c250 static struct bfa_rport_s *bfa_rport_alloc(struct bfa_rport_mod_s *rp_mod);
251 static void bfa_rport_free(struct bfa_rport_s *rport);
252 static bfa_boolean_t bfa_rport_send_fwcreate(struct bfa_rport_s *rp);
253 static bfa_boolean_t bfa_rport_send_fwdelete(struct bfa_rport_s *rp);
254 static bfa_boolean_t bfa_rport_send_fwspeed(struct bfa_rport_s *rp);
263 static void bfa_rport_sm_uninit(struct bfa_rport_s *rp,
265 static void bfa_rport_sm_created(struct bfa_rport_s *rp,
267 static void bfa_rport_sm_fwcreate(struct bfa_rport_s *rp,
269 static void bfa_rport_sm_online(struct bfa_rport_s *rp,
271 static void bfa_rport_sm_fwdelete(struct bfa_rport_s *rp,
[all …]
Dbfa_fcpim.h42 void bfa_itn_create(struct bfa_s *bfa, struct bfa_rport_s *rport,
226 struct bfa_rport_s *rport; /* bfa rport */
333 struct bfa_rport_s *rport, void *itnim);
Dbfad_drv.h266 struct bfa_rport_s *bfa_rport;
Dbfa_fcs.h449 struct bfa_rport_s *bfa_rport; /* BFA Rport */
460 static inline struct bfa_rport_s *
Dbfa_fcpim.c1409 bfa_itnim_create(struct bfa_s *bfa, struct bfa_rport_s *rport, void *ditn) in bfa_itnim_create()
2284 struct bfa_rport_s *rp = NULL; in bfa_fcpim_lunmask_add()
2346 struct bfa_rport_s *rp = NULL; in bfa_fcpim_lunmask_delete()
3799 bfa_itn_create(struct bfa_s *bfa, struct bfa_rport_s *rport, in bfa_itn_create()
Dbfa_fcs_lport.c380 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_send_ls_rjt()
408 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_send_fcgs_rjt()
547 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_echo()
590 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_rnid()
5473 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_scn_send_ls_acc()
Dbfad_im.c949 struct bfa_rport_s *bfa_rport = itnim_data->itnim->bfa_itnim->rport; in bfad_im_check_if_make_lun_visible()
Dbfad_bsg.c735 struct bfa_rport_s *rport; in bfad_iocmd_rport_clr_stats()