Searched refs:NO_CRC (Results 1 – 3 of 3) sorted by relevance
14 ; NO_CRC,SECTION_CRC,SINGLE_CRC15 crcCheckType=NO_CRC
201 #define NO_CRC 0x00008000 /* No send CRC */ macro
1091 frame->info |= (ZLP | NO_CRC); in qe_ep_tx()1097 if (!(frame_get_info(frame) & NO_CRC)) in qe_ep_tx()1221 frame_set_info(frame, (ZLP | NO_CRC | infor)); in sendnulldata()