Searched refs:DESC_VALID (Results 1 – 2 of 2) sorted by relevance
62 #define DESC_VALID 0x80 macro 431 desc.control = DESC_VALID | DESC_LEN(1); /* V L=1 */ in ican3_init_new_host_interface() 448 desc.control = DESC_VALID | DESC_WRAP | DESC_LEN(1); /* VW L=1 */ in ican3_init_new_host_interface() 458 desc.control = DESC_VALID | DESC_WRAP | DESC_LEN(1); /* VW L=1 */ in ican3_init_new_host_interface() 522 desc.control = DESC_VALID; in ican3_init_fast_host_interface() 567 if (!(desc.control & DESC_VALID)) { in ican3_new_send_msg() 578 desc.control ^= DESC_VALID; in ican3_new_send_msg() 598 if (!(desc.control & DESC_VALID)) { in ican3_new_recv_msg() 609 desc.control ^= DESC_VALID; in ican3_new_recv_msg() 1365 if (!(control & DESC_VALID)) in ican3_txok() [all...]
336 desc->word1 = DESC_VALID;