Lines Matching refs:input_buffer_length
1651 qi.input_buffer_length,
1685 if (le32_to_cpu(io_rsp->OutputCount) < qi.input_buffer_length)
1686 qi.input_buffer_length = le32_to_cpu(io_rsp->OutputCount);
1687 if (qi.input_buffer_length > 0 &&
1688 le32_to_cpu(io_rsp->OutputOffset) + qi.input_buffer_length
1694 if (copy_to_user(&pqi->input_buffer_length,
1695 &qi.input_buffer_length,
1696 sizeof(qi.input_buffer_length))) {
1703 qi.input_buffer_length))
1708 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length)
1709 qi.input_buffer_length = le32_to_cpu(qi_rsp->OutputBufferLength);
1710 if (copy_to_user(&pqi->input_buffer_length,
1711 &qi.input_buffer_length,
1712 sizeof(qi.input_buffer_length))) {
1718 qi.input_buffer_length))