Searched refs:fcs_port (Results 1 – 7 of 7) sorted by relevance
455 if (fcs_port == NULL) { in bfad_iocmd_lport_get_attr()479 if (fcs_port == NULL) { in bfad_iocmd_lport_get_stats()506 if (fcs_port == NULL) { in bfad_iocmd_lport_reset_stats()537 if (fcs_port == NULL) { in bfad_iocmd_lport_get_iostats()544 fcs_port->lp_tag); in bfad_iocmd_lport_get_iostats()577 if (fcs_port == NULL) { in bfad_iocmd_lport_get_rports()1065 if (!fcs_port) in bfad_iocmd_itnim_get_attr()1086 if (!fcs_port) { in bfad_iocmd_itnim_get_iostats()1117 if (!fcs_port) in bfad_iocmd_itnim_reset_stats()1146 if (!fcs_port) { in bfad_iocmd_itnim_get_itnstats()[all …]
107 bfa_hton3b(bfa_fcs_lport_get_fcid(port->fcs_port)); in bfad_im_get_host_port_id()246 fabric_nwwn = bfa_fcs_lport_get_fabric_name(port->fcs_port); in bfad_im_get_host_fabric_name()821 nwwn = bfa_fcs_lport_get_nwwn(port->fcs_port); in bfad_im_node_name_show()930 bfa_fcs_lport_get_rport_quals(port->fcs_port, rports, &nrports); in bfad_im_num_of_discovered_ports_show()
128 struct bfa_fcs_lport_s *fcs_port; member
294 void bfa_fcs_lport_get_stats(struct bfa_fcs_lport_s *fcs_port,296 void bfa_fcs_lport_clear_stats(struct bfa_fcs_lport_s *fcs_port);
1034 cpu_to_be64((bfa_fcs_lport_get_nwwn(port->fcs_port))); in bfad_fc_host_init()1036 cpu_to_be64((bfa_fcs_lport_get_pwwn(port->fcs_port))); in bfad_fc_host_init()
5946 bfa_fcs_lport_get_stats(struct bfa_fcs_lport_s *fcs_port, in bfa_fcs_lport_get_stats() argument5949 *port_stats = fcs_port->stats; in bfa_fcs_lport_get_stats()5953 bfa_fcs_lport_clear_stats(struct bfa_fcs_lport_s *fcs_port) in bfa_fcs_lport_clear_stats() argument5955 memset(&fcs_port->stats, 0, sizeof(struct bfa_lport_stats_s)); in bfa_fcs_lport_clear_stats()
453 port_drv->fcs_port = port; in bfa_fcb_lport_new()
Completed in 32 milliseconds