Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bfa/
Dbfa_svc.h136 struct bfa_rport_s *bfa_rport;
255 struct bfa_rport_s *rps_list; /* list of rports */
297 struct bfa_rport_s { struct
582 struct bfa_rport_s *bfa_rport_create(struct bfa_s *bfa, void *rport_drv);
583 void bfa_rport_online(struct bfa_rport_s *rport,
585 void bfa_rport_speed(struct bfa_rport_s *rport, enum bfa_port_speed speed);
603 void bfa_rport_set_lunmask(struct bfa_s *bfa, struct bfa_rport_s *rp);
604 void bfa_rport_unset_lunmask(struct bfa_s *bfa, struct bfa_rport_s *rp);
634 void bfa_fcxp_send(struct bfa_fcxp_s *fcxp, struct bfa_rport_s *rport,
Dbfa_svc.c249 static struct bfa_rport_s *bfa_rport_alloc(struct bfa_rport_mod_s *rp_mod);
250 static void bfa_rport_free(struct bfa_rport_s *rport);
251 static bfa_boolean_t bfa_rport_send_fwcreate(struct bfa_rport_s *rp);
252 static bfa_boolean_t bfa_rport_send_fwdelete(struct bfa_rport_s *rp);
253 static bfa_boolean_t bfa_rport_send_fwspeed(struct bfa_rport_s *rp);
262 static void bfa_rport_sm_uninit(struct bfa_rport_s *rp,
264 static void bfa_rport_sm_created(struct bfa_rport_s *rp,
266 static void bfa_rport_sm_fwcreate(struct bfa_rport_s *rp,
268 static void bfa_rport_sm_online(struct bfa_rport_s *rp,
270 static void bfa_rport_sm_fwdelete(struct bfa_rport_s *rp,
[all …]
Dbfa_fcpim.h41 void bfa_itn_create(struct bfa_s *bfa, struct bfa_rport_s *rport,
225 struct bfa_rport_s *rport; /* bfa rport */
332 struct bfa_rport_s *rport, void *itnim);
Dbfad_drv.h265 struct bfa_rport_s *bfa_rport;
Dbfa_fcs.h448 struct bfa_rport_s *bfa_rport; /* BFA Rport */
459 static inline struct bfa_rport_s *
Dbfa_fcpim.c1408 bfa_itnim_create(struct bfa_s *bfa, struct bfa_rport_s *rport, void *ditn) in bfa_itnim_create()
2283 struct bfa_rport_s *rp = NULL; in bfa_fcpim_lunmask_add()
2345 struct bfa_rport_s *rp = NULL; in bfa_fcpim_lunmask_delete()
3798 bfa_itn_create(struct bfa_s *bfa, struct bfa_rport_s *rport, in bfa_itn_create()
Dbfa_fcs_lport.c379 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_send_ls_rjt()
407 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_send_fcgs_rjt()
546 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_echo()
589 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_rnid()
5472 struct bfa_rport_s *bfa_rport = NULL; in bfa_fcs_lport_scn_send_ls_acc()
Dbfad_im.c921 struct bfa_rport_s *bfa_rport = itnim_data->itnim->bfa_itnim->rport; in bfad_im_check_if_make_lun_visible()
Dbfad_bsg.c734 struct bfa_rport_s *rport; in bfad_iocmd_rport_clr_stats()