Lines Matching refs:read_count
101 int read_count; member
219 bt->read_count = 5; in force_result()
273 msg_len = bt->read_count - 2; /* account for length & seq */ in bt_get_result()
363 bt->read_count = bt->read_data[0]; in read_all_bytes()
365 if (bt->read_count < 4 || bt->read_count >= IPMI_MAX_MSG_LENGTH) { in read_all_bytes()
368 bt->read_count); in read_all_bytes()
372 for (i = 1; i <= bt->read_count; i++) in read_all_bytes()
374 bt->read_count++; /* Account internally for length byte */ in read_all_bytes()
377 int max = bt->read_count; in read_all_bytes()
385 printk(KERN_CONT "%s\n", bt->read_count == max ? "" : " ..."); in read_all_bytes()
628 bt->read_count = 0; in bt_event()