Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/ !
D3w-sas.h155 #define TW_OPRES_IN(x,y) ((x << 5) | (y & 0x1f)) macro
D3w-9xxx.h423 #define TW_OPRES_IN(x,y) ((x << 5) | (y & 0x1f)) macro
D3w-sas.c314 command_packet->opcode__reserved = TW_OPRES_IN(0, TW_OP_EXECUTE_SCSI); in twl_scsiop_execute_scsi()
989 tw_initconnect->opcode__reserved = TW_OPRES_IN(0, TW_OP_INIT_CONNECTION); in twl_initconnection()
D3w-9xxx.c1128 tw_initconnect->opcode__reserved = TW_OPRES_IN(0, TW_OP_INIT_CONNECTION); in twa_initconnection()
1821 command_packet->opcode__reserved = TW_OPRES_IN(0, TW_OP_EXECUTE_SCSI); in DEF_SCSI_QCMD()