Searched refs:bfa_rport_s (Results 1 – 9 of 9) sorted by relevance
/drivers/scsi/bfa/ |
D | bfa_svc.c | 235 static struct bfa_rport_s *bfa_rport_alloc(struct bfa_rport_mod_s *rp_mod); 236 static void bfa_rport_free(struct bfa_rport_s *rport); 237 static bfa_boolean_t bfa_rport_send_fwcreate(struct bfa_rport_s *rp); 238 static bfa_boolean_t bfa_rport_send_fwdelete(struct bfa_rport_s *rp); 239 static bfa_boolean_t bfa_rport_send_fwspeed(struct bfa_rport_s *rp); 248 static void bfa_rport_sm_uninit(struct bfa_rport_s *rp, 250 static void bfa_rport_sm_created(struct bfa_rport_s *rp, 252 static void bfa_rport_sm_fwcreate(struct bfa_rport_s *rp, 254 static void bfa_rport_sm_online(struct bfa_rport_s *rp, 256 static void bfa_rport_sm_fwdelete(struct bfa_rport_s *rp, [all …]
|
D | bfa_svc.h | 133 struct bfa_rport_s *bfa_rport; 251 struct bfa_rport_s *rps_list; /* list of rports */ 293 struct bfa_rport_s { struct 565 struct bfa_rport_s *bfa_rport_create(struct bfa_s *bfa, void *rport_drv); 566 void bfa_rport_online(struct bfa_rport_s *rport, 568 void bfa_rport_speed(struct bfa_rport_s *rport, enum bfa_port_speed speed); 583 void bfa_rport_set_lunmask(struct bfa_s *bfa, struct bfa_rport_s *rp); 584 void bfa_rport_unset_lunmask(struct bfa_s *bfa, struct bfa_rport_s *rp); 612 void bfa_fcxp_send(struct bfa_fcxp_s *fcxp, struct bfa_rport_s *rport,
|
D | bfa_fcpim.h | 41 void bfa_itn_create(struct bfa_s *bfa, struct bfa_rport_s *rport, 221 struct bfa_rport_s *rport; /* bfa rport */ 328 struct bfa_rport_s *rport, void *itnim);
|
D | bfad_drv.h | 262 struct bfa_rport_s *bfa_rport;
|
D | bfa_fcs.h | 436 struct bfa_rport_s *bfa_rport; /* BFA Rport */ 446 static inline struct bfa_rport_s *
|
D | bfa_fcpim.c | 1407 bfa_itnim_create(struct bfa_s *bfa, struct bfa_rport_s *rport, void *ditn) in bfa_itnim_create() 2272 struct bfa_rport_s *rp = NULL; in bfa_fcpim_lunmask_add() 2334 struct bfa_rport_s *rp = NULL; in bfa_fcpim_lunmask_delete() 3772 bfa_itn_create(struct bfa_s *bfa, struct bfa_rport_s *rport, in bfa_itn_create()
|
D | bfa_fcs_lport.c | 337 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_send_ls_rjt() 365 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_send_fcgs_rjt() 504 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_echo() 547 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_rnid() 4616 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_scn_send_ls_acc()
|
D | bfad_im.c | 935 struct bfa_rport_s *bfa_rport = itnim_data->itnim->bfa_itnim->rport; in bfad_im_check_if_make_lun_visible()
|
D | bfad_bsg.c | 691 struct bfa_rport_s *rport; in bfad_iocmd_rport_clr_stats()
|