Searched refs:ptys (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_port.c | 146 int mlx5_query_port_ptys(struct mlx5_core_dev *dev, u32 *ptys, in mlx5_query_port_ptys() argument 156 err = mlx5_core_access_reg(dev, in, sizeof(in), ptys, in mlx5_query_port_ptys() 550 struct mlx5_ptys_reg *ptys, int write) in mlx5_core_access_ptys() argument 567 MLX5_SET(ptys_reg, in, local_port, ptys->local_port); in mlx5_core_access_ptys() 568 MLX5_SET(ptys_reg, in, proto_mask, ptys->proto_mask); in mlx5_core_access_ptys() 571 ptys->eth_proto_cap); in mlx5_core_access_ptys() 573 ptys->ib_link_width_cap); in mlx5_core_access_ptys() 575 ptys->ib_proto_cap); in mlx5_core_access_ptys() 576 MLX5_SET(ptys_reg, in, eth_proto_admin, ptys->eth_proto_admin); in mlx5_core_access_ptys() 578 ptys->ib_link_width_admin); in mlx5_core_access_ptys() [all …]
|
/freebsd/sys/dev/mlx5/ |
H A D | port.h | 166 int mlx5_query_port_ptys(struct mlx5_core_dev *dev, u32 *ptys,
|
H A D | driver.h | 1145 struct mlx5_ptys_reg *ptys, int write);
|
/freebsd/sbin/devfs/ |
H A D | devfs.rules | 41 add path 'ptys*' unhide
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 918 struct mlx5_ptys_reg *ptys; in mlx5_query_hca_port() local 925 ptys = kzalloc(sizeof(*ptys), GFP_KERNEL); in mlx5_query_hca_port() 927 if (!rep || !ptys || !pmtu) { in mlx5_query_hca_port() 961 ptys->proto_mask |= MLX5_PTYS_IB; in mlx5_query_hca_port() 962 ptys->local_port = port; in mlx5_query_hca_port() 963 err = mlx5_core_access_ptys(mdev, ptys, 0); in mlx5_query_hca_port() 967 err = translate_active_width(ibdev, ptys->ib_link_width_oper, in mlx5_query_hca_port() 972 props->active_speed = (u8)ptys->ib_proto_oper; in mlx5_query_hca_port() 992 kfree(ptys); in mlx5_query_hca_port()
|
/freebsd/crypto/heimdal/ |
H A D | NEWS | 459 * handle /dev/ptmx `unix98' ptys on Linux
|
/freebsd/crypto/heimdal/include/ |
H A D | config.h.in | 1486 /* Define if you have streams ptys. */
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps.uwin | 554 req_for_input rfi str RF - - ----- send next input char (for ptys)
|
H A D | Caps.hpux11 | 658 req_for_input rfi str RF - - ----- send next input char (for ptys)
|
H A D | Caps | 593 req_for_input rfi str RF - - ----- send next input char (for ptys)
|
H A D | Caps.osf1r5 | 780 req_for_input rfi str RF - - ----- send next input char (for ptys)
|
H A D | Caps.keys | 596 req_for_input rfi str RF - - ----- send next input char (for ptys)
|
H A D | Caps.aix4 | 752 req_for_input rfi str RF - - ----- send next input char (for ptys)
|
/freebsd/contrib/tcsh/ |
H A D | Fixes | 995 21. Recognize pts sysv ptys when checking to set autologout Bob Myers
|