Searched refs:is_vlan_dev (Results 1 - 25 of 54) sorted by relevance

123

/linux-master/include/rdma/
H A Dib_addr.h111 return is_vlan_dev(dev) ? vlan_dev_vlan_id(dev) : 0xffff;
244 return is_vlan_dev(dev) ? vlan_dev_real_dev(dev) : NULL;
/linux-master/net/8021q/
H A Dvlanproc.c172 if (!is_vlan_dev(dev))
236 if (!is_vlan_dev(vlandev))
H A Dvlan.c374 if (is_vlan_dev(dev)) {
569 if (args.cmd != ADD_VLAN_CMD && !is_vlan_dev(dev))
H A Dvlan_core.c106 while (is_vlan_dev(ret))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun.c62 real_dev = is_vlan_dev(dev) ? vlan_dev_real_dev(dev) : dev;
87 dst_is_lag_dev || is_vlan_dev(*route_dev) ||
208 if (is_vlan_dev(dev)) {
249 (is_vlan_dev(attr.route_dev) ? VLAN_ETH_HLEN : ETH_HLEN) +
365 (is_vlan_dev(attr.route_dev) ? VLAN_ETH_HLEN : ETH_HLEN) +
520 (is_vlan_dev(attr.route_dev) ? VLAN_ETH_HLEN : ETH_HLEN) +
635 (is_vlan_dev(attr.route_dev) ? VLAN_ETH_HLEN : ETH_HLEN) +
/linux-master/net/hsr/
H A Dhsr_slave.c106 if (is_vlan_dev(dev)) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dmirred.c244 if (is_vlan_dev(out_dev)) {
250 if (is_vlan_dev(parse_attr->filter_dev)) {
H A Dvlan.c116 if (is_vlan_dev(*out_dev))
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe.c183 if (is_vlan_dev(ndev)) {
H A Drxe_net.c145 if (!rxe && is_vlan_dev(ndev))
/linux-master/include/net/
H A Dmacsec.h373 if (is_vlan_dev(dev))
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c4445 if (!is_vlan_dev(upper_dev))
4464 if (!is_vlan_dev(upper_dev))
4493 if (!is_vlan_dev(upper_dev))
4893 if (!is_vlan_dev(upper_dev) &&
4927 if (netif_is_lag_port(dev) && is_vlan_dev(upper_dev) &&
4936 if (netif_is_ovs_port(dev) && is_vlan_dev(upper_dev)) {
4954 if (netif_is_bridge_port(lower_dev) && is_vlan_dev(upper_dev)) {
4965 if (is_vlan_dev(upper_dev) &&
4970 if (is_vlan_dev(upper_dev) && mlxsw_sp_port->security) {
5011 } else if (is_vlan_dev(upper_de
[all...]
H A Dspectrum_span.c371 if (is_vlan_dev(edev))
380 if (is_vlan_dev(edev)) {
626 return is_vlan_dev(dev) &&
H A Dspectrum_switchdev.c880 if ((flags.mask & BR_PORT_LOCKED) && is_vlan_dev(orig_dev)) {
2470 if (is_vlan_dev(bridge_port->dev)) {
2653 vid = is_vlan_dev(dev) ? vlan_dev_vlan_id(dev) : MLXSW_SP_DEFAULT_VID;
2692 vid = is_vlan_dev(dev) ? vlan_dev_vlan_id(dev) : MLXSW_SP_DEFAULT_VID;
H A Dspectrum_router.c8338 if (is_vlan_dev(dev) && netif_is_bridge_master(vlan_dev_real_dev(dev)))
9351 } else if (is_vlan_dev(l3_dev)) {
9538 else if (is_vlan_dev(dev))
9803 if (!is_vlan_dev(dev))
10213 if (!is_vlan_dev(upper_dev))
10229 if (!is_vlan_dev(upper_dev))
10252 if (!is_vlan_dev(upper_dev))
10645 if (is_vlan_dev(dev)) {
10662 br_dev = is_vlan_dev(rif_dev) ? vlan_dev_real_dev(rif_dev) : rif_dev;
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.c318 real_dev = is_vlan_dev(netdev) ? vlan_dev_real_dev(netdev) : netdev;
714 if (is_vlan_dev(netdev))
943 if (is_vlan_dev(fcoe->netdev))
949 if (is_vlan_dev(oldfcoe->netdev))
1550 if (is_vlan_dev(fcoe->netdev) &&
1771 if (is_vlan_dev(fcoe->netdev))
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c355 if (is_vlan_dev(neigh->dev))
/linux-master/include/linux/
H A Dif_vlan.h82 static inline bool is_vlan_dev(const struct net_device *dev) function
/linux-master/net/smc/
H A Dsmc_ib.c285 ((!vlan_id && !is_vlan_dev(ndev)) ||
286 (vlan_id && is_vlan_dev(ndev) &&
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.c459 if (is_vlan_dev(netdev) && vlan_dev_real_dev(netdev) == rpriv->netdev)
/linux-master/drivers/infiniband/core/
H A Dcache.c1382 if (is_vlan_dev(lower_dev))
1421 if (is_vlan_dev(ndev)) {
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c2318 if (is_vlan_dev(netdev))
2356 if (is_vlan_dev(netdev)) {
2576 if (is_vlan_dev(netdev))
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c1547 is_vlan_dev(filter_dev)) {
1552 if (is_vlan_dev(filter_dev)) {
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c432 if (is_vlan_dev(neigh->dev)) {
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c3205 if (is_vlan_dev(dev))
3317 if (is_vlan_dev(slave) &&
3343 if (is_vlan_dev(dev)) {
3388 if (is_vlan_dev(dev)) {

Completed in 368 milliseconds

123