Searched refs:RBPL_TABLE_SIZE (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.c793 he_dev->rbpl_table = kmalloc(BITS_TO_LONGS(RBPL_TABLE_SIZE)
799 bitmap_zero(he_dev->rbpl_table, RBPL_TABLE_SIZE);
802 he_dev->rbpl_virt = kmalloc(RBPL_TABLE_SIZE
1920 i = find_next_zero_bit(he_dev->rbpl_table, RBPL_TABLE_SIZE, he_dev->rbpl_hint);
1921 if (i > (RBPL_TABLE_SIZE - 1)) {
1922 i = find_first_zero_bit(he_dev->rbpl_table, RBPL_TABLE_SIZE);
1923 if (i > (RBPL_TABLE_SIZE - 1))
H A Dhe.h221 #define RBPL_TABLE_SIZE (CONFIG_RBPL_SIZE + 16 + 2) macro

Completed in 118 milliseconds