Searched refs:Rctl (Results 1 – 3 of 3) sorted by relevance
| /plan9/sys/src/9/pc/ |
| H A D | ether82543gc.c | 37 Rctl = 0x00000100, /* Receive Control */ enumerator 424 ctl = csr32r(ctlr, Rctl)|Ren; in gc82543attach() 425 csr32w(ctlr, Rctl, ctl); in gc82543attach() 573 rctl = csr32r(ctlr, Rctl); in gc82543promiscuous() 579 csr32w(ctlr, Rctl, rctl); in gc82543promiscuous() 805 csr32w(ctlr, Rctl, Dpf|Bsize2048|Bam|RdtmsHALF); in gc82543rxinit() 1115 csr32w(ctlr, Rctl, 0); in gc82543detach()
|
| H A D | ether82563.c | 60 Rctl = 0x0100, /* Control */ enumerator 767 rctl = csr32r(ctlr, Rctl); in i82563promiscuous() 773 csr32w(ctlr, Rctl, rctl); in i82563promiscuous() 1006 csr32w(ctlr, Rctl, Ren|rctl); in i82563rxinit() 1011 csr32w(ctlr, Rctl, rctl); in i82563rxinit() 1079 r = csr32r(ctlr, Rctl); in i82563rproc() 1081 csr32w(ctlr, Rctl, r); in i82563rproc() 1405 csr32w(ctlr, Rctl, 0); in i82563detach0()
|
| H A D | etherigbe.c | 64 Rctl = 0x00000100, /* Receive Control */ enumerator 742 rctl = csr32r(ctlr, Rctl); in igbepromiscuous() 749 csr32w(ctlr, Rctl, rctl|Mpe); /* temporarily keep Mpe on */ in igbepromiscuous() 1085 csr32w(ctlr, Rctl, Dpf|Bsize2048|Bam|RdtmsHALF|Mpe); in igberxinit() 1147 r = csr32r(ctlr, Rctl); in igberproc() 1149 csr32w(ctlr, Rctl, r); in igberproc() 1761 csr32w(ctlr, Rctl, 0); in igbedetach()
|