Searched refs:SG_SET_FORCE_LOW_DMA (Results 1 – 7 of 7) sorted by relevance
76 #if defined(SG_SET_FORCE_LOW_DMA) || (defined(HAVE_DECL_SG_SET_FORCE_LOW_DMA) && HAVE_DECL_SG_SET_F…78 static_assert((SG_SET_FORCE_LOW_DMA) == (0x2279), "SG_SET_FORCE_LOW_DMA != 0x2279");81 # define SG_SET_FORCE_LOW_DMA 0x2279
11 SG_SET_FORCE_LOW_DMA 0x2279
86 TEST_NULL_ARG(SG_SET_FORCE_LOW_DMA); in main()108 TEST_TAKES_INT_BY_PTR(SG_SET_FORCE_LOW_DMA, pint); in main()
142 case SG_SET_FORCE_LOW_DMA: in scsi_ioctl()
149 #define SG_SET_FORCE_LOW_DMA 0x2279 /* 0-> use adapter setting, 1-> force */ macro