Lines Matching refs:is_crc
61 bool is_crc;
521 ncm->is_crc = false;
791 uint16_t is_crc;
795 is_crc = ncm->is_crc ? 0x0001 : 0x0000;
796 put_unaligned_le16(is_crc, req->buf);
798 VDBG(cdev, "Host asked CRC MODE, sending %d\n", is_crc);
809 ncm->is_crc = false;
813 ncm->is_crc = true;
836 (ncm->is_crc ? NCM_NDP_HDR_CRC : 0);
1024 if (ncm->is_crc) {
1181 unsigned crc_len = ncm->is_crc ? sizeof(uint32_t) : 0;
1291 if (ncm->is_crc) {