Home
last modified time | relevance | path

Searched refs:vlan_dev_vlan_id (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.6.21/include/linux/
Dif_vlan.h147 extern u16 vlan_dev_vlan_id(const struct net_device *dev);
260 static inline u16 vlan_dev_vlan_id(const struct net_device *dev) in vlan_dev_vlan_id() function
/linux-6.6.21/include/rdma/
Dib_addr.h111 return is_vlan_dev(dev) ? vlan_dev_vlan_id(dev) : 0xffff; in rdma_vlan_dev_vlan_id()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dvlan.c100 .vlan.vid = vlan_dev_vlan_id(vlan_dev), in mlx5e_tc_act_vlan_add_push_action()
/linux-6.6.21/net/8021q/
Dvlan_core.c113 u16 vlan_dev_vlan_id(const struct net_device *dev) in vlan_dev_vlan_id() function
117 EXPORT_SYMBOL(vlan_dev_vlan_id);
Dvlan.c643 args.u.VID = vlan_dev_vlan_id(dev); in vlan_ioctl_handler()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.c356 e->vlan = vlan_dev_vlan_id(neigh->dev); in t3_l2t_get()
/linux-6.6.21/drivers/infiniband/core/
Dcache.c1383 *vlan_id = vlan_dev_vlan_id(lower_dev); in get_lower_dev_vlan()
1422 *vlan_id = vlan_dev_vlan_id(ndev); in rdma_read_gid_l2_fields()
/linux-6.6.21/drivers/scsi/fcoe/
Dfcoe.c715 lport->vlan = vlan_dev_vlan_id(netdev); in fcoe_netdev_config()
1555 vlan_dev_vlan_id(fcoe->netdev)); in fcoe_xmit()
2800 fcf_dev->vlan_id = vlan_dev_vlan_id(fcoe->netdev); in fcoe_fcf_get_vlan_id()
/linux-6.6.21/drivers/net/bonding/
Dbond_alb.c974 vlan_dev_vlan_id(upper)); in alb_upper_dev_walk()
978 vlan_dev_vlan_id(upper)); in alb_upper_dev_walk()
Dbond_main.c2993 tags[level].vlan_id = vlan_dev_vlan_id(upper); in bond_verify_device_path()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.c433 vlan = vlan_dev_vlan_id(neigh->dev); in cxgb4_l2t_get()
/linux-6.6.21/net/smc/
Dsmc_ib.c287 vlan_dev_vlan_id(ndev) == vlan_id))) { in smc_ib_determine_gid()
Dsmc_core.c1789 *vlan_id = vlan_dev_vlan_id(lower_dev); in smc_vlan_by_tcpsk_walk()
1816 ini->vlan_id = vlan_dev_vlan_id(ndev); in smc_vlan_by_tcpsk()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun.c213 vlan->h_vlan_TCI = htons(vlan_dev_vlan_id(dev)); in gen_eth_tnl_hdr()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.c334 *p_vid = vlan_dev_vlan_id(vlan_dev); in mlxsw_sp_span_entry_vlan()
Dspectrum_switchdev.c2653 vid = is_vlan_dev(dev) ? vlan_dev_vlan_id(dev) : MLXSW_SP_DEFAULT_VID; in mlxsw_sp_bridge_8021d_port_join()
2692 vid = is_vlan_dev(dev) ? vlan_dev_vlan_id(dev) : MLXSW_SP_DEFAULT_VID; in mlxsw_sp_bridge_8021d_port_leave()
Dspectrum_router.c9085 params.vid = vlan_dev_vlan_id(l3_dev); in mlxsw_sp_inetaddr_bridge_event()
9113 u16 vid = vlan_dev_vlan_id(vlan_dev); in mlxsw_sp_inetaddr_vlan_event()
9949 vid = vlan_dev_vlan_id(upper_dev); in __mlxsw_sp_router_port_join_lag()
9967 vid = vlan_dev_vlan_id(upper_dev); in __mlxsw_sp_router_port_join_lag()
9988 vid = vlan_dev_vlan_id(upper_dev); in __mlxsw_sp_router_port_leave_lag()
Dspectrum.c5147 u16 vid = vlan_dev_vlan_id(vlan_dev); in mlxsw_sp_netdevice_vlan_event()
/linux-6.6.21/net/dsa/
Dslave.c671 vid = vlan_dev_vlan_id(upper_dev); in dsa_slave_vlan_check_for_8021q_uppers()
3009 vid = vlan_dev_vlan_id(info->upper_dev); in dsa_slave_check_8021q_upper()
Dport.c754 vid = vlan_dev_vlan_id(upper_dev); in dsa_port_can_apply_vlan_filtering()
/linux-6.6.21/drivers/net/dsa/hirschmann/
Dhellcreek.c1516 vid = vlan_dev_vlan_id(info->upper_dev); in hellcreek_port_prechangeupper()
/linux-6.6.21/drivers/infiniband/sw/rxe/
Drxe_resp.c1116 wc->vlan_id = vlan_dev_vlan_id(skb->dev); in do_complete()
/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_tc_lib.c1502 match.key->vlan_id = vlan_dev_vlan_id(filter_dev); in ice_parse_cls_flower()
/linux-6.6.21/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c2357 vlan_id = vlan_dev_vlan_id(netdev); in _bnx2fc_create()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2678 match.key->vlan_id = vlan_dev_vlan_id(filter_dev); in __parse_cls_flower()

12