Searched refs:_F_getCount (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/sys/dev/asr/ |
| D | i2odep.h | 196 # define _F_getCount(w,x,y) (*((U32 __FAR__ *)(&((w)->x)))&I2O_SG_COUNT_MASK) macro 236 # define _F_getCount(w,x,y) getL24bit1(w,x,0) macro 262 # define _F_getCount(w,x,y) ((U32)((w)->y)) macro 293 #define I2O_FLAGS_COUNT_getCount(x) _F_getCount(x,Count,Count) 309 _F_getCount(x,LongElementLength,LongElementLength) 321 _F_getCount(x,LongElementLength,LongElementLength)
|