Lines Matching defs:ptys
918 struct mlx5_ptys_reg *ptys;
925 ptys = kzalloc(sizeof(*ptys), GFP_KERNEL);
927 if (!rep || !ptys || !pmtu) {
961 ptys->proto_mask |= MLX5_PTYS_IB;
962 ptys->local_port = port;
963 err = mlx5_core_access_ptys(mdev, ptys, 0);
967 err = translate_active_width(ibdev, ptys->ib_link_width_oper,
972 props->active_speed = (u8)ptys->ib_proto_oper;
992 kfree(ptys);