Lines Matching refs:read_count
83 int read_count; member
197 bt->read_count = 5; in force_result()
253 msg_len = bt->read_count - 2; /* account for length & seq */ in bt_get_result()
342 bt->read_count = bt->read_data[0]; in read_all_bytes()
344 if (bt->read_count < 4 || bt->read_count >= IPMI_MAX_MSG_LENGTH) { in read_all_bytes()
347 "bad raw rsp len=%d\n", bt->read_count); in read_all_bytes()
351 for (i = 1; i <= bt->read_count; i++) in read_all_bytes()
353 bt->read_count++; /* Account internally for length byte */ in read_all_bytes()
356 int max = bt->read_count; in read_all_bytes()
364 pr_cont("%s\n", bt->read_count == max ? "" : " ..."); in read_all_bytes()
603 bt->read_count = 0; in bt_event()