Home
last modified time | relevance | path

Searched refs:sub_interface (Results 1 – 3 of 3) sorted by relevance

/linux/net/dsa/
H A Dtag_mxl862xx.c32 unsigned int cpu_port, sub_interface; in mxl862_tag_xmit() local
38 sub_interface = dp->index + 16 - cpu_port; in mxl862_tag_xmit()
53 mxl862_tag[2] = htons(FIELD_PREP(MXL862_SUBIF_ID, sub_interface)); in mxl862_tag_xmit()
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c754 if (!ipriv->sub_interface) { in mlx5_rdma_netdev_free()
785 ipriv->sub_interface = mlx5_is_sub_interface(mdev); in mlx5_rdma_setup_rn()
786 if (!ipriv->sub_interface) { in mlx5_rdma_setup_rn()
828 if (ipriv->sub_interface) in mlx5_rdma_setup_rn()
H A Dipoib.h57 bool sub_interface; member