Searched refs:tentry (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dperf.c605 const struct rdr_tbl_ent *tentry; local
607 tentry = perf_rdr_get_entry(rdr_num);
608 if ((width = tentry->width) == 0)
612 i = tentry->num_words;
625 i = tentry->num_words;
653 const struct rdr_tbl_ent *tentry; local
656 tentry = perf_rdr_get_entry(rdr_num);
658 if (tentry->width == 0) {
662 i = tentry->num_words;
689 const struct rdr_tbl_ent *tentry; local
763 const struct rdr_tbl_ent *tentry; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/pcbit/
H A Dedss1.c271 struct fsm_timer_entry *tentry; local
297 for (tentry = fsm_timers; tentry->init != 0xff; tentry++)
298 if (tentry->init == chan->fsm_state)
301 if (tentry->init != 0xff) {
305 chan->fsm_timer.expires = jiffies + tentry->timeout * HZ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dcassini.c2661 const int entry, const int tentry)
2663 cp->tx_tiny_use[ring][tentry].nbufs++;
2672 int entry, nr_frags, frag, tabort, tentry; local
2709 tentry = entry;
2719 mapping = tx_tiny_map(cp, ring, entry, tentry);
2750 mapping = tx_tiny_map(cp, ring, entry, tentry);
2660 tx_tiny_map(struct cas *cp, const int ring, const int entry, const int tentry) argument

Completed in 101 milliseconds