Searched refs:sglistarg (Results 1 – 2 of 2) sorted by relevance
292 TW_SG_Entry_ISO *sglistarg) in twl_scsiop_execute_scsi() argument335 if (!sglistarg) { in twl_scsiop_execute_scsi()351 command_packet->sg_list[i].address = TW_CPU_TO_SGL(sglistarg[i].address); in twl_scsiop_execute_scsi()352 command_packet->sg_list[i].length = TW_CPU_TO_SGL(sglistarg[i].length); in twl_scsiop_execute_scsi()
148 TW_SG_Entry *sglistarg);1805 TW_SG_Entry *sglistarg) in DEF_SCSI_QCMD()1849 if (!sglistarg) { in DEF_SCSI_QCMD()1880 command_packet->sg_list[i].address = TW_CPU_TO_SGL(sglistarg[i].address); in DEF_SCSI_QCMD()1881 command_packet->sg_list[i].length = cpu_to_le32(sglistarg[i].length); in DEF_SCSI_QCMD()