Home
last modified time | relevance | path

Searched refs:ptys_reg (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
Dmlx5_port.c148 u32 in[MLX5_ST_SZ_DW(ptys_reg)]; in mlx5_query_port_ptys()
152 MLX5_SET(ptys_reg, in, local_port, local_port); in mlx5_query_port_ptys()
153 MLX5_SET(ptys_reg, in, proto_mask, proto_mask); in mlx5_query_port_ptys()
165 u32 out[MLX5_ST_SZ_DW(ptys_reg)]; in mlx5_query_port_proto_cap()
173 *proto_cap = MLX5_GET(ptys_reg, out, eth_proto_capability); in mlx5_query_port_proto_cap()
175 *proto_cap = MLX5_GET(ptys_reg, out, ib_proto_capability); in mlx5_query_port_proto_cap()
184 u32 out[MLX5_ST_SZ_DW(ptys_reg)]; in mlx5_query_port_autoneg()
191 *an_disable_status = MLX5_GET(ptys_reg, out, an_disable_admin); in mlx5_query_port_autoneg()
192 *an_disable_cap = MLX5_GET(ptys_reg, out, an_disable_cap); in mlx5_query_port_autoneg()
201 u32 in[MLX5_ST_SZ_DW(ptys_reg)] = {0}; in mlx5_set_port_autoneg()
[all …]
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
Dmlx4_fw.c2944 struct mlx4_ptys_reg *ptys_reg) in mlx4_ACCESS_PTYS_REG() argument
2947 method, sizeof(*ptys_reg), ptys_reg); in mlx4_ACCESS_PTYS_REG()
2966 struct mlx4_ptys_reg *ptys_reg = in mlx4_ACCESS_REG_wrapper() local
2969 ptys_reg->local_port = in mlx4_ACCESS_REG_wrapper()
2971 ptys_reg->local_port); in mlx4_ACCESS_REG_wrapper()
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
Dmlx5_en_main.c413 u32 out[MLX5_ST_SZ_DW(ptys_reg)]; in mlx5e_update_carrier()
445 eth_proto_oper = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, in mlx5e_update_carrier()
572 u32 out[MLX5_ST_SZ_DW(ptys_reg)]; in mlx5e_media_change()
598 eth_proto_cap = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, in mlx5e_media_change()
4244 u32 out[MLX5_ST_SZ_DW(ptys_reg)]; in mlx5e_create_ifp()
4397 eth_proto_cap = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, in mlx5e_create_ifp()
4400 connector_type = MLX5_GET(ptys_reg, out, in mlx5e_create_ifp()
/freebsd-12-stable/sys/dev/mlx4/
Ddevice.h1565 struct mlx4_ptys_reg *ptys_reg);
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib_main.c285 u32 out[MLX5_ST_SZ_DW(ptys_reg)] = {}; in mlx5_query_port_roce()
304 eth_prot_oper = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_oper); in mlx5_query_port_roce()
/freebsd-12-stable/sys/dev/mlx5/
Dmlx5_ifc.h10427 struct mlx5_ifc_ptys_reg_bits ptys_reg; member