Searched refs:I2O_TID_MASK (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/asr/
H A Ddptalign.h173 #define I2O_TID_MASK ((unsigned DPT_4_BYTES) ((1L<<I2O_TID_SZ)-1)) macro
H A Di2odep.h174 # define I2O_TID_MASK ((U16)((1L<<I2O_TID_SZ)-1)) macro
176 # define _F_getTID(w,x,y) (*((U16 __FAR__ *)(&((w)->x))) & I2O_TID_MASK)
178 &= 0xFFFF - I2O_TID_MASK);\
180 |=(U16)(z)&I2O_TID_MASK)

Completed in 115 milliseconds