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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/
H A Djanz-ican3.c63 #define DESC_VALID 0x80 macro
404 desc.control = DESC_VALID | DESC_LEN(1); /* V L=1 */
421 desc.control = DESC_VALID | DESC_WRAP | DESC_LEN(1); /* VW L=1 */
431 desc.control = DESC_VALID | DESC_WRAP | DESC_LEN(1); /* VW L=1 */
496 desc.control = DESC_VALID;
541 if (!(desc.control & DESC_VALID)) {
552 desc.control ^= DESC_VALID;
572 if (!(desc.control & DESC_VALID)) {
583 desc.control ^= DESC_VALID;
1108 if (!(control & DESC_VALID))
[all...]

Completed in 100 milliseconds