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