Lines Matching refs:remote

559 				umdevice->remote.param_2500fdx = B_TRUE;  in bnx_update_lp_cap()
568 umdevice->remote.param_tx_pause = B_TRUE; in bnx_update_lp_cap()
569 umdevice->remote.param_rx_pause = B_TRUE; in bnx_update_lp_cap()
571 umdevice->remote.param_tx_pause = B_TRUE; in bnx_update_lp_cap()
575 umdevice->remote.param_1000fdx = B_TRUE; in bnx_update_lp_cap()
579 umdevice->remote.param_1000hdx = B_TRUE; in bnx_update_lp_cap()
588 umdevice->remote.param_1000fdx = B_TRUE; in bnx_update_lp_cap()
592 umdevice->remote.param_1000hdx = B_TRUE; in bnx_update_lp_cap()
600 umdevice->remote.param_tx_pause = B_TRUE; in bnx_update_lp_cap()
601 umdevice->remote.param_rx_pause = B_TRUE; in bnx_update_lp_cap()
603 umdevice->remote.param_tx_pause = B_TRUE; in bnx_update_lp_cap()
607 umdevice->remote.param_100fdx = B_TRUE; in bnx_update_lp_cap()
611 umdevice->remote.param_100hdx = B_TRUE; in bnx_update_lp_cap()
615 umdevice->remote.param_10fdx = B_TRUE; in bnx_update_lp_cap()
619 umdevice->remote.param_10hdx = B_TRUE; in bnx_update_lp_cap()
634 if (umdevice->remote.param_2500fdx || in bnx_update_lp_cap()
635 umdevice->remote.param_1000fdx || in bnx_update_lp_cap()
636 umdevice->remote.param_1000hdx || in bnx_update_lp_cap()
637 umdevice->remote.param_100fdx || in bnx_update_lp_cap()
638 umdevice->remote.param_100hdx || in bnx_update_lp_cap()
639 umdevice->remote.param_10fdx || in bnx_update_lp_cap()
640 umdevice->remote.param_10hdx || in bnx_update_lp_cap()
641 umdevice->remote.param_tx_pause || in bnx_update_lp_cap()
642 umdevice->remote.param_rx_pause) { in bnx_update_lp_cap()
643 umdevice->remote.param_autoneg = B_TRUE; in bnx_update_lp_cap()
650 umdevice->remote.link_autoneg = B_TRUE; in bnx_update_lp_cap()
775 umdevice->remote.link_autoneg = B_FALSE; in mm_indicate_link()
776 umdevice->remote.param_2500fdx = B_FALSE; in mm_indicate_link()
777 umdevice->remote.param_1000fdx = B_FALSE; in mm_indicate_link()
778 umdevice->remote.param_1000hdx = B_FALSE; in mm_indicate_link()
779 umdevice->remote.param_100fdx = B_FALSE; in mm_indicate_link()
780 umdevice->remote.param_100hdx = B_FALSE; in mm_indicate_link()
781 umdevice->remote.param_10fdx = B_FALSE; in mm_indicate_link()
782 umdevice->remote.param_10hdx = B_FALSE; in mm_indicate_link()
783 umdevice->remote.param_tx_pause = B_FALSE; in mm_indicate_link()
784 umdevice->remote.param_rx_pause = B_FALSE; in mm_indicate_link()