Home
last modified time | relevance | path

Searched refs:tbasep (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/sun/io/eri/
H A Deri.c245 #define NEXTTMDP(tbasep, tmdlimp, tmdp) (((tmdp) + 1) == tmdlimp \ argument
246 ? tbasep : ((tmdp) + 1))
3451 volatile struct eri_tmd *tbasep = NULL; in eri_send_msg() local
3504 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() local
3619 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()