Searched refs:last_idx (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dfib_lookup.h39 int *last_idx, int *dflt);
H A Dfib_hash.c282 int order, last_idx; local
293 last_idx = -1;
319 &last_idx, &fn_hash_last_dflt)) {
337 if (!fib_detect_death(fi, order, &last_resort, &last_idx, &fn_hash_last_dflt)) {
346 if (last_idx >= 0) {
353 fn_hash_last_dflt = last_idx;
H A Dfib_semantics.c350 struct fib_info **last_resort, int *last_idx, int *dflt)
365 (*last_idx<0 && order > *dflt)) {
367 *last_idx = order;
349 fib_detect_death(struct fib_info *fi, int order, struct fib_info **last_resort, int *last_idx, int *dflt) argument
H A Dfib_trie.c1780 int order, last_idx; local
1787 last_idx = -1;
1822 &last_idx, &trie_last_dflt)) {
1838 if (!fib_detect_death(fi, order, &last_resort, &last_idx, &trie_last_dflt)) {
1846 if (last_idx >= 0) {
1853 trie_last_dflt = last_idx;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/pcmcia/
H A Dcistpl.h384 u_char last_idx; member in struct:cistpl_config_t
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dns83820.c992 unsigned tx_done_idx, last_idx; local
1011 last_idx = free_idx = dev->tx_free_idx;
1075 last_idx = free_idx;
1102 dev->tx_skbs[last_idx] = skb;
H A Dbnx2.c2014 u16 last_idx, last_ring_idx; local
2016 last_idx = sw_cons +
2021 last_idx++;
2023 if (((s16) ((s16) last_idx - (s16) hw_cons)) > 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pcmcia/
H A Dcistpl.c839 config->last_idx = *(++p);
1152 config->last_idx = *(++p);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/myri10ge/
H A Dmyri10ge.c2034 int idx, last_idx, avail, frag_cnt, frag_idx, count, mss, max_segments; local
2250 last_idx = (idx + 1) & tx->mask;
2270 } while (idx != last_idx);

Completed in 198 milliseconds