Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Dhe.c2052 struct he_rbp *newtail; in he_service_rbpl() local
2060 newtail = (struct he_rbp *) ((unsigned long)he_dev->rbpl_base | in he_service_rbpl()
2064 if ((newtail == rbpl_head) || (newtail->status & RBP_LOANED)) in he_service_rbpl()
2067 newtail->status |= RBP_LOANED; in he_service_rbpl()
2068 he_dev->rbpl_tail = newtail; in he_service_rbpl()
2080 struct he_rbp *newtail; in he_service_rbps() local
2088 newtail = (struct he_rbp *) ((unsigned long)he_dev->rbps_base | in he_service_rbps()
2092 if ((newtail == rbps_head) || (newtail->status & RBP_LOANED)) in he_service_rbps()
2095 newtail->status |= RBP_LOANED; in he_service_rbps()
2096 he_dev->rbps_tail = newtail; in he_service_rbps()