Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
D3w-sas.h162 #define TW_OPRES_IN(x,y) ((x << 5) | (y & 0x1f)) macro
D3w-9xxx.h431 #define TW_OPRES_IN(x,y) ((x << 5) | (y & 0x1f)) macro
D3w-sas.c350 command_packet->opcode__reserved = TW_OPRES_IN(0, TW_OP_EXECUTE_SCSI); in twl_scsiop_execute_scsi()
1028 tw_initconnect->opcode__reserved = TW_OPRES_IN(0, TW_OP_INIT_CONNECTION); in twl_initconnection()
D3w-9xxx.c1129 tw_initconnect->opcode__reserved = TW_OPRES_IN(0, TW_OP_INIT_CONNECTION); in twa_initconnection()
1844 command_packet->opcode__reserved = TW_OPRES_IN(0, TW_OP_EXECUTE_SCSI); in DEF_SCSI_QCMD()