PI_CMD_ADDR_FILTER_K_SIZE
if (netdev_mc_count(dev) > (PI_CMD_ADDR_FILTER_K_SIZE - bp->uc_count))
if ((bp->uc_count + bp->mc_count) > PI_CMD_ADDR_FILTER_K_SIZE)
if (i < PI_CMD_ADDR_FILTER_K_SIZE)
if ((i + bp->uc_count) < PI_CMD_ADDR_FILTER_K_SIZE)
u8 mc_table[PI_CMD_ADDR_FILTER_K_SIZE*FDDI_K_ALEN];
PI_LAN_ADDR entry[PI_CMD_ADDR_FILTER_K_SIZE];
PI_LAN_ADDR entry[PI_CMD_ADDR_FILTER_K_SIZE];