Home
last modified time | relevance | path

Searched refs:macctrl (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/dlink/
H A Ddl2k.c537 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()
[all …]