Searched refs:macctrl (Results 1 – 1 of 1) sorted by relevance
546 u16 macctrl; in rio_hw_init() local621 macctrl = 0; in rio_hw_init()622 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_hw_init()623 macctrl |= (np->full_duplex) ? DuplexSelect : 0; in rio_hw_init()624 macctrl |= (np->tx_flow) ? TxFlowControlEnable : 0; in rio_hw_init()625 macctrl |= (np->rx_flow) ? RxFlowControlEnable : 0; in rio_hw_init()626 dw16(MACCtrl, macctrl); in rio_hw_init()1050 u16 macctrl; in rio_error() local1064 macctrl = 0; in rio_error()1065 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_error()[all …]