Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dst.h142 unsigned char c_algo; /* compression algorithm */ member
H A Dst.c2441 STp->c_algo = (value & 0xff00) >> 8;
2444 STp->c_algo);
2589 if (STp->c_algo != 0) in st_compression()
2590 b_data[mpoffs + CP_OFF_C_ALGO] = STp->c_algo; in st_compression()
2594 if (STp->c_algo != 0) in st_compression()