Home
last modified time | relevance | path

Searched refs:vlan_bitmap (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_dev.h92 unsigned long *vlan_bitmap; member
/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c205 unsigned long vlan_bitmap[OFDPA_VLAN_BITMAP_LEN]; member
1453 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()