Searched refs:ptys (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/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-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 4062 MLXSW_REG_DEFINE(ptys, MLXSW_REG_PTYS_ID, MLXSW_REG_PTYS_LEN); 4070 MLXSW_ITEM32(reg, ptys, an_disable_admin, 0x00, 30, 1); 4076 MLXSW_ITEM32(reg, ptys, local_port, 0x00, 16, 8); 4088 MLXSW_ITEM32(reg, ptys, proto_mask, 0x00, 0, 3); 4100 MLXSW_ITEM32(reg, ptys, an_status, 0x04, 28, 4); 4119 MLXSW_ITEM32(reg, ptys, ext_eth_proto_cap, 0x08, 0, 32); 4153 MLXSW_ITEM32(reg, ptys, eth_proto_cap, 0x0C, 0, 32); 4159 MLXSW_ITEM32(reg, ptys, ib_link_width_cap, 0x10, 16, 16); 4172 MLXSW_ITEM32(reg, ptys, ib_proto_cap, 0x10, 0, 16); 4178 MLXSW_ITEM32(reg, ptys, ext_eth_proto_admin, 0x14, 0, 32); [all …]
|
D | switchx2.c | 752 err = mlxsw_reg_query(mlxsw_sx->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sx_port_get_link_ksettings() 842 err = mlxsw_reg_query(mlxsw_sx->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sx_port_set_link_ksettings() 860 err = mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sx_port_set_link_ksettings() 956 return mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sx_port_ib_speed_set() 970 return mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sx_port_speed_by_width_set()
|
D | switchib.c | 198 return mlxsw_reg_write(mlxsw_sib->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sib_port_speed_set()
|
D | spectrum_ptp.c | 1032 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp1_ptp_port_shaper_check()
|
D | spectrum.c | 3181 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp2_port_speed_base() 3311 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_get_link_ksettings() 3348 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_set_link_ksettings() 3368 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_set_link_ksettings() 3459 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_speed_by_width_set()
|
/Linux-v5.4/include/linux/mlx5/ |
D | port.h | 131 int mlx5_query_port_ptys(struct mlx5_core_dev *dev, u32 *ptys,
|
/Linux-v5.4/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()
|
/Linux-v5.4/arch/um/drivers/ |
D | Kconfig | 16 ttys or ptys.
|
/Linux-v5.4/drivers/tty/ |
D | Kconfig | 120 All modern Linux systems use the Unix98 ptys. Say Y unless
|
/Linux-v5.4/Documentation/virt/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:
|