Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
D3w-xxxx.h239 #define TW_SGL_OUT(x) ((x >> 5) & 0x7) macro
D3w-sas.h160 #define TW_SGL_OUT(x) ((x >> 5) & 0x7) macro
D3w-9xxx.h428 #define TW_SGL_OUT(x) ((x >> 5) & 0x7) macro
D3w-9xxx.c1404 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()
D3w-sas.c702 if (TW_SGL_OUT(oldcommand->opcode__sgloffset)) { in twl_load_sgl()
D3w-xxxx.c967 switch (TW_SGL_OUT(tw_ioctl->firmware_command.opcode__sgloffset)) { in tw_chrdev_ioctl()