Searched refs:tbasep (Results 1 – 1 of 1) sorted by relevance
245 #define NEXTTMDP(tbasep, tmdlimp, tmdp) (((tmdp) + 1) == tmdlimp \ argument246 ? tbasep : ((tmdp) + 1))3451 volatile struct eri_tmd *tbasep = NULL; in eri_send_msg() local3504 tbasep = erip->eri_tmdp; in eri_send_msg()3527 i = tmdp - tbasep; /* index */ in eri_send_msg()3563 erip->tx_kick = tmdp - tbasep; in eri_send_msg()3614 struct eri_tmd *tbasep; in eri_reclaim() local3619 tbasep = erip->eri_tmdp; in eri_reclaim()3623 tcomp = tbasep + tx_completion; /* pointer to completion tmd */ in eri_reclaim()3635 tmdp = NEXTTMDP(tbasep, tlimp, tmdp); in eri_reclaim()