Searched defs:tn40_txdb (Results 1 – 1 of 1) sorted by relevance
100 struct tn40_txdb { struct101 struct tn40_tx_map *start; /* Points to the first element */102 struct tn40_tx_map *end; /* Points just AFTER the last element */103 struct tn40_tx_map *rptr; /* Points to the next element to read */104 struct tn40_tx_map *wptr; /* Points to the next element to write */105 int size; /* Number of elements in the db */