Searched refs:VLAN_TAG (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_vlan.c | 15 val = readl(ioaddr + VLAN_TAG); in vlan_write_single() 19 writel(val, ioaddr + VLAN_TAG); in vlan_write_single() 35 val = readl(ioaddr + VLAN_TAG); in vlan_write_filter() 41 writel(val, ioaddr + VLAN_TAG); in vlan_write_filter() 43 ret = readl_poll_timeout(ioaddr + VLAN_TAG, val, in vlan_write_filter() 172 value = readl(ioaddr + VLAN_TAG); in vlan_update_hash() 186 writel(value, ioaddr + VLAN_TAG); in vlan_update_hash() 200 writel(value | perfect_match, ioaddr + VLAN_TAG); in vlan_update_hash() 207 writel(value, ioaddr + VLAN_TAG); in vlan_update_hash() 237 u32 value = readl(ioaddr + VLAN_TAG); in vlan_set_hw_mode() [all …]
|
| H A D | stmmac_vlan.h | 13 #define VLAN_TAG 0x00000050 macro
|
| /linux/net/sched/ |
| H A D | em_meta.c | 671 [META_ID(VLAN_TAG)] = META_FUNC(int_vlan_tag),
|
| /linux/drivers/net/ethernet/huawei/hinic3/ |
| H A D | hinic3_tx.c | 391 cpu_to_le32(SQ_TASK_INFO3_SET(vlan_tag, VLAN_TAG) | in hinic3_set_vlan_tx_offload()
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_tx.c | 442 task->pkt_info0 |= HINIC_SQ_TASK_INFO0_SET(vlan_tag, VLAN_TAG) | in offload_vlan()
|
| /linux/include/linux/ |
| H A D | filter.h | 1501 BPF_ANCILLARY(VLAN_TAG); in bpf_anc_helper()
|