Searched refs:bfa_fcs_lport_s (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_fcs.h | 73 struct bfa_fcs_lport_s *port; /* parent port */ 84 struct bfa_fcs_lport_s *port; /* parent port */ 104 struct bfa_fcs_lport_s *port; /* parent port */ 125 struct bfa_fcs_lport_s *port; /* parent port */ 143 struct bfa_fcs_lport_s { struct 187 struct bfa_fcs_lport_s bport; /* base logical port */ 237 #define bfa_fcs_lport_t struct bfa_fcs_lport_s 276 bfa_fcs_lport_get_drvport(struct bfa_fcs_lport_s *port) in bfa_fcs_lport_get_drvport() 290 bfa_boolean_t bfa_fcs_lport_is_online(struct bfa_fcs_lport_s *port); 291 struct bfa_fcs_lport_s *bfa_fcs_get_base_port(struct bfa_fcs_s *fcs); [all …]
|
D | bfa_fcs_lport.c | 55 static void bfa_fcs_lport_send_ls_rjt(struct bfa_fcs_lport_s *port, 58 static void bfa_fcs_lport_plogi(struct bfa_fcs_lport_s *port, 60 static void bfa_fcs_lport_online_actions(struct bfa_fcs_lport_s *port); 61 static void bfa_fcs_lport_offline_actions(struct bfa_fcs_lport_s *port); 62 static void bfa_fcs_lport_unknown_init(struct bfa_fcs_lport_s *port); 63 static void bfa_fcs_lport_unknown_online(struct bfa_fcs_lport_s *port); 64 static void bfa_fcs_lport_unknown_offline(struct bfa_fcs_lport_s *port); 65 static void bfa_fcs_lport_deleted(struct bfa_fcs_lport_s *port); 66 static void bfa_fcs_lport_echo(struct bfa_fcs_lport_s *port, 69 static void bfa_fcs_lport_rnid(struct bfa_fcs_lport_s *port, [all …]
|
D | bfa_fcs_rport.c | 43 struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid); 1709 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_send_plogi() 1829 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_send_plogiacc() 1863 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_send_adisc() 1926 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_send_nsdisc() 2082 struct bfa_fcs_lport_s *port; in bfa_fcs_rport_send_logo() 2120 struct bfa_fcs_lport_s *port; in bfa_fcs_rport_send_logo_acc() 2172 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_process_prli() 2218 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_process_rpsc() 2255 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_process_adisc() [all …]
|
D | bfa_fcs_fcpim.c | 453 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_itnim_send_prli() 588 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_itnim_create() 753 bfa_fcs_itnim_lookup(struct bfa_fcs_lport_s *port, wwn_t rpwwn) in bfa_fcs_itnim_lookup() 766 bfa_fcs_itnim_attr_get(struct bfa_fcs_lport_s *port, wwn_t rpwwn, in bfa_fcs_itnim_attr_get() 785 bfa_fcs_itnim_stats_get(struct bfa_fcs_lport_s *port, wwn_t rpwwn, in bfa_fcs_itnim_stats_get() 803 bfa_fcs_itnim_stats_clear(struct bfa_fcs_lport_s *port, wwn_t rpwwn) in bfa_fcs_itnim_stats_clear()
|
D | bfad_bsg.c | 456 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_attr() 479 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_stats() 503 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_reset_stats() 537 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_iostats() 565 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_rports() 605 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_rport_get_attr() 643 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_rport_get_addr() 692 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_rport_get_stats() 733 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_rport_clr_stats() 769 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_rport_set_speed() [all …]
|
D | bfad_drv.h | 136 struct bfa_fcs_lport_s *fcs_port;
|
D | bfa_fcs.c | 1299 struct bfa_fcs_lport_s *bport = &fabric->bport; in bfa_fcs_fabric_process_flogi() 1375 bfa_fcs_fabric_aen_post(struct bfa_fcs_lport_s *port, in bfa_fcs_fabric_aen_post()
|
D | bfad.c | 440 bfa_fcb_lport_new(struct bfad_s *bfad, struct bfa_fcs_lport_s *port, in bfa_fcb_lport_new()
|
D | bfa_fcpim.c | 2286 struct bfa_fcs_lport_s *port = NULL; in bfa_fcpim_lunmask_add() 2347 struct bfa_fcs_lport_s *port = NULL; in bfa_fcpim_lunmask_delete()
|