Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/bfa/
Dbfa_svc.c3769 memcpy(&attr->pport_cfg, &fcport->cfg, in bfa_fcport_get_attr()
3772 attr->pport_cfg.speed = fcport->cfg.speed; in bfa_fcport_get_attr()
3778 attr->pport_cfg.topology = fcport->cfg.topology; in bfa_fcport_get_attr()
3780 attr->pport_cfg.trunked = fcport->cfg.trunked; in bfa_fcport_get_attr()
3786 attr->pport_cfg.path_tov = bfa_fcpim_path_tov_get(bfa); in bfa_fcport_get_attr()
3787 attr->pport_cfg.q_depth = bfa_fcpim_qdepth_get(bfa); in bfa_fcport_get_attr()
Dbfa_defs_svc.h881 struct bfa_port_cfg_s pport_cfg; /* pport cfg */ member