Lines Matching refs:macctrl
537 u16 macctrl; in rio_hw_init() local
612 macctrl = 0; in rio_hw_init()
613 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_hw_init()
614 macctrl |= (np->full_duplex) ? DuplexSelect : 0; in rio_hw_init()
615 macctrl |= (np->tx_flow) ? TxFlowControlEnable : 0; in rio_hw_init()
616 macctrl |= (np->rx_flow) ? RxFlowControlEnable : 0; in rio_hw_init()
617 dw16(MACCtrl, macctrl); in rio_hw_init()
1038 u16 macctrl; in rio_error() local
1052 macctrl = 0; in rio_error()
1053 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_error()
1054 macctrl |= (np->full_duplex) ? DuplexSelect : 0; in rio_error()
1055 macctrl |= (np->tx_flow) ? in rio_error()
1057 macctrl |= (np->rx_flow) ? in rio_error()
1059 dw16(MACCtrl, macctrl); in rio_error()