Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dif_vlan.h137 extern u16 vlan_dev_vlan_id(const struct net_device *dev);
247 static inline u16 vlan_dev_vlan_id(const struct net_device *dev) in vlan_dev_vlan_id() function
/Linux-v5.15/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.c650 args.u.VID = vlan_dev_vlan_id(dev); in vlan_ioctl_handler()
/Linux-v5.15/include/rdma/
Dib_addr.h111 return is_vlan_dev(dev) ? vlan_dev_vlan_id(dev) : 0xffff; in rdma_vlan_dev_vlan_id()
/Linux-v5.15/drivers/net/ethernet/qlogic/qed/
Dqed_nvmetcp_ip_services.c156 *vlan_id = vlan_dev_vlan_id(*ndev); in qed_vlan_get_ndev()
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.c356 e->vlan = vlan_dev_vlan_id(neigh->dev); in t3_l2t_get()
/Linux-v5.15/drivers/infiniband/core/
Dcache.c1377 *vlan_id = vlan_dev_vlan_id(lower_dev); in get_lower_dev_vlan()
1416 *vlan_id = vlan_dev_vlan_id(ndev); in rdma_read_gid_l2_fields()
/Linux-v5.15/drivers/scsi/fcoe/
Dfcoe.c714 lport->vlan = vlan_dev_vlan_id(netdev); in fcoe_netdev_config()
1556 vlan_dev_vlan_id(fcoe->netdev)); in fcoe_xmit()
2809 fcf_dev->vlan_id = vlan_dev_vlan_id(fcoe->netdev); in fcoe_fcf_get_vlan_id()
/Linux-v5.15/drivers/net/bonding/
Dbond_alb.c962 vlan_dev_vlan_id(upper)); in alb_upper_dev_walk()
966 vlan_dev_vlan_id(upper)); in alb_upper_dev_walk()
Dbond_main.c2884 tags[level].vlan_id = vlan_dev_vlan_id(upper); in bond_verify_device_path()
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.c433 vlan = vlan_dev_vlan_id(neigh->dev); in cxgb4_l2t_get()
/Linux-v5.15/net/smc/
Dsmc_ib.c204 vlan_dev_vlan_id(ndev) == vlan_id)) && in smc_ib_determine_gid()
Dsmc_core.c1619 ini->vlan_id = vlan_dev_vlan_id(ndev); in smc_vlan_by_tcpsk()
1633 ini->vlan_id = vlan_dev_vlan_id(ndev); in smc_vlan_by_tcpsk()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun.c206 vlan->h_vlan_TCI = htons(vlan_dev_vlan_id(dev)); in gen_eth_tnl_hdr()
/Linux-v5.15/net/dsa/
Dslave.c339 vid = vlan_dev_vlan_id(upper_dev); in dsa_slave_vlan_check_for_8021q_uppers()
2240 vid = vlan_dev_vlan_id(info->upper_dev); in dsa_slave_check_8021q_upper()
Dport.c537 vid = vlan_dev_vlan_id(upper_dev); in dsa_port_can_apply_vlan_filtering()
/Linux-v5.15/drivers/infiniband/sw/rxe/
Drxe_resp.c917 wc->vlan_id = vlan_dev_vlan_id(skb->dev); in do_complete()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c2160 vid = is_vlan_dev(dev) ? vlan_dev_vlan_id(dev) : MLXSW_SP_DEFAULT_VID; in mlxsw_sp_bridge_8021d_port_join()
2187 vid = is_vlan_dev(dev) ? vlan_dev_vlan_id(dev) : MLXSW_SP_DEFAULT_VID; in mlxsw_sp_bridge_8021d_port_leave()
Dspectrum_span.c335 *p_vid = vlan_dev_vlan_id(vlan_dev); in mlxsw_sp_span_entry_vlan()
Dspectrum.c4480 u16 vid = vlan_dev_vlan_id(vlan_dev); in mlxsw_sp_netdevice_vlan_event()
Dspectrum_router.c8388 u16 vid = vlan_dev_vlan_id(vlan_dev); in mlxsw_sp_inetaddr_vlan_event()
9113 vid = vlan_dev_vlan_id(rif->dev); in mlxsw_sp_rif_vlan_fid_get()
/Linux-v5.15/drivers/net/dsa/hirschmann/
Dhellcreek.c1435 vid = vlan_dev_vlan_id(info->upper_dev); in hellcreek_port_prechangeupper()
/Linux-v5.15/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c2372 vlan_id = vlan_dev_vlan_id(netdev); in _bnx2fc_create()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2159 match.key->vlan_id = vlan_dev_vlan_id(filter_dev); in __parse_cls_flower()
3602 .vlan.vid = vlan_dev_vlan_id(vlan_dev), in add_vlan_push_action()
/Linux-v5.15/drivers/net/ethernet/broadcom/
Dcnic.c3667 return vlan_dev_vlan_id(dev); in cnic_get_vlan()