Home
last modified time | relevance | path

Searched refs:proto_mask (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/include/linux/mlx5/
Dport.h115 int ptys_size, int proto_mask, u8 local_port);
117 u32 *proto_cap, int proto_mask);
119 u32 *proto_admin, int proto_mask);
127 u32 proto_admin, int proto_mask);
134 void mlx5_query_port_autoneg(struct mlx5_core_dev *dev, int proto_mask,
Dmlx5_ifc.h7633 u8 proto_mask[0x3]; member
7934 u8 proto_mask[0x4]; member
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dport.c138 int ptys_size, int proto_mask, u8 local_port) in mlx5_query_port_ptys() argument
143 MLX5_SET(ptys_reg, in, proto_mask, proto_mask); in mlx5_query_port_ptys()
161 u32 *proto_cap, int proto_mask) in mlx5_query_port_proto_cap() argument
166 err = mlx5_query_port_ptys(dev, out, sizeof(out), proto_mask, 1); in mlx5_query_port_proto_cap()
170 if (proto_mask == MLX5_PTYS_EN) in mlx5_query_port_proto_cap()
180 u32 *proto_admin, int proto_mask) in mlx5_query_port_proto_admin() argument
185 err = mlx5_query_port_ptys(dev, out, sizeof(out), proto_mask, 1); in mlx5_query_port_proto_admin()
189 if (proto_mask == MLX5_PTYS_EN) in mlx5_query_port_proto_admin()
249 u32 proto_admin, int proto_mask) in mlx5_set_port_ptys() argument
257 mlx5_query_port_autoneg(dev, proto_mask, &an_status, in mlx5_set_port_ptys()
[all …]
/Linux-v4.19/include/uapi/linux/netfilter/
Dxt_HMARK.h46 __u16 proto_mask; member
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_ioctl.h167 uint8_t proto_mask; member
Dcommon.h423 u8 proto_mask; member
Dt3_hw.c3009 mask[3] = tp->proto_mask | (tp->vlan_mask << 8) | (tp->intf_mask << 20); in t3_config_trace_filter()
/Linux-v4.19/net/netfilter/
Dxt_HMARK.c129 hash = hash ^ (t->proto & info->proto_mask); in hmark_hash()
322 if (info->proto_mask && in hmark_tg_check()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c753 ptys_reg.proto_mask = MLX4_PTYS_EN; in ethtool_get_ptys_link_ksettings()
762 ptys_reg.proto_mask); in ethtool_get_ptys_link_ksettings()
941 ptys_reg.proto_mask = MLX4_PTYS_EN; in mlx4_en_set_link_ksettings()
/Linux-v4.19/include/linux/mlx4/
Ddevice.h1570 u8 proto_mask; member
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dreg.h3691 MLXSW_ITEM32(reg, ptys, proto_mask, 0x00, 0, 3);