Lines Matching defs:scsi_cache
441 struct scsi_cache { struct
442 u_char page_savable : 1; /* save parameters */
443 u_char rsvd : 1;
444 u_char page_code : 6; /* = 0x38 */
445 u_char page_length; /* = 14 */
446 u_char rsvd_1 : 1;
447 u_char wie : 1; /* write index enable */
448 u_char rsvd_2 : 1;
449 u_char ce : 1; /* cache enable */
450 u_char table_size : 4;
451 u_char prefetch_threshold;
452 u_char maximum_threshold;
453 u_char maximumprefetch_multiplier;
454 u_char minimum_threshold;
455 u_char minimum_prefetch_multiplier;
456 u_char reserved[8];