Searched refs:ptys (Results 1 – 10 of 10) sorted by relevance
| /linux/Documentation/filesystems/ |
| A D | devpts.rst | 7 Each mount of the devpts filesystem is now distinct such that ptys 8 and their indicies allocated in one mount are independent from ptys 29 kernel.pty.nr - current count of ptys
|
| /linux/tools/testing/kunit/test_data/ |
| A D | test_is_test_passed-no_tests_run_no_header.log | 22 Checking that host ptys support output SIGIO...Yes 23 Checking that host ptys support SIGIO on close...No, enabling workaround
|
| A D | test_output_isolated_correctly.log | 48 Checking that host ptys support output SIGIO...Yes 49 Checking that host ptys support SIGIO on close...No, enabling workaround
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| A D | reg.h | 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); 4488 MLXSW_ITEM32(reg, ptys, eth_proto_cap, 0x0C, 0, 32); 4507 MLXSW_ITEM32(reg, ptys, ib_proto_cap, 0x10, 0, 16); 4555 MLXSW_ITEM32(reg, ptys, ib_proto_oper, 0x28, 0, 16); 4573 MLXSW_ITEM32(reg, ptys, connector_type, 0x2C, 0, 4); 4578 MLXSW_REG_ZERO(ptys, payload); in mlxsw_reg_ptys_eth_pack() 4588 MLXSW_REG_ZERO(ptys, payload); in mlxsw_reg_ptys_ext_eth_pack() 4630 MLXSW_REG_ZERO(ptys, payload); in mlxsw_reg_ptys_ib_pack() [all …]
|
| A D | spectrum_ethtool.c | 940 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_ptys_query() 998 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_set_link_ksettings() 1017 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_set_link_ksettings()
|
| A D | spectrum.c | 1261 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_speed_by_width_set() 1271 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_speed_by_width_set() 1286 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_speed_get()
|
| /linux/include/linux/mlx5/ |
| A D | port.h | 152 int mlx5_query_port_ptys(struct mlx5_core_dev *dev, u32 *ptys,
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A 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/arch/um/drivers/ |
| A D | Kconfig | 16 ttys or ptys.
|
| /linux/drivers/tty/ |
| A D | Kconfig | 119 All modern Linux systems use the Unix98 ptys. Say Y unless
|
Completed in 44 milliseconds