Searched refs:eth_proto_cap (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ethtool.c867 mlxsw_sp_port_get_link_supported(struct mlxsw_sp *mlxsw_sp, u32 eth_proto_cap, argument
878 ops->from_ptys_supported_port(mlxsw_sp, eth_proto_cap, cmd);
879 ops->from_ptys_link(mlxsw_sp, eth_proto_cap,
954 u32 eth_proto_cap, eth_proto_admin, eth_proto_oper; local
962 err = mlxsw_sp_port_ptys_query(mlxsw_sp_port, &eth_proto_cap, &eth_proto_admin,
970 mlxsw_sp_port_get_link_supported(mlxsw_sp, eth_proto_cap, cmd);
990 u32 eth_proto_cap, eth_proto_new; local
1001 ops->reg_ptys_eth_unpack(mlxsw_sp, ptys_pl, &eth_proto_cap, NULL, NULL);
1009 eth_proto_new = eth_proto_new & eth_proto_cap;
1453 u32 eth_proto_cap; local
1519 mlxsw_sp1_ptys_proto_cap_masked_get(u32 eth_proto_cap) argument
1919 u32 eth_proto_cap; local
2019 mlxsw_sp2_ptys_proto_cap_masked_get(u32 eth_proto_cap) argument
[all...]
H A Dspectrum.h389 u32 (*ptys_proto_cap_masked_get)(u32 eth_proto_cap);
H A Dspectrum.c1362 u32 eth_proto_cap, eth_proto_admin, eth_proto_oper; local
1379 ops->reg_ptys_eth_unpack(mlxsw_sp, ptys_pl, &eth_proto_cap,
1381 eth_proto_cap_masked = ops->ptys_proto_cap_masked_get(eth_proto_cap);
H A Dreg.h4832 MLXSW_ITEM32(reg, ptys, eth_proto_cap, 0x0C, 0, 32);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c896 u32 eth_proto_cap)
898 unsigned long proto_cap = eth_proto_cap;
911 u32 eth_proto_cap, bool ext)
913 unsigned long proto_cap = eth_proto_cap;
1001 u32 eth_proto_cap, u8 connector_type)
1004 if (eth_proto_cap & (MLX5E_PROT_MASK(MLX5E_10GBASE_CR)
1018 if (eth_proto_cap & (MLX5E_PROT_MASK(MLX5E_100GBASE_KR4)
1105 static void get_supported(struct mlx5_core_dev *mdev, u32 eth_proto_cap,
1109 ptys2ethtool_supported_link(mdev, supported, eth_proto_cap);
1114 static void get_advertising(u32 eth_proto_cap, u
736 ptys2ethtool_supported_link(struct mlx5_core_dev *mdev, unsigned long *supported_modes, u32 eth_proto_cap) argument
752 ptys2ethtool_adver_link(unsigned long *advertising_modes, u32 eth_proto_cap, bool ext) argument
841 ptys2ethtool_supported_advertised_port(struct mlx5_core_dev *mdev, struct ethtool_link_ksettings *link_ksettings, u32 eth_proto_cap, u8 connector_type) argument
947 get_supported(struct mlx5_core_dev *mdev, u32 eth_proto_cap, struct ethtool_link_ksettings *link_ksettings) argument
956 get_advertising(u32 eth_proto_cap, u8 tx_pause, u8 rx_pause, struct ethtool_link_ksettings *link_ksettings, bool ext) argument
1030 u32 eth_proto_cap; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c562 u32 eth_proto = be32_to_cpu(ptys_reg->eth_proto_cap);
590 eth_proto = be32_to_cpu(ptys_reg->eth_proto_cap);
623 (sizeof_field(struct mlx4_ptys_reg, eth_proto_cap) * 8)
766 en_dbg(DRV, priv, "ptys_reg.eth_proto_cap %x\n",
767 be32_to_cpu(ptys_reg.eth_proto_cap));
782 eth_proto = be32_to_cpu(ptys_reg.eth_proto_cap);
958 ptys_reg.eth_proto_cap);
969 proto_admin &= ptys_reg.eth_proto_cap;
/linux-master/include/linux/mlx4/
H A Ddevice.h1576 __be32 eth_proto_cap; member in struct:mlx4_ptys_reg

Completed in 288 milliseconds