Lines Matching refs:trunked
2959 if (fcport->cfg.trunked && !trunk) in bfa_fcport_scn()
3050 port_cfg->trunked = BFA_FALSE; in bfa_fcport_attach()
3126 if (!fcport->cfg.trunked) in bfa_fcport_update_linkinfo()
3422 bfa_trc(fcport->bfa, fcport->cfg.trunked); in bfa_trunk_scn()
3434 if (fcport->cfg.trunked && (trunk->attr.state != BFA_TRUNK_DISABLED)) in bfa_trunk_scn()
3497 if (fcport->cfg.trunked) { in bfa_trunk_iocdisable()
3570 if (fcport->cfg.trunked) in bfa_fcport_isr()
3739 if (fcport->cfg.trunked == BFA_TRUE) in bfa_fcport_cfg_speed()
3981 attr->pport_cfg.trunked = fcport->cfg.trunked; in bfa_fcport_get_attr()
4174 return (!fcport->cfg.trunked && in bfa_fcport_is_linkup()
4176 (fcport->cfg.trunked && in bfa_fcport_is_linkup()
4193 return fcport->cfg.trunked; in bfa_fcport_is_trunk_enabled()
4217 if (fcport->cfg.trunked) in bfa_fcport_cfg_bbcr()