Home | History | Annotate | Download | only in net

Lines Matching refs:Cache

233  * Warn if the cache-line size is larger than the descriptor size. In such
234 * cases the driver will likely fail because the CPU needs to flush the cache
245 #warning Cache line size is larger than descriptor size
294 * TX and RX descriptors are 16 bytes. This causes problems with the cache
295 * maintenance on CPUs where the cache-line size exceeds the size of these
298 * therefore need to flush the cache-line containing the descriptor, which
299 * will cause all other descriptors in the same cache-line to be flushed
309 * are unlikely to share cache-lines.