Searched refs:bfa_fcs_lport_s (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_fcs.h | 72 struct bfa_fcs_lport_s *port; /* parent port */ 83 struct bfa_fcs_lport_s *port; /* parent port */ 103 struct bfa_fcs_lport_s *port; /* parent port */ 124 struct bfa_fcs_lport_s *port; /* parent port */ 142 struct bfa_fcs_lport_s { struct 186 struct bfa_fcs_lport_s bport; /* base logical port */ 236 #define bfa_fcs_lport_t struct bfa_fcs_lport_s 275 bfa_fcs_lport_get_drvport(struct bfa_fcs_lport_s *port) in bfa_fcs_lport_get_drvport() 289 bfa_boolean_t bfa_fcs_lport_is_online(struct bfa_fcs_lport_s *port); 290 struct bfa_fcs_lport_s *bfa_fcs_get_base_port(struct bfa_fcs_s *fcs); [all …]
|
D | bfa_fcs_lport.c | 54 static void bfa_fcs_lport_send_ls_rjt(struct bfa_fcs_lport_s *port, 57 static void bfa_fcs_lport_plogi(struct bfa_fcs_lport_s *port, 59 static void bfa_fcs_lport_online_actions(struct bfa_fcs_lport_s *port); 60 static void bfa_fcs_lport_offline_actions(struct bfa_fcs_lport_s *port); 61 static void bfa_fcs_lport_unknown_init(struct bfa_fcs_lport_s *port); 62 static void bfa_fcs_lport_unknown_online(struct bfa_fcs_lport_s *port); 63 static void bfa_fcs_lport_unknown_offline(struct bfa_fcs_lport_s *port); 64 static void bfa_fcs_lport_deleted(struct bfa_fcs_lport_s *port); 65 static void bfa_fcs_lport_echo(struct bfa_fcs_lport_s *port, 68 static void bfa_fcs_lport_rnid(struct bfa_fcs_lport_s *port, [all …]
|
D | bfa_fcs_rport.c | 42 struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid); 1708 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_send_plogi() 1828 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_send_plogiacc() 1862 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_send_adisc() 1925 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_send_nsdisc() 2081 struct bfa_fcs_lport_s *port; in bfa_fcs_rport_send_logo() 2119 struct bfa_fcs_lport_s *port; in bfa_fcs_rport_send_logo_acc() 2171 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_process_prli() 2217 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_process_rpsc() 2254 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_rport_process_adisc() [all …]
|
D | bfa_fcs_fcpim.c | 452 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_itnim_send_prli() 587 struct bfa_fcs_lport_s *port = rport->port; in bfa_fcs_itnim_create() 751 bfa_fcs_itnim_lookup(struct bfa_fcs_lport_s *port, wwn_t rpwwn) in bfa_fcs_itnim_lookup() 764 bfa_fcs_itnim_attr_get(struct bfa_fcs_lport_s *port, wwn_t rpwwn, in bfa_fcs_itnim_attr_get() 783 bfa_fcs_itnim_stats_get(struct bfa_fcs_lport_s *port, wwn_t rpwwn, in bfa_fcs_itnim_stats_get() 801 bfa_fcs_itnim_stats_clear(struct bfa_fcs_lport_s *port, wwn_t rpwwn) in bfa_fcs_itnim_stats_clear()
|
D | bfad_bsg.c | 455 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_attr() 478 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_stats() 502 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_reset_stats() 536 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_iostats() 564 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_rports() 604 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_rport_get_attr() 642 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_rport_get_addr() 691 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_rport_get_stats() 732 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_rport_clr_stats() 768 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_rport_set_speed() [all …]
|
D | bfad_drv.h | 135 struct bfa_fcs_lport_s *fcs_port;
|
D | bfa_fcs.c | 1417 struct bfa_fcs_lport_s *bport = &fabric->bport; in bfa_fcs_fabric_process_flogi() 1493 bfa_fcs_fabric_aen_post(struct bfa_fcs_lport_s *port, in bfa_fcs_fabric_aen_post()
|
D | bfad.c | 443 bfa_fcb_lport_new(struct bfad_s *bfad, struct bfa_fcs_lport_s *port, in bfa_fcb_lport_new()
|
D | bfa_fcpim.c | 2285 struct bfa_fcs_lport_s *port = NULL; in bfa_fcpim_lunmask_add() 2346 struct bfa_fcs_lport_s *port = NULL; in bfa_fcpim_lunmask_delete()
|