Searched refs:he_rbp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dhe.h205 * in the virt member of he_rbp. NOTE: the lower six bits in the rbrq
209 struct he_rbp { struct
301 struct he_rbp *rbpl_base, *rbpl_tail;
H A Dhe.c818 CONFIG_RBPL_SIZE * sizeof(struct he_rbp), &he_dev->rbpl_phys);
823 memset(he_dev->rbpl_base, 0, CONFIG_RBPL_SIZE * sizeof(struct he_rbp));
906 sizeof(struct he_rbp), he_dev->rbpl_base,
1593 * sizeof(struct he_rbp), he_dev->rbpl_base, he_dev->rbpl_phys);
1902 struct he_rbp *new_tail;
1903 struct he_rbp *rbpl_head;
1909 rbpl_head = (struct he_rbp *) ((unsigned long)he_dev->rbpl_base |
1913 new_tail = (struct he_rbp *) ((unsigned long)he_dev->rbpl_base |
2775 inuse += CONFIG_RBPL_SIZE * sizeof(struct he_rbp);
2776 inuse /= sizeof(struct he_rbp);
[all...]

Completed in 53 milliseconds