Searched refs:pio_len (Results 1 – 3 of 3) sorted by relevance
1367 if (stp_req->pio_len == 0) in sci_stp_request_pio_data_out_transmit_data()1370 if (stp_req->pio_len >= len) { in sci_stp_request_pio_data_out_transmit_data()1374 stp_req->pio_len -= len; in sci_stp_request_pio_data_out_transmit_data()1379 } else if (stp_req->pio_len < len) { in sci_stp_request_pio_data_out_transmit_data()1380 sci_stp_request_pio_data_out_trasmit_data_frame(ireq, stp_req->pio_len); in sci_stp_request_pio_data_out_transmit_data()1383 offset += stp_req->pio_len; in sci_stp_request_pio_data_out_transmit_data()1384 sgl->address_lower += stp_req->pio_len; in sci_stp_request_pio_data_out_transmit_data()1385 stp_req->pio_len = 0; in sci_stp_request_pio_data_out_transmit_data()1456 if (stp_req->pio_len < SCU_MAX_FRAME_BUFFER_SIZE) { in sci_stp_request_pio_data_in_copy_data()1458 stp_req, data_buffer, stp_req->pio_len); in sci_stp_request_pio_data_in_copy_data()[all …]
72 u32 pio_len; member
5576 unsigned long pio, pio_len, pio_flags; in qla4xxx_iospace_config() local5580 pio_len = pci_resource_len(ha->pdev, 0); in qla4xxx_iospace_config()5583 if (pio_len < MIN_IOBASE_LEN) { in qla4xxx_iospace_config()5619 ha->pio_length = pio_len; in qla4xxx_iospace_config()