Searched refs:ptys (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 4401 MLXSW_REG_DEFINE(ptys, MLXSW_REG_PTYS_ID, MLXSW_REG_PTYS_LEN); 4409 MLXSW_ITEM32(reg, ptys, an_disable_admin, 0x00, 30, 1); 4415 MLXSW_ITEM32(reg, ptys, local_port, 0x00, 16, 8); 4427 MLXSW_ITEM32(reg, ptys, proto_mask, 0x00, 0, 3); 4439 MLXSW_ITEM32(reg, ptys, an_status, 0x04, 28, 4); 4458 MLXSW_ITEM32(reg, ptys, ext_eth_proto_cap, 0x08, 0, 32); 4488 MLXSW_ITEM32(reg, ptys, eth_proto_cap, 0x0C, 0, 32); 4494 MLXSW_ITEM32(reg, ptys, ib_link_width_cap, 0x10, 16, 16); 4507 MLXSW_ITEM32(reg, ptys, ib_proto_cap, 0x10, 0, 16); 4513 MLXSW_ITEM32(reg, ptys, ext_eth_proto_admin, 0x14, 0, 32); [all …]
|
D | spectrum_ethtool.c | 933 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_ptys_query() 991 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_set_link_ksettings() 1010 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_set_link_ksettings()
|
D | spectrum.c | 1230 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_speed_by_width_set() 1240 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_speed_by_width_set() 1255 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_speed_get()
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | port.c | 134 int mlx5_query_port_ptys(struct mlx5_core_dev *dev, u32 *ptys, in mlx5_query_port_ptys() argument 141 return mlx5_core_access_reg(dev, in, sizeof(in), ptys, in mlx5_query_port_ptys()
|
/drivers/tty/ |
D | Kconfig | 119 All modern Linux systems use the Unix98 ptys. Say Y unless
|