Home
last modified time | relevance | path

Searched refs:pport_cfg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/bfa/
H A Dbfa_svc.c3950 memcpy(&attr->pport_cfg, &fcport->cfg, in bfa_fcport_get_attr()
3953 attr->pport_cfg.speed = fcport->cfg.speed; in bfa_fcport_get_attr()
3959 attr->pport_cfg.topology = fcport->cfg.topology; in bfa_fcport_get_attr()
3961 attr->pport_cfg.trunked = fcport->cfg.trunked; in bfa_fcport_get_attr()
3967 attr->pport_cfg.path_tov = bfa_fcpim_path_tov_get(bfa); in bfa_fcport_get_attr()
3968 attr->pport_cfg.q_depth = bfa_fcpim_qdepth_get(bfa); in bfa_fcport_get_attr()
H A Dbfa_defs_svc.h984 struct bfa_port_cfg_s pport_cfg; /* pport cfg */ member
H A Dbfa_fcs_lport.c2707 port_attr->max_frm_size = cpu_to_be32(pport_attr.pport_cfg.maxfrsize); in bfa_fcs_fdmi_get_portattr()