Searched refs:TW_OPRES_IN (Results 1 – 4 of 4) sorted by relevance
162 #define TW_OPRES_IN(x,y) ((x << 5) | (y & 0x1f)) macro
431 #define TW_OPRES_IN(x,y) ((x << 5) | (y & 0x1f)) macro
350 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()
1129 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()