Home
last modified time | relevance | path

Searched refs:eth_proto_oper (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c257 *proto_oper = MLX5_GET(ptys_reg, out, eth_proto_oper); in mlx5_query_port_eth_proto_oper()
580 MLX5_SET(ptys_reg, in, eth_proto_oper, ptys->eth_proto_oper); in mlx5_core_access_ptys()
607 ptys->eth_proto_oper = MLX5_GET(ptys_reg, out, eth_proto_oper); in mlx5_core_access_ptys()
1346 u32 mlx5e_port_ptys2speed(struct mlx5_core_dev *mdev, u32 eth_proto_oper) in mlx5e_port_ptys2speed() argument
1348 unsigned long temp = eth_proto_oper; in mlx5e_port_ptys2speed()
1377 eproto->oper = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_oper); in mlx5_port_query_eth_proto()
/freebsd/sys/dev/mlx5/
H A Dport.h229 u32 mlx5e_port_ptys2speed(struct mlx5_core_dev *mdev, u32 eth_proto_oper);
H A Ddriver.h806 u32 eth_proto_oper; member
H A Dmlx5_ifc.h8971 u8 eth_proto_oper[0x20]; member
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c158 static int translate_eth_proto_oper(u32 eth_proto_oper, u8 *active_speed, in translate_eth_proto_oper() argument
161 switch (eth_proto_oper) { in translate_eth_proto_oper()
219 static int translate_eth_ext_proto_oper(u32 eth_proto_oper, u8 *active_speed, in translate_eth_ext_proto_oper() argument
222 switch (eth_proto_oper) { in translate_eth_ext_proto_oper()
308 eth_prot_oper = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_oper); in mlx5_query_port_roce()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c372 u32 eth_proto_oper; in mlx5e_update_carrier() local
404 eth_proto_oper = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, in mlx5e_update_carrier()
405 eth_proto_oper); in mlx5e_update_carrier()
407 i = ilog2(eth_proto_oper); in mlx5e_update_carrier()
/freebsd/sys/dev/mlx4/
H A Ddevice.h1557 __be32 eth_proto_oper; member