Lines Matching refs:full_duplex
417 unsigned int full_duplex; /* Full-duplex operation requested. */ member
1475 (tp->full_duplex ? 0x1100 : 0x1000) | in start_link()
1661 tp->csr6 = 0x814C0000 | (tp->full_duplex ? 0x0200 : 0); in init_media()
1675 tp->csr6 = 0x01880000 | (tp->full_duplex ? 0x0200 : 0); in init_media()
1717 tp->full_duplex = 1; in pnic_do_nway()
1769 tp->full_duplex = 1; in select_media()
1928 tp->full_duplex = 1; in select_media()
1959 tp->csr6 = new_csr6 | (tp->csr6 & 0xfdff) | (tp->full_duplex ? 0x0200 : 0); in select_media()
1996 tp->full_duplex = lpa & 0x140; in tulip_check_duplex()
2003 if (tp->full_duplex) new_csr6 |= 0x200; in tulip_check_duplex()
2014 tp->full_duplex ? "full" : "half", in tulip_check_duplex()