Searched defs:scsi_disco_reco (Results 1 – 1 of 1) sorted by relevance
369 struct scsi_disco_reco { struct370 u_char page_savable : 1; /* save parameters */371 u_char rsvd : 1;372 u_char page_code : 6; /* = 0x02 */373 u_char page_length; /* = 10 */374 u_char buffer_full_ratio; /* write, how full before reconnect? */375 u_char buffer_empty_ratio; /* read, how full before reconnect? */377 u_short bus_inactivity_limit; /* how much bus time for busy */378 u_short disconnect_time_limit; /* min to remain disconnected */379 u_short connect_time_limit; /* min to remain connected */[all …]