Searched defs:mode_disco_reco (Results 1 – 1 of 1) sorted by relevance
212 struct mode_disco_reco { struct213 struct mode_page mode_page; /* common mode page header */214 uchar_t buffer_full_ratio; /* write, how full before reconnect? */215 uchar_t buffer_empty_ratio; /* read, how full before reconnect? */216 ushort_t bus_inactivity_limit; /* how much bus quiet time for BSY- */217 ushort_t disconect_time_limit; /* min to remain disconnected */218 ushort_t connect_time_limit; /* min to remain connected */219 ushort_t max_burst_size; /* max data burst size */221 uchar_t dtdc : 3, /* data transfer disconenct control */222 dimm : 1, /* disconnect immediate */[all …]