Home
last modified time | relevance | path

Searched refs:opcode__sgloffset (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/
H A D3w-xxxx.h301 unsigned char opcode__sgloffset; member
381 unsigned char opcode__sgloffset; member
H A D3w-sas.h231 unsigned char opcode__sgloffset; member
H A D3w-9xxx.c243 if (TW_OP_OUT(command_packet->opcode__sgloffset) == TW_OP_SET_PARAM) { in twa_aen_complete()
488 command_packet->opcode__sgloffset = TW_OPSGL_IN(2, TW_OP_SET_PARAM); in twa_aen_sync_time()
1068 command_packet->opcode__sgloffset = TW_OPSGL_IN(2, TW_OP_GET_PARAM); in twa_get_param()
1404 if (TW_SGL_OUT(oldcommand->opcode__sgloffset)) { in twa_load_sgl()
1409 sgl = (TW_SG_Entry *)((u32 *)oldcommand+TW_SGL_OUT(oldcommand->opcode__sgloffset)); in twa_load_sgl()
H A D3w-sas.c420 command_packet->opcode__sgloffset = TW_OPSGL_IN(2, TW_OP_SET_PARAM); in twl_aen_sync_time()
481 if (TW_OP_OUT(command_packet->opcode__sgloffset) == TW_OP_SET_PARAM) { in twl_aen_complete()
702 if (TW_SGL_OUT(oldcommand->opcode__sgloffset)) { in twl_load_sgl()
937 command_packet->opcode__sgloffset = TW_OPSGL_IN(2, TW_OP_GET_PARAM); in twl_get_param()
H A D3w-9xxx.h503 u8 opcode__sgloffset; member