Lines Matching refs:duplex
423 bfe->bfe_chip.duplex = LINK_DUPLEX_UNKNOWN; in bfe_stop_phy()
516 if (bfe->bfe_chip.duplex == LINK_DUPLEX_FULL) { in bfe_timeout()
733 int speed, duplex, link; in bfe_check_link() local
736 duplex = bfe->bfe_chip.duplex; in bfe_check_link()
762 bfe->bfe_chip.duplex = LINK_DUPLEX_UNKNOWN; in bfe_check_link()
776 bfe->bfe_chip.duplex = LINK_DUPLEX_FULL; in bfe_check_link()
778 bfe->bfe_chip.duplex = LINK_DUPLEX_HALF; in bfe_check_link()
783 bfe->bfe_chip.duplex = LINK_DUPLEX_UNKNOWN; in bfe_check_link()
786 bfe->bfe_chip.duplex = LINK_DUPLEX_FULL; in bfe_check_link()
789 bfe->bfe_chip.duplex = LINK_DUPLEX_HALF; in bfe_check_link()
792 bfe->bfe_chip.duplex = LINK_DUPLEX_HALF; in bfe_check_link()
795 bfe->bfe_chip.duplex = LINK_DUPLEX_FULL; in bfe_check_link()
798 bfe->bfe_chip.duplex = LINK_DUPLEX_HALF; in bfe_check_link()
801 bfe->bfe_chip.duplex = LINK_DUPLEX_UNKNOWN; in bfe_check_link()
810 duplex != bfe->bfe_chip.duplex || in bfe_check_link()
1146 bfe->bfe_chip.duplex = LINK_DUPLEX_UNKNOWN; in bfe_init_vars()
1510 v = bfe->bfe_chip.duplex; in bfe_mac_getstat()
1663 bcopy(&bfe->bfe_chip.duplex, val, sizeof (link_duplex_t)); in bfe_mac_getprop()