Lines Matching refs:is_crc
60 bool is_crc; member
528 ncm->is_crc = false; in ncm_reset_values()
794 uint16_t is_crc; in ncm_setup() local
798 is_crc = ncm->is_crc ? 0x0001 : 0x0000; in ncm_setup()
799 put_unaligned_le16(is_crc, req->buf); in ncm_setup()
801 VDBG(cdev, "Host asked CRC MODE, sending %d\n", is_crc); in ncm_setup()
814 ncm->is_crc = false; in ncm_setup()
819 ncm->is_crc = true; in ncm_setup()
1034 if (ncm->is_crc) { in ncm_wrap_ntb()
1187 unsigned crc_len = ncm->is_crc ? sizeof(uint32_t) : 0; in ncm_unwrap_ntb()
1266 if (ncm->is_crc) { in ncm_unwrap_ntb()