Searched defs:scsi_page_dr (Results 1 – 1 of 1) sorted by relevance
203 struct scsi_page_dr { struct204 u_char dr_full, /* buffer full ratio */205 dr_empty, /* buffer empty ratio */206 dr_inacth, /* bus inactivity timeout (MSB) */207 dr_inactl, /* bus inactivity timeout (LSB) */208 dr_disconh, /* disconnect time limit (MSB) */210 dr_conh, /* connect time limit (MSB) */211 dr_conl, /* connect time limit (LSB) */212 dr_bursth, /* maximum burst size (MSB) */213 dr_burstl, /* maximum burst size (LSB) */[all …]