Home
last modified time | relevance | path

Searched refs:MWI (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H A Dtulip_core.c1193 /* if we have any cache line size at all, we can do MRM and MWI */ in tulip_mwi_config()
1194 csr0 |= MRM | MWI; in tulip_mwi_config()
1196 /* Enable MWI in the standard PCI command bit. in tulip_mwi_config()
1197 * Check for the case where MWI is desired but not available in tulip_mwi_config()
1203 if ((csr0 & MWI) && (!(pci_command & PCI_COMMAND_INVALIDATE))) in tulip_mwi_config()
1204 csr0 &= ~MWI; in tulip_mwi_config()
1206 /* if cache line size hardwired to zero, no MWI */ in tulip_mwi_config()
1208 if ((csr0 & MWI) && (cache == 0)) { in tulip_mwi_config()
1209 csr0 &= ~MWI; in tulip_mwi_config()
1237 /* we don't have a good csr0 or cache line size, disable MWI */ in tulip_mwi_config()
[all...]
H A Dtulip.h176 MWI = (1 << 24), enumerator
332 * using MWI. This can only occur if the receive buffer ends on
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/
H A Dtulip_core.c1193 /* if we have any cache line size at all, we can do MRM and MWI */ in tulip_mwi_config()
1194 csr0 |= MRM | MWI; in tulip_mwi_config()
1196 /* Enable MWI in the standard PCI command bit. in tulip_mwi_config()
1197 * Check for the case where MWI is desired but not available in tulip_mwi_config()
1203 if ((csr0 & MWI) && (!(pci_command & PCI_COMMAND_INVALIDATE))) in tulip_mwi_config()
1204 csr0 &= ~MWI; in tulip_mwi_config()
1206 /* if cache line size hardwired to zero, no MWI */ in tulip_mwi_config()
1208 if ((csr0 & MWI) && (cache == 0)) { in tulip_mwi_config()
1209 csr0 &= ~MWI; in tulip_mwi_config()
1237 /* we don't have a good csr0 or cache line size, disable MWI */ in tulip_mwi_config()
[all...]
H A Dtulip.h176 MWI = (1 << 24), enumerator
332 * using MWI. This can only occur if the receive buffer ends on

Completed in 6 milliseconds