Home
last modified time | relevance | path

Searched refs:TW_SGL_OUT (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/scsi/
D3w-xxxx.h244 #define TW_SGL_OUT(x) ((x >> 5) & 0x7) macro
D3w-sas.h167 #define TW_SGL_OUT(x) ((x >> 5) & 0x7) macro
D3w-9xxx.h436 #define TW_SGL_OUT(x) ((x >> 5) & 0x7) macro
D3w-9xxx.c1403 if (TW_SGL_OUT(oldcommand->opcode__sgloffset)) { in twa_load_sgl()
1408 sgl = (TW_SG_Entry *)((u32 *)oldcommand+TW_SGL_OUT(oldcommand->opcode__sgloffset)); in twa_load_sgl()
D3w-sas.c740 if (TW_SGL_OUT(oldcommand->opcode__sgloffset)) { in twl_load_sgl()
D3w-xxxx.c976 switch (TW_SGL_OUT(tw_ioctl->firmware_command.opcode__sgloffset)) { in tw_chrdev_ioctl()