Home
last modified time | relevance | path

Searched refs:current_sgl (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/scsi/isci/
Drequest.c1325 struct scu_sgl_element *current_sgl; in sci_stp_request_pio_data_out_trasmit_data_frame() local
1332 current_sgl = &sgl_pair->A; in sci_stp_request_pio_data_out_trasmit_data_frame()
1334 current_sgl = &sgl_pair->B; in sci_stp_request_pio_data_out_trasmit_data_frame()
1337 task_context->command_iu_upper = current_sgl->address_upper; in sci_stp_request_pio_data_out_trasmit_data_frame()
1338 task_context->command_iu_lower = current_sgl->address_lower; in sci_stp_request_pio_data_out_trasmit_data_frame()