Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
D3w-sas.c294 TW_SG_Entry_ISO *sglistarg) in twl_scsiop_execute_scsi() argument
334 if (!sglistarg) { in twl_scsiop_execute_scsi()
350 command_packet->sg_list[i].address = TW_CPU_TO_SGL(sglistarg[i].address); in twl_scsiop_execute_scsi()
351 command_packet->sg_list[i].length = TW_CPU_TO_SGL(sglistarg[i].length); in twl_scsiop_execute_scsi()
D3w-9xxx.c148 TW_SG_Entry *sglistarg);
1800 TW_SG_Entry *sglistarg) in DEF_SCSI_QCMD()
1841 if (!sglistarg) { in DEF_SCSI_QCMD()
1872 command_packet->sg_list[i].address = sglistarg[i].address; in DEF_SCSI_QCMD()
1873 command_packet->sg_list[i].length = sglistarg[i].length; in DEF_SCSI_QCMD()