Lines Matching refs:read_count
81 int read_count; member
195 bt->read_count = 5; in force_result()
249 msg_len = bt->read_count - 2; /* account for length & seq */ in bt_get_result()
339 bt->read_count = bt->read_data[0]; in read_all_bytes()
341 if (bt->read_count < 4 || bt->read_count >= IPMI_MAX_MSG_LENGTH) { in read_all_bytes()
344 bt->read_count); in read_all_bytes()
348 for (i = 1; i <= bt->read_count; i++) in read_all_bytes()
350 bt->read_count++; /* Account internally for length byte */ in read_all_bytes()
353 int max = bt->read_count; in read_all_bytes()
361 printk(KERN_CONT "%s\n", bt->read_count == max ? "" : " ..."); in read_all_bytes()
599 bt->read_count = 0; in bt_event()