Lines Matching refs:pio_len
1368 if (stp_req->pio_len == 0)
1371 if (stp_req->pio_len >= len) {
1375 stp_req->pio_len -= len;
1380 } else if (stp_req->pio_len < len) {
1381 sci_stp_request_pio_data_out_trasmit_data_frame(ireq, stp_req->pio_len);
1384 offset += stp_req->pio_len;
1385 sgl->address_lower += stp_req->pio_len;
1386 stp_req->pio_len = 0;
1457 if (stp_req->pio_len < SCU_MAX_FRAME_BUFFER_SIZE) {
1459 stp_req, data_buffer, stp_req->pio_len);
1462 stp_req->pio_len = 0;
1469 stp_req->pio_len -= SCU_MAX_FRAME_BUFFER_SIZE;
1511 if (stp_req->pio_len != 0) {
1514 if (stp_req->pio_len == 0)
1517 } else if (stp_req->pio_len == 0) {
1919 stp_req->pio_len = frame_buffer[3] & 0xffff;
2029 stp_req->pio_len = 0;
2045 if (status != SCI_SUCCESS || stp_req->pio_len != 0)