Searched refs:vlan_bitmap (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_main.c | 626 vid = find_next_bit(nic_dev->vlan_bitmap, VLAN_N_VID, vid + 1); in change_mac_addr() 673 vid = find_next_bit(nic_dev->vlan_bitmap, VLAN_N_VID, vid + 1); in add_mac_addr() 709 vid = find_next_bit(nic_dev->vlan_bitmap, VLAN_N_VID, vid + 1); in remove_mac_addr() 738 bitmap_set(nic_dev->vlan_bitmap, vid, 1); in hinic_vlan_rx_add_vid() 770 bitmap_clear(nic_dev->vlan_bitmap, vid, 1); in hinic_vlan_rx_kill_vid() 1225 nic_dev->vlan_bitmap = devm_bitmap_zalloc(&pdev->dev, VLAN_N_VID, in nic_dev_init() 1227 if (!nic_dev->vlan_bitmap) { in nic_dev_init()
|
H A D | hinic_dev.h | 92 unsigned long *vlan_bitmap; member
|
/linux/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 204 unsigned long vlan_bitmap[OFDPA_VLAN_BITMAP_LEN]; member 1470 if (test_bit(ntohs(vlan_id), p->vlan_bitmap)) { in ofdpa_port_vlan_flood_group() 1525 if (p && test_bit(ntohs(vlan_id), p->vlan_bitmap)) in ofdpa_port_vlan_l2_groups() 1714 if (!test_bit(vid, ofdpa_port->vlan_bitmap)) in ofdpa_port_ctrl() 1741 test_bit(ntohs(internal_vlan_id), ofdpa_port->vlan_bitmap)) in ofdpa_port_vlan() 1744 !test_bit(ntohs(internal_vlan_id), ofdpa_port->vlan_bitmap)) in ofdpa_port_vlan() 1747 change_bit(ntohs(internal_vlan_id), ofdpa_port->vlan_bitmap); in ofdpa_port_vlan() 1783 change_bit(ntohs(internal_vlan_id), ofdpa_port->vlan_bitmap); in ofdpa_port_vlan() 2071 if (!test_bit(vid, ofdpa_port->vlan_bitmap)) in ofdpa_port_fwding()
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_hw4.h | 2312 uint8_t vlan_bitmap[512]; member
|