Searched refs:vlan_bitmap (Results 1 – 2 of 2) sorted by relevance
92 unsigned long *vlan_bitmap; member
205 unsigned long vlan_bitmap[OFDPA_VLAN_BITMAP_LEN]; member1453 if (test_bit(ntohs(vlan_id), p->vlan_bitmap)) { in ofdpa_port_vlan_flood_group()1508 if (p && test_bit(ntohs(vlan_id), p->vlan_bitmap)) in ofdpa_port_vlan_l2_groups()1697 if (!test_bit(vid, ofdpa_port->vlan_bitmap)) in ofdpa_port_ctrl()1724 test_bit(ntohs(internal_vlan_id), ofdpa_port->vlan_bitmap)) in ofdpa_port_vlan()1727 !test_bit(ntohs(internal_vlan_id), ofdpa_port->vlan_bitmap)) in ofdpa_port_vlan()1730 change_bit(ntohs(internal_vlan_id), ofdpa_port->vlan_bitmap); in ofdpa_port_vlan()1766 change_bit(ntohs(internal_vlan_id), ofdpa_port->vlan_bitmap); in ofdpa_port_vlan()2057 if (!test_bit(vid, ofdpa_port->vlan_bitmap)) in ofdpa_port_fwding()