Home
last modified time | relevance | path

Searched defs:txdb (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/drivers/net/ethernet/tehuti/
Dtehuti.h201 struct txdb { struct
202 struct tx_map *start; /* points to the first element */
203 struct tx_map *end; /* points just AFTER the last element */
204 struct tx_map *rptr; /* points to the next element to read */
205 struct tx_map *wptr; /* points to the next element to write */
206 int size; /* number of elements in the db */
261 struct txdb txdb; member
/kernel/linux/linux-5.10/drivers/net/ethernet/tehuti/
Dtehuti.h197 struct txdb { struct
198 struct tx_map *start; /* points to the first element */
199 struct tx_map *end; /* points just AFTER the last element */
200 struct tx_map *rptr; /* points to the next element to read */
201 struct tx_map *wptr; /* points to the next element to write */
202 int size; /* number of elements in the db */
257 struct txdb txdb; member