Lines Matching refs:macctrl
530 u16 macctrl; in rio_hw_init() local
605 macctrl = 0; in rio_hw_init()
606 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_hw_init()
607 macctrl |= (np->full_duplex) ? DuplexSelect : 0; in rio_hw_init()
608 macctrl |= (np->tx_flow) ? TxFlowControlEnable : 0; in rio_hw_init()
609 macctrl |= (np->rx_flow) ? RxFlowControlEnable : 0; in rio_hw_init()
610 dw16(MACCtrl, macctrl); in rio_hw_init()
1031 u16 macctrl; in rio_error() local
1045 macctrl = 0; in rio_error()
1046 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_error()
1047 macctrl |= (np->full_duplex) ? DuplexSelect : 0; in rio_error()
1048 macctrl |= (np->tx_flow) ? in rio_error()
1050 macctrl |= (np->rx_flow) ? in rio_error()
1052 dw16(MACCtrl, macctrl); in rio_error()