Lines Matching refs:port_info
5904 struct bfa_lport_info_s *port_info) in bfa_fcs_lport_get_info() argument
5913 port_info->port_type = BFA_LPORT_TYPE_PHYSICAL; in bfa_fcs_lport_get_info()
5918 port_info->port_state = 0; in bfa_fcs_lport_get_info()
5919 port_info->offline_reason = 0; in bfa_fcs_lport_get_info()
5921 port_info->port_wwn = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_get_info()
5922 port_info->node_wwn = bfa_fcs_lport_get_nwwn(port); in bfa_fcs_lport_get_info()
5924 port_info->max_vports_supp = in bfa_fcs_lport_get_info()
5926 port_info->num_vports_inuse = in bfa_fcs_lport_get_info()
5928 port_info->max_rports_supp = BFA_FCS_MAX_RPORTS_SUPP; in bfa_fcs_lport_get_info()
5929 port_info->num_rports_inuse = port->num_rports; in bfa_fcs_lport_get_info()
5934 port_info->port_type = BFA_LPORT_TYPE_VIRTUAL; in bfa_fcs_lport_get_info()
5939 port_info->port_state = 0; in bfa_fcs_lport_get_info()
5940 port_info->offline_reason = 0; in bfa_fcs_lport_get_info()
5942 port_info->port_wwn = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_get_info()
5943 port_info->node_wwn = bfa_fcs_lport_get_nwwn(port); in bfa_fcs_lport_get_info()