Lines Matching refs:input_buffer_length
1620 qi.input_buffer_length,
1654 if (le32_to_cpu(io_rsp->OutputCount) < qi.input_buffer_length)
1655 qi.input_buffer_length = le32_to_cpu(io_rsp->OutputCount);
1656 if (qi.input_buffer_length > 0 &&
1657 le32_to_cpu(io_rsp->OutputOffset) + qi.input_buffer_length
1663 if (copy_to_user(&pqi->input_buffer_length,
1664 &qi.input_buffer_length,
1665 sizeof(qi.input_buffer_length))) {
1672 qi.input_buffer_length))
1677 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length)
1678 qi.input_buffer_length = le32_to_cpu(qi_rsp->OutputBufferLength);
1679 if (copy_to_user(&pqi->input_buffer_length,
1680 &qi.input_buffer_length,
1681 sizeof(qi.input_buffer_length))) {
1687 qi.input_buffer_length))