Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
D3w-sas.h250 unsigned short sgl_entries__lunh; member
D3w-9xxx.h519 unsigned short sgl_entries__lunh; member
D3w-sas.c348 …command_packet->sgl_entries__lunh = cpu_to_le16(TW_REQ_LUN_IN((srb->device->lun >> 4), scsi_sg_cou… in twl_scsiop_execute_scsi()
356 command_packet->sgl_entries__lunh = cpu_to_le16(TW_REQ_LUN_IN(0, use_sg)); in twl_scsiop_execute_scsi()
700 newcommand->sgl_entries__lunh = in twl_load_sgl()
701 cpu_to_le16(TW_REQ_LUN_IN(TW_LUN_OUT(newcommand->sgl_entries__lunh), length ? 1 : 0)); in twl_load_sgl()
D3w-9xxx.c1396 newcommand->sgl_entries__lunh = in twa_load_sgl()
1397 cpu_to_le16(TW_REQ_LUN_IN(TW_LUN_OUT(newcommand->sgl_entries__lunh), length ? 1 : 0)); in twa_load_sgl()
1871 …command_packet->sgl_entries__lunh = cpu_to_le16(TW_REQ_LUN_IN((srb->device->lun >> 4), scsi_sg_cou… in DEF_SCSI_QCMD()
1883 command_packet->sgl_entries__lunh = cpu_to_le16(TW_REQ_LUN_IN(0, use_sg)); in DEF_SCSI_QCMD()