Searched refs:F_SA_LOW (Results 1 – 4 of 4) sorted by relevance
/external/sg3_utils/lib/ |
D | sg_pt_common.c | 63 #define F_SA_LOW 0x80 /* cdb byte 1, bits 4 to 0 */ macro 65 #define FF_SA (F_SA_HIGH | F_SA_LOW) 119 {0x9e, 0x10, F_SA_LOW, {16, /* READ CAPACITY(16) [service action in] */ 124 {0xa3, 0xc, F_SA_LOW, {12, /* REPORT SUPPORTED OPERATION CODES */ 127 {0xa3, 0xd, F_SA_LOW, {12, /* REPORT SUPPORTED TASK MAN. FUNCTIONS */
|
D | sg_pt_linux_nvme.c | 1103 #define F_SA_LOW 0x80 /* cdb byte 1, bits 4 to 0 */ macro 1105 #define FF_SA (F_SA_HIGH | F_SA_LOW)
|
D | sg_pt_win32.c | 2884 #define F_SA_LOW 0x80 /* cdb byte 1, bits 4 to 0 */ macro 2886 #define FF_SA (F_SA_HIGH | F_SA_LOW)
|
D | sg_pt_freebsd.c | 2366 #define F_SA_LOW 0x80 /* cdb byte 1, bits 4 to 0 */ macro 2368 #define FF_SA (F_SA_HIGH | F_SA_LOW)
|