Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/can/
Djanz-ican3.c65 #define DESC_VALID 0x80 macro
434 desc.control = DESC_VALID | DESC_LEN(1); /* V L=1 */ in ican3_init_new_host_interface()
451 desc.control = DESC_VALID | DESC_WRAP | DESC_LEN(1); /* VW L=1 */ in ican3_init_new_host_interface()
461 desc.control = DESC_VALID | DESC_WRAP | DESC_LEN(1); /* VW L=1 */ in ican3_init_new_host_interface()
525 desc.control = DESC_VALID; in ican3_init_fast_host_interface()
570 if (!(desc.control & DESC_VALID)) { in ican3_new_send_msg()
581 desc.control ^= DESC_VALID; in ican3_new_send_msg()
601 if (!(desc.control & DESC_VALID)) { in ican3_new_recv_msg()
612 desc.control ^= DESC_VALID; in ican3_new_recv_msg()
1365 if (!(control & DESC_VALID)) in ican3_txok()
[all …]
/Linux-v4.19/Documentation/
DDMA-API-HOWTO.txt355 desc->word1 = DESC_VALID;