Home
last modified time | relevance | path

Searched refs:BR_MAX_PORTS (Results 1 – 3 of 3) sorted by relevance

/linux/net/bridge/
H A Dbr_if.c411 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()
H A Dbr_private.h29 #define BR_MAX_PORTS (1<<BR_PORT_BITS) macro
H A Dbr_vlan.c1114 changed = bitmap_zalloc(BR_MAX_PORTS, GFP_KERNEL); in __br_vlan_set_default_pvid()