TX_SKIP
#define TX_SKIP(n, o) (((n) + (o)) & (TX_DESC_COUNT - 1))
#define TX_SKIP(n, o) (((n) + (o)) % TX_DESC_COUNT)