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.c546 u16 macctrl; in rio_hw_init() local
621 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() local
1064 macctrl = 0; in rio_error()
1065 macctrl |= (np->vlan) ? AutoVLANuntagging : 0; in rio_error()
[all …]