Searched refs:bfa_fcs_lport_s (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/scsi/bfa/ |
D | bfa_fcs.h | 71 struct bfa_fcs_lport_s *port; /* parent port */ 96 struct bfa_fcs_lport_s *port; /* parent port */ 147 struct bfa_fcs_lport_s *port; /* parent port */ 168 struct bfa_fcs_lport_s *port; /* parent port */ 198 struct bfa_fcs_lport_s; 199 typedef void (*bfa_fcs_lport_sm_t)(struct bfa_fcs_lport_s *fsm, enum bfa_fcs_lport_event); 201 struct bfa_fcs_lport_s { struct 272 struct bfa_fcs_lport_s bport; /* base logical port */ 319 #define bfa_fcs_lport_t struct bfa_fcs_lport_s 358 bfa_fcs_lport_get_drvport(struct bfa_fcs_lport_s *port) in bfa_fcs_lport_get_drvport() [all …]
|
D | bfa_fcs_lport.c | 47 static void bfa_fcs_lport_send_ls_rjt(struct bfa_fcs_lport_s *port, 50 static void bfa_fcs_lport_plogi(struct bfa_fcs_lport_s *port, 52 static void bfa_fcs_lport_online_actions(struct bfa_fcs_lport_s *port); 53 static void bfa_fcs_lport_offline_actions(struct bfa_fcs_lport_s *port); 54 static void bfa_fcs_lport_unknown_init(struct bfa_fcs_lport_s *port); 55 static void bfa_fcs_lport_unknown_online(struct bfa_fcs_lport_s *port); 56 static void bfa_fcs_lport_unknown_offline(struct bfa_fcs_lport_s *port); 57 static void bfa_fcs_lport_deleted(struct bfa_fcs_lport_s *port); 58 static void bfa_fcs_lport_echo(struct bfa_fcs_lport_s *port, 61 static void bfa_fcs_lport_rnid(struct bfa_fcs_lport_s *port, [all …]
|
D | bfa_fcs_rport.c | 35 struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid); 1712 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_send_plogi() 1832 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_send_plogiacc() 1866 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_send_adisc() 1929 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_send_nsdisc() 2085 struct bfa_fcs_lport_s *port; in bfa_fcs_rport_send_logo() 2123 struct bfa_fcs_lport_s *port; in bfa_fcs_rport_send_logo_acc() 2175 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_process_prli() 2221 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_process_rpsc() 2258 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_process_adisc() [all …]
|
D | bfa_fcs_fcpim.c | 462 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_itnim_send_prli() 597 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_itnim_create() 762 bfa_fcs_itnim_lookup(struct bfa_fcs_lport_s *port, wwn_t rpwwn) in bfa_fcs_itnim_lookup() 775 bfa_fcs_itnim_attr_get(struct bfa_fcs_lport_s *port, wwn_t rpwwn, in bfa_fcs_itnim_attr_get() 794 bfa_fcs_itnim_stats_get(struct bfa_fcs_lport_s *port, wwn_t rpwwn, in bfa_fcs_itnim_stats_get() 812 bfa_fcs_itnim_stats_clear(struct bfa_fcs_lport_s *port, wwn_t rpwwn) in bfa_fcs_itnim_stats_clear()
|
D | bfad_bsg.c | 448 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_attr() 471 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_stats() 495 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_reset_stats() 529 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_iostats() 557 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_rports() 597 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_rport_get_attr() 635 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_rport_get_addr() 684 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_rport_get_stats() 725 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_rport_clr_stats() 761 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_rport_set_speed() [all …]
|
D | bfad_drv.h | 127 struct bfa_fcs_lport_s *fcs_port;
|
D | bfa_fcs.c | 1291 struct bfa_fcs_lport_s *bport = &fabric->bport; in bfa_fcs_fabric_process_flogi() 1367 bfa_fcs_fabric_aen_post(struct bfa_fcs_lport_s *port, in bfa_fcs_fabric_aen_post()
|
D | bfad.c | 432 bfa_fcb_lport_new(struct bfad_s *bfad, struct bfa_fcs_lport_s *port, in bfa_fcb_lport_new()
|
D | bfa_fcpim.c | 2227 struct bfa_fcs_lport_s *port = NULL; in bfa_fcpim_lunmask_add() 2287 struct bfa_fcs_lport_s *port = NULL; in bfa_fcpim_lunmask_delete()
|