Symbol: vlan_table
drivers/infiniband/core/ud_header.c
109
static const struct ib_field vlan_table[] = {
drivers/infiniband/core/ud_header.c
429
ib_pack(vlan_table, ARRAY_SIZE(vlan_table),
drivers/net/dsa/microchip/ksz9477.c
103
ksz_write32(dev, REG_SW_VLAN_ENTRY__4, vlan_table[0]);
drivers/net/dsa/microchip/ksz9477.c
104
ksz_write32(dev, REG_SW_VLAN_ENTRY_UNTAG__4, vlan_table[1]);
drivers/net/dsa/microchip/ksz9477.c
105
ksz_write32(dev, REG_SW_VLAN_ENTRY_PORTS__4, vlan_table[2]);
drivers/net/dsa/microchip/ksz9477.c
120
dev->vlan_cache[vid].table[0] = vlan_table[0];
drivers/net/dsa/microchip/ksz9477.c
121
dev->vlan_cache[vid].table[1] = vlan_table[1];
drivers/net/dsa/microchip/ksz9477.c
122
dev->vlan_cache[vid].table[2] = vlan_table[2];
drivers/net/dsa/microchip/ksz9477.c
652
u32 vlan_table[3];
drivers/net/dsa/microchip/ksz9477.c
656
err = ksz9477_get_vlan_table(dev, vlan->vid, vlan_table);
drivers/net/dsa/microchip/ksz9477.c
662
vlan_table[0] = VLAN_VALID | (vlan->vid & VLAN_FID_M);
drivers/net/dsa/microchip/ksz9477.c
664
vlan_table[1] |= BIT(port);
drivers/net/dsa/microchip/ksz9477.c
666
vlan_table[1] &= ~BIT(port);
drivers/net/dsa/microchip/ksz9477.c
667
vlan_table[1] &= ~(BIT(dev->cpu_port));
drivers/net/dsa/microchip/ksz9477.c
669
vlan_table[2] |= BIT(port) | BIT(dev->cpu_port);
drivers/net/dsa/microchip/ksz9477.c
671
err = ksz9477_set_vlan_table(dev, vlan->vid, vlan_table);
drivers/net/dsa/microchip/ksz9477.c
68
u32 *vlan_table)
drivers/net/dsa/microchip/ksz9477.c
688
u32 vlan_table[3];
drivers/net/dsa/microchip/ksz9477.c
694
if (ksz9477_get_vlan_table(dev, vlan->vid, vlan_table)) {
drivers/net/dsa/microchip/ksz9477.c
699
vlan_table[2] &= ~BIT(port);
drivers/net/dsa/microchip/ksz9477.c
705
vlan_table[1] &= ~BIT(port);
drivers/net/dsa/microchip/ksz9477.c
707
if (ksz9477_set_vlan_table(dev, vlan->vid, vlan_table)) {
drivers/net/dsa/microchip/ksz9477.c
84
ksz_read32(dev, REG_SW_VLAN_ENTRY__4, &vlan_table[0]);
drivers/net/dsa/microchip/ksz9477.c
85
ksz_read32(dev, REG_SW_VLAN_ENTRY_UNTAG__4, &vlan_table[1]);
drivers/net/dsa/microchip/ksz9477.c
86
ksz_read32(dev, REG_SW_VLAN_ENTRY_PORTS__4, &vlan_table[2]);
drivers/net/dsa/microchip/ksz9477.c
97
u32 *vlan_table)
drivers/net/dsa/microchip/ksz_common.c
2987
dev->vlan_cache = devm_kcalloc(dev->dev, sizeof(struct vlan_table),
drivers/net/dsa/microchip/ksz_common.h
191
struct vlan_table *vlan_cache;
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
10227
clear_bit(vport->vport_id, hdev->vlan_table[vlan_id]);
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
12191
memset(hdev->vlan_table, 0, sizeof(hdev->vlan_table));
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
9762
test_bit(vport_id, hdev->vlan_table[vlan_id]))
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
9765
if (!is_kill && test_and_set_bit(vport_id, hdev->vlan_table[vlan_id])) {
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
9773
!test_and_clear_bit(vport_id, hdev->vlan_table[vlan_id])) {
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
9807
for_each_set_bit(vport_idx, hdev->vlan_table[vlan_id], HCLGE_VPORT_NUM)
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h
955
unsigned long vlan_table[VLAN_N_VID][BITS_TO_LONGS(HCLGE_VPORT_NUM)];
drivers/net/ethernet/intel/fm10k/fm10k_pf.c
197
u32 vlan_table, reg, mask, bit, len;
drivers/net/ethernet/intel/fm10k/fm10k_pf.c
228
vlan_table = fm10k_read_reg(hw, reg);
drivers/net/ethernet/intel/fm10k/fm10k_pf.c
234
mask &= set ? ~vlan_table : vlan_table;
drivers/net/ethernet/intel/fm10k/fm10k_pf.c
236
fm10k_write_reg(hw, reg, vlan_table ^ mask);
drivers/net/ethernet/mellanox/mlx4/main.c
3102
mlx4_init_vlan_table(dev, &info->vlan_table);
drivers/net/ethernet/mellanox/mlx4/mlx4.h
843
struct mlx4_vlan_table vlan_table;
drivers/net/ethernet/mellanox/mlx4/port.c
540
struct mlx4_vlan_table *table = &mlx4_priv(dev)->port[port].vlan_table;
drivers/net/ethernet/mellanox/mlx4/port.c
560
struct mlx4_vlan_table *table = &mlx4_priv(dev)->port[port].vlan_table;
drivers/net/ethernet/mellanox/mlx4/port.c
566
struct mlx4_vlan_table *dup_table = &mlx4_priv(dev)->port[dup_port].vlan_table;
drivers/net/ethernet/mellanox/mlx4/port.c
744
struct mlx4_vlan_table *table = &mlx4_priv(dev)->port[port].vlan_table;
drivers/net/ethernet/mellanox/mlx4/port.c
748
struct mlx4_vlan_table *dup_table = &mlx4_priv(dev)->port[dup_port].vlan_table;
drivers/net/ethernet/mellanox/mlx4/port.c
931
struct mlx4_vlan_table *t1 = &mlx4_priv(dev)->port[1].vlan_table;
drivers/net/ethernet/mellanox/mlx4/port.c
932
struct mlx4_vlan_table *t2 = &mlx4_priv(dev)->port[2].vlan_table;
drivers/net/ethernet/mellanox/mlx4/port.c
985
struct mlx4_vlan_table *t1 = &mlx4_priv(dev)->port[1].vlan_table;
drivers/net/ethernet/mellanox/mlx4/port.c
986
struct mlx4_vlan_table *t2 = &mlx4_priv(dev)->port[2].vlan_table;
drivers/net/ethernet/micrel/ksz884x.c
1108
struct ksz_vlan_table vlan_table[VLAN_TABLE_ENTRIES];
drivers/net/ethernet/micrel/ksz884x.c
2355
&sw->vlan_table[entry].vid,
drivers/net/ethernet/micrel/ksz884x.c
2356
&sw->vlan_table[entry].fid,
drivers/net/ethernet/micrel/ksz884x.c
2357
&sw->vlan_table[entry].member);
drivers/net/usb/lan78xx.c
3075
DP_SEL_VHF_VLAN_LEN, pdata->vlan_table);
drivers/net/usb/lan78xx.c
3089
pdata->vlan_table[vid_dword_index] |= (1 << vid_bit_index);
drivers/net/usb/lan78xx.c
3108
pdata->vlan_table[vid_dword_index] &= ~(1 << vid_bit_index);
drivers/net/usb/lan78xx.c
358
u32 vlan_table[DP_SEL_VHF_VLAN_LEN];
drivers/net/usb/lan78xx.c
3749
pdata->vlan_table[i] = 0;