Lines Matching refs:trunked
3024 if (fcport->cfg.trunked && !trunk) in bfa_fcport_scn()
3117 port_cfg->trunked = BFA_FALSE; in bfa_fcport_attach()
3211 if (!fcport->cfg.trunked) in bfa_fcport_update_linkinfo()
3512 bfa_trc(fcport->bfa, fcport->cfg.trunked); in bfa_trunk_scn()
3524 if (fcport->cfg.trunked && (trunk->attr.state != BFA_TRUNK_DISABLED)) in bfa_trunk_scn()
3587 if (fcport->cfg.trunked) { in bfa_trunk_iocdisable()
3660 if (fcport->cfg.trunked) in bfa_fcport_isr()
3829 if (fcport->cfg.trunked == BFA_TRUE) in bfa_fcport_cfg_speed()
4071 attr->pport_cfg.trunked = fcport->cfg.trunked; in bfa_fcport_get_attr()
4264 return (!fcport->cfg.trunked && in bfa_fcport_is_linkup()
4266 (fcport->cfg.trunked && in bfa_fcport_is_linkup()
4283 return fcport->cfg.trunked; in bfa_fcport_is_trunk_enabled()
4307 if (fcport->cfg.trunked) in bfa_fcport_cfg_bbcr()