Lines Matching refs:macctrl
526 u16 macctrl; in rio_hw_init() local
601 macctrl = 0; in rio_hw_init()
602 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_hw_init()
603 macctrl |= (np->full_duplex) ? DuplexSelect : 0; in rio_hw_init()
604 macctrl |= (np->tx_flow) ? TxFlowControlEnable : 0; in rio_hw_init()
605 macctrl |= (np->rx_flow) ? RxFlowControlEnable : 0; in rio_hw_init()
606 dw16(MACCtrl, macctrl); in rio_hw_init()
1024 u16 macctrl; in rio_error() local
1038 macctrl = 0; in rio_error()
1039 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_error()
1040 macctrl |= (np->full_duplex) ? DuplexSelect : 0; in rio_error()
1041 macctrl |= (np->tx_flow) ? in rio_error()
1043 macctrl |= (np->rx_flow) ? in rio_error()
1045 dw16(MACCtrl, macctrl); in rio_error()