Searched refs:ptys (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/Documentation/filesystems/ |
D | devpts.txt | 1 Each mount of the devpts filesystem is now distinct such that ptys 2 and their indicies allocated in one mount are independent from ptys 22 kernel.pty.nr - current count of ptys
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 3665 MLXSW_REG_DEFINE(ptys, MLXSW_REG_PTYS_ID, MLXSW_REG_PTYS_LEN); 3673 MLXSW_ITEM32(reg, ptys, an_disable_admin, 0x00, 30, 1); 3679 MLXSW_ITEM32(reg, ptys, local_port, 0x00, 16, 8); 3691 MLXSW_ITEM32(reg, ptys, proto_mask, 0x00, 0, 3); 3703 MLXSW_ITEM32(reg, ptys, an_status, 0x04, 28, 4); 3738 MLXSW_ITEM32(reg, ptys, eth_proto_cap, 0x0C, 0, 32); 3744 MLXSW_ITEM32(reg, ptys, ib_link_width_cap, 0x10, 16, 16); 3757 MLXSW_ITEM32(reg, ptys, ib_proto_cap, 0x10, 0, 16); 3763 MLXSW_ITEM32(reg, ptys, eth_proto_admin, 0x18, 0, 32); 3769 MLXSW_ITEM32(reg, ptys, ib_link_width_admin, 0x1C, 16, 16); [all …]
|
D | switchx2.c | 757 err = mlxsw_reg_query(mlxsw_sx->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sx_port_get_link_ksettings() 847 err = mlxsw_reg_query(mlxsw_sx->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sx_port_set_link_ksettings() 865 err = mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sx_port_set_link_ksettings() 983 return mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sx_port_ib_speed_set() 997 return mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sx_port_speed_by_width_set()
|
D | switchib.c | 185 return mlxsw_reg_write(mlxsw_sib->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sib_port_speed_set()
|
D | spectrum.c | 2444 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_get_link_ksettings() 2478 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_set_link_ksettings() 2496 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_set_link_ksettings() 2707 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_speed_by_width_set()
|
/Linux-v4.19/include/linux/mlx5/ |
D | port.h | 114 int mlx5_query_port_ptys(struct mlx5_core_dev *dev, u32 *ptys,
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | port.c | 137 int mlx5_query_port_ptys(struct mlx5_core_dev *dev, u32 *ptys, in mlx5_query_port_ptys() argument 144 return mlx5_core_access_reg(dev, in, sizeof(in), ptys, in mlx5_query_port_ptys()
|
/Linux-v4.19/arch/um/drivers/ |
D | Kconfig | 16 ttys or ptys.
|
/Linux-v4.19/drivers/tty/ |
D | Kconfig | 120 All modern Linux systems use the Unix98 ptys. Say Y unless
|
/Linux-v4.19/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 479 something else, like host ptys. 586 You can attach them to host ptys, ttys, file descriptors, and ports. 795 attaching them to host ptys:
|