Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/bfa/
Dbfa_fcs_rport.c34 static struct bfa_fcs_rport_s *bfa_fcs_rport_alloc(
36 static void bfa_fcs_rport_free(struct bfa_fcs_rport_s *rport);
37 static void bfa_fcs_rport_hal_online(struct bfa_fcs_rport_s *rport);
38 static void bfa_fcs_rport_fcs_online_action(struct bfa_fcs_rport_s *rport);
39 static void bfa_fcs_rport_hal_online_action(struct bfa_fcs_rport_s *rport);
40 static void bfa_fcs_rport_fcs_offline_action(struct bfa_fcs_rport_s *rport);
41 static void bfa_fcs_rport_hal_offline_action(struct bfa_fcs_rport_s *rport);
42 static void bfa_fcs_rport_update(struct bfa_fcs_rport_s *rport,
72 static void bfa_fcs_rport_process_prli(struct bfa_fcs_rport_s *rport,
74 static void bfa_fcs_rport_send_ls_rjt(struct bfa_fcs_rport_s *rport,
[all …]
Dbfa_fcs.h413 struct bfa_fcs_rport_s *bfa_fcs_lport_get_rport_by_pid(
415 struct bfa_fcs_rport_s *bfa_fcs_lport_get_rport_by_old_pid(
417 struct bfa_fcs_rport_s *bfa_fcs_lport_get_rport_by_pwwn(
419 struct bfa_fcs_rport_s *bfa_fcs_lport_get_rport_by_nwwn(
421 struct bfa_fcs_rport_s *bfa_fcs_lport_get_rport_by_qualifier(
424 struct bfa_fcs_rport_s *rport);
426 struct bfa_fcs_rport_s *rport);
537 struct bfa_fcs_rport_s *rport; /* parent rport */
578 struct bfa_fcs_rport_s;
579 typedef void (*bfa_fcs_rport_sm_t)(struct bfa_fcs_rport_s *, enum rport_event);
[all …]
Dbfa_fcs_lport.c176 struct bfa_fcs_rport_s *rport; in bfa_fcs_lport_sm_online()
201 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_online()
217 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_online()
236 struct bfa_fcs_rport_s *rport; in bfa_fcs_lport_sm_offline()
259 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_offline()
272 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_offline()
430 struct bfa_fcs_rport_s *rport; in bfa_fcs_lport_plogi()
664 struct bfa_fcs_rport_s *rport; in bfa_fcs_lport_offline_actions()
687 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_offline_actions()
760 struct bfa_fcs_rport_s *rport = NULL; in bfa_fcs_lport_uf_recv()
[all …]
Dbfa_fcs_fcpim.c434 struct bfa_fcs_rport_s *rport = itnim->rport; in bfa_fcs_itnim_aen_post()
461 struct bfa_fcs_rport_s *rport = itnim->rport; in bfa_fcs_itnim_send_prli()
595 bfa_fcs_itnim_create(struct bfa_fcs_rport_s *rport) in bfa_fcs_itnim_create()
764 struct bfa_fcs_rport_s *rport; in bfa_fcs_itnim_lookup()
Dbfad_drv.h249 struct bfa_fcs_rport_s fcs_rport;
Dbfad_bsg.c598 struct bfa_fcs_rport_s *fcs_rport; in bfad_iocmd_rport_get_attr()
685 struct bfa_fcs_rport_s *fcs_rport; in bfad_iocmd_rport_get_stats()
726 struct bfa_fcs_rport_s *fcs_rport; in bfad_iocmd_rport_clr_stats()
762 struct bfa_fcs_rport_s *fcs_rport; in bfad_iocmd_rport_set_speed()
3377 struct bfa_fcs_rport_s *fcs_rport; in bfad_im_bsg_els_ct_request()
Dbfad.c471 bfa_fcb_rport_alloc(struct bfad_s *bfad, struct bfa_fcs_rport_s **rport, in bfa_fcb_rport_alloc()
Dbfa_svc.c5092 rp_wwn = ((struct bfa_fcs_rport_s *)rp->rport_drv)->pwwn; in bfa_rport_set_lunmask()
5107 rp_wwn = ((struct bfa_fcs_rport_s *)rp->rport_drv)->pwwn; in bfa_rport_unset_lunmask()
Dbfa_fcpim.c2228 struct bfa_fcs_rport_s *rp_fcs; in bfa_fcpim_lunmask_add()