Lines Matching refs:sglist
298 struct scatterlist *sglist = NULL, *sg; in twl_scsiop_execute_scsi() local
304 sglist = scsi_sglist(srb); in twl_scsiop_execute_scsi()
378 TW_SG_Entry_ISO sglist[1]; in twl_aen_read_queue() local
391 memset(&sglist, 0, sizeof(TW_SG_Entry_ISO)); in twl_aen_read_queue()
392 sglist[0].length = TW_SECTOR_SIZE; in twl_aen_read_queue()
393 sglist[0].address = tw_dev->generic_buffer_phys[request_id]; in twl_aen_read_queue()
399 if (twl_scsiop_execute_scsi(tw_dev, request_id, cdb, 1, sglist)) { in twl_aen_read_queue()
560 TW_SG_Entry_ISO sglist[1]; in twl_aen_drain_queue() local
581 memset(&sglist, 0, sizeof(TW_SG_Entry_ISO)); in twl_aen_drain_queue()
582 sglist[0].length = TW_SECTOR_SIZE; in twl_aen_drain_queue()
583 sglist[0].address = tw_dev->generic_buffer_phys[request_id]; in twl_aen_drain_queue()
590 if (twl_scsiop_execute_scsi(tw_dev, request_id, cdb, 1, sglist)) { in twl_aen_drain_queue()