Searched refs:leaf (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tulip/
H A Deeprom.c246 struct medialeaf *leaf = &mtable->mleaf[i]; local
249 leaf->type = 0;
250 leaf->media = p[0] & 0x3f;
251 leaf->leafdata = p;
256 leaf->type = p[1];
259 leaf->media = p[2] & 0x0f;
265 leaf->leafdata = p + 2;
272 leaf->media = 11;
278 leaf->media = p[2] & MEDIA_MASK;
280 if (tp->chip_id == DM910X && leaf
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dip6_fib.c258 key = (struct rt6key *)((u8 *)fn->leaf + offset);
274 rt6_release(fn->leaf);
275 fn->leaf = NULL;
296 * Create new leaf node without children.
338 * (new leaf node)[ln] (old node)[fn]
363 in->leaf = fn->leaf;
364 atomic_inc(&in->leaf->rt6i_ref);
391 * (new leaf node)[ln]
431 ins = &fn->leaf;
[all...]
H A Droute.c246 rt = rt6_device_match(fn->leaf, oif, strict);
385 rt = fn->leaf;
460 rt = fn->leaf;
833 for (rt = fn->leaf; rt; rt = rt->u.next) {
905 for (rt1 = ip6_routing_table.leaf; rt1; rt1 = rt1->u.next) {
1088 for (rt = fn->leaf; rt; rt=rt->u.next) {
1128 for (rt = ip6_routing_table.leaf; rt; rt = rt->u.next) {
1316 for (sprt = fn->leaf; sprt; sprt=sprt->u.next) {
1597 for (rt = w->leaf; rt; rt = rt->u.next) {
1601 w->leaf
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_htb.c132 /* interior & leaf nodes; props specific to leaves are marked L: */
165 } leaf; member in union:htb_class::__anon7430
278 * should be passed directly thru. In all other cases leaf class is returned.
283 * have no valid leaf we try to use MAJOR:default leaf. It still unsuccessfull
316 return cl; /* we hit leaf; return it */
362 cl->level?0:cl->un.leaf.q->q.qlen,cl->prio_activity);
654 * htb_activate - inserts leaf cl into appropriate active feeds
656 * Routine learns (new) priority of leaf and activates feed chain
657 * for the prio. It can be called on already active leaf safel
[all...]
H A Dsch_api.c206 struct Qdisc *leaf; local
215 leaf = cops->leaf(p, cl);
217 return leaf;
516 struct Qdisc *leaf; local
520 leaf = cops->leaf(q, cl);
521 if (leaf) {
522 if (leaf == arg->p || arg->depth > 7)
524 return check_loop(leaf, ar
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dip6_fib.h34 struct rt6_info *leaf; member in struct:fib6_node
89 struct rt6_info *leaf; member in struct:fib6_walker_t
H A Dpkt_sched.h34 struct Qdisc * (*leaf)(struct Qdisc *, unsigned long cl); member in struct:Qdisc_class_ops
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dip6_fib.h34 struct rt6_info *leaf; member in struct:fib6_node
89 struct rt6_info *leaf; member in struct:fib6_walker_t
H A Dpkt_sched.h34 struct Qdisc * (*leaf)(struct Qdisc *, unsigned long cl); member in struct:Qdisc_class_ops
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dcommon.h40 int create_leaf(struct socket *leaf,struct socket *session);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_dmap.c1182 s8 *leaf; local
1187 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx);
1201 /* check if the starting leaf indicates that anything
1204 if (leaf[word] == NOFREE)
1216 * single leaf may describe the free space of multiple dmap
1249 /* does the leaf describe any free space ?
1251 if (leaf[word] < BUDMIN)
1255 * by this leaf.
1258 min((int)leaf[word], NLSTOL2BSZ(nwords));
1282 * starting with the dmap leaf tha
1308 s8 *leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); local
2072 s8 *leaf; local
2528 s8 *leaf = tp->dmt_stree + le32_to_cpu(tp->dmt_leafidx); local
2593 s8 *leaf = tp->dmt_stree + le32_to_cpu(tp->dmt_leafidx); local
2664 s8 *leaf; local
3132 s8 oldroot, *leaf; local
[all...]
H A Djfs_dtree.h32 } leaf; member in union:__anon3123
81 * leaf node entry head/only segment
114 u8 slot; /* 1: slot within leaf page of entry */
115 u8 addr1; /* 1: upper 8 bits of leaf page address */
116 u32 addr2; /* 4: lower 32 bits of leaf page address -OR-
H A Djfs_dtree.c32 * leaf entry stores full name as key and file serial number
41 * directory starts as a root/leaf page in on-disk inode
43 * when it becomes full, it starts a leaf of a external extent
44 * of length of 1 block. each time the first leaf becomes full,
56 * names are stored in case-sensitive way in leaf entry.
67 * once match is found at leaf, requires scan forward/backward
85 * for leaf entry, fold the entry key before comparison.
87 * if (leaf entry case-insensitive match found)
524 * return: 0 - search result on stack, leaf page pinned;
575 * leaf pag
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/dev/
H A Ddev_tulip.c1700 uint16_t leaf; local
1712 /* Znyx 34x apparently has non-standard leaf info. */
1718 leaf = SROM_WORD(srom, SROM_LEAF0_OFFSET_INDEX);
1719 gpr_control = srom[leaf+2];
1720 if ((srom[leaf+4] & 0x80) == 0) {

Completed in 197 milliseconds