Searched refs:pport_cfg (Results 1 – 3 of 3) sorted by relevance
3964 memcpy(&attr->pport_cfg, &fcport->cfg, in bfa_fcport_get_attr()3967 attr->pport_cfg.speed = fcport->cfg.speed; in bfa_fcport_get_attr()3973 attr->pport_cfg.topology = fcport->cfg.topology; in bfa_fcport_get_attr()3975 attr->pport_cfg.trunked = fcport->cfg.trunked; in bfa_fcport_get_attr()3981 attr->pport_cfg.path_tov = bfa_fcpim_path_tov_get(bfa); in bfa_fcport_get_attr()3982 attr->pport_cfg.q_depth = bfa_fcpim_qdepth_get(bfa); in bfa_fcport_get_attr()
984 struct bfa_port_cfg_s pport_cfg; /* pport cfg */ member
2734 port_attr->max_frm_size = cpu_to_be32(pport_attr.pport_cfg.maxfrsize); in bfa_fcs_fdmi_get_portattr()