Searched refs:BR_MAX_PORTS (Results 1 – 3 of 3) sorted by relevance
411 inuse = bitmap_zalloc(BR_MAX_PORTS, GFP_KERNEL); in find_portno()419 index = find_first_zero_bit(inuse, BR_MAX_PORTS); in find_portno()422 return (index >= BR_MAX_PORTS) ? -EXFULL : index; in find_portno()
29 #define BR_MAX_PORTS (1<<BR_PORT_BITS) macro
1114 changed = bitmap_zalloc(BR_MAX_PORTS, GFP_KERNEL); in __br_vlan_set_default_pvid()