Searched refs:PI_CMD_ADDR_FILTER_K_SIZE (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Ddefxx.h638 #define PI_CMD_ADDR_FILTER_K_SIZE 62 macro
643 PI_LAN_ADDR entry[PI_CMD_ADDR_FILTER_K_SIZE];
665 PI_LAN_ADDR entry[PI_CMD_ADDR_FILTER_K_SIZE];
1741 u8 mc_table[PI_CMD_ADDR_FILTER_K_SIZE*FDDI_K_ALEN];
H A Ddefxx.c2210 if (netdev_mc_count(dev) > (PI_CMD_ADDR_FILTER_K_SIZE - bp->uc_count))
2310 if ((bp->uc_count + bp->mc_count) > PI_CMD_ADDR_FILTER_K_SIZE)
2400 if (i < PI_CMD_ADDR_FILTER_K_SIZE)
2411 if ((i + bp->uc_count) < PI_CMD_ADDR_FILTER_K_SIZE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Ddefxx.h638 #define PI_CMD_ADDR_FILTER_K_SIZE 62 macro
643 PI_LAN_ADDR entry[PI_CMD_ADDR_FILTER_K_SIZE];
665 PI_LAN_ADDR entry[PI_CMD_ADDR_FILTER_K_SIZE];
1741 u8 mc_table[PI_CMD_ADDR_FILTER_K_SIZE*FDDI_K_ALEN];
H A Ddefxx.c2210 if (netdev_mc_count(dev) > (PI_CMD_ADDR_FILTER_K_SIZE - bp->uc_count))
2310 if ((bp->uc_count + bp->mc_count) > PI_CMD_ADDR_FILTER_K_SIZE)
2400 if (i < PI_CMD_ADDR_FILTER_K_SIZE)
2411 if ((i + bp->uc_count) < PI_CMD_ADDR_FILTER_K_SIZE)

Completed in 206 milliseconds