Searched refs:macctrl (Results 1 – 1 of 1) sorted by relevance
444 u16 macctrl; in rio_open() local510 macctrl = 0; in rio_open()511 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_open()512 macctrl |= (np->full_duplex) ? DuplexSelect : 0; in rio_open()513 macctrl |= (np->tx_flow) ? TxFlowControlEnable : 0; in rio_open()514 macctrl |= (np->rx_flow) ? RxFlowControlEnable : 0; in rio_open()515 writew(macctrl, ioaddr + MACCtrl); in rio_open()1080 u16 macctrl; in rio_error() local1090 macctrl = 0; in rio_error()1091 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_error()[all …]