Searched refs:ptys (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c145 int mlx5_query_port_ptys(struct mlx5_core_dev *dev, u32 *ptys, argument
155 err = mlx5_core_access_reg(dev, in, sizeof(in), ptys,
549 struct mlx5_ptys_reg *ptys, int write)
566 MLX5_SET(ptys_reg, in, local_port, ptys->local_port);
567 MLX5_SET(ptys_reg, in, proto_mask, ptys->proto_mask);
570 ptys->eth_proto_cap);
572 ptys->ib_link_width_cap);
574 ptys->ib_proto_cap);
575 MLX5_SET(ptys_reg, in, eth_proto_admin, ptys->eth_proto_admin);
577 ptys
548 mlx5_core_access_ptys(struct mlx5_core_dev *dev, struct mlx5_ptys_reg *ptys, int write) argument
[all...]
/freebsd-11-stable/sys/dev/mlx5/
H A Dport.h223 int mlx5_query_port_ptys(struct mlx5_core_dev *dev, u32 *ptys,
H A Ddriver.h1076 struct mlx5_ptys_reg *ptys, int write);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c911 struct mlx5_ptys_reg *ptys; local
918 ptys = kzalloc(sizeof(*ptys), GFP_KERNEL);
920 if (!rep || !ptys || !pmtu) {
954 ptys->proto_mask |= MLX5_PTYS_IB;
955 ptys->local_port = port;
956 err = mlx5_core_access_ptys(mdev, ptys, 0);
960 err = translate_active_width(ibdev, ptys->ib_link_width_oper,
965 props->active_speed = (u8)ptys->ib_proto_oper;
985 kfree(ptys);
[all...]
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dconfigure806 --with-pty-mode=mode default mode for ptys
807 --with-pty-group=group default group for ptys
3481 { echo "$as_me:$LINENO: checking for SVR4 ptys..." >&5
3482 echo "$as_me: checking for SVR4 ptys..." >&6;}
3836 ptys=`echo /dev/ptyp??`
3838 ptys=`echo $pdir/pty??`
3842 if test "$ptys" != "$pdir/pty??" ; then
3843 p0=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
3844 p1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
3950 echo "- ptys ar
[all...]

Completed in 111 milliseconds