Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c149 u32 in[MLX5_ST_SZ_DW(ptys_reg)]; in mlx5_query_port_ptys()
153 MLX5_SET(ptys_reg, in, local_port, local_port); in mlx5_query_port_ptys()
154 MLX5_SET(ptys_reg, in, proto_mask, proto_mask); in mlx5_query_port_ptys()
166 u32 out[MLX5_ST_SZ_DW(ptys_reg)]; in mlx5_query_port_proto_cap()
174 *proto_cap = MLX5_GET(ptys_reg, out, eth_proto_capability); in mlx5_query_port_proto_cap()
176 *proto_cap = MLX5_GET(ptys_reg, out, ib_proto_capability); in mlx5_query_port_proto_cap()
185 u32 out[MLX5_ST_SZ_DW(ptys_reg)]; in mlx5_query_port_autoneg()
192 *an_disable_status = MLX5_GET(ptys_reg, out, an_disable_admin); in mlx5_query_port_autoneg()
193 *an_disable_cap = MLX5_GET(ptys_reg, out, an_disable_cap); in mlx5_query_port_autoneg()
202 u32 in[MLX5_ST_SZ_DW(ptys_reg)] = {0}; in mlx5_set_port_autoneg()
[all …]
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw.c2951 struct mlx4_ptys_reg *ptys_reg) in mlx4_ACCESS_PTYS_REG() argument
2954 method, sizeof(*ptys_reg), ptys_reg); in mlx4_ACCESS_PTYS_REG()
2973 struct mlx4_ptys_reg *ptys_reg = in mlx4_ACCESS_REG_wrapper() local
2976 ptys_reg->local_port = in mlx4_ACCESS_REG_wrapper()
2978 ptys_reg->local_port); in mlx4_ACCESS_REG_wrapper()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c371 u32 out[MLX5_ST_SZ_DW(ptys_reg)]; in mlx5e_update_carrier()
404 eth_proto_oper = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, in mlx5e_update_carrier()
542 u32 out[MLX5_ST_SZ_DW(ptys_reg)]; in mlx5e_media_change()
568 eth_proto_cap = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, in mlx5e_media_change()
4578 u32 out[MLX5_ST_SZ_DW(ptys_reg)]; in mlx5e_create_ifp()
4790 eth_proto_cap = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, in mlx5e_create_ifp()
/freebsd/sys/dev/mlx4/
H A Ddevice.h1566 struct mlx4_ptys_reg *ptys_reg);
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c289 u32 out[MLX5_ST_SZ_DW(ptys_reg)] = {}; in mlx5_query_port_roce()
308 eth_prot_oper = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_oper); in mlx5_query_port_roce()
/freebsd/sys/dev/mlx5/
H A Dmlx5_ifc.h11557 struct mlx5_ifc_ptys_reg_bits ptys_reg; member