Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/dec/tulip/
H A Dmedia.c426 if (tp->full_duplex) new_csr6 |= FullDuplex; in tulip_check_duplex()
427 else new_csr6 &= ~FullDuplex; in tulip_check_duplex()
H A D21142.c127 tp->csr6 = 0x82420000 | (tp->sym_advertise & 0x0040 ? FullDuplex : 0); in t21142_start_nway()
H A Dtulip.h164 FullDuplex = (1 << 9), enumerator
/linux/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c156 FullDuplex = 0x04, /* enable full duplex mode */ enumerator
1579 PutByte(XIRCREG1_ECR, GetByte(XIRCREG1_ECR) | FullDuplex); in do_reset()