Lines Matching defs:tbasep
245 #define NEXTTMDP(tbasep, tmdlimp, tmdp) (((tmdp) + 1) == tmdlimp \
246 ? tbasep : ((tmdp) + 1))
3451 volatile struct eri_tmd *tbasep = NULL;
3504 tbasep = erip->eri_tmdp;
3527 i = tmdp - tbasep; /* index */
3563 erip->tx_kick = tmdp - tbasep;
3614 struct eri_tmd *tbasep;
3619 tbasep = erip->eri_tmdp;
3623 tcomp = tbasep + tx_completion; /* pointer to completion tmd */
3635 tmdp = NEXTTMDP(tbasep, tlimp, tmdp);