Lines Matching refs:pio_len
1372 if (stp_req->pio_len == 0)
1375 if (stp_req->pio_len >= len) {
1379 stp_req->pio_len -= len;
1384 } else if (stp_req->pio_len < len) {
1385 sci_stp_request_pio_data_out_trasmit_data_frame(ireq, stp_req->pio_len);
1388 offset += stp_req->pio_len;
1389 sgl->address_lower += stp_req->pio_len;
1390 stp_req->pio_len = 0;
1461 if (stp_req->pio_len < SCU_MAX_FRAME_BUFFER_SIZE) {
1463 stp_req, data_buffer, stp_req->pio_len);
1466 stp_req->pio_len = 0;
1473 stp_req->pio_len -= SCU_MAX_FRAME_BUFFER_SIZE;
1517 if (stp_req->pio_len != 0) {
1520 if (stp_req->pio_len == 0)
1523 } else if (stp_req->pio_len == 0) {
1925 stp_req->pio_len = frame_buffer[3] & 0xffff;
2035 stp_req->pio_len = 0;
2051 if (status != SCI_SUCCESS || stp_req->pio_len != 0)