Searched refs:eth_proto_oper (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_port.c | 257 *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 D | port.h | 229 u32 mlx5e_port_ptys2speed(struct mlx5_core_dev *mdev, u32 eth_proto_oper);
|
H A D | driver.h | 806 u32 eth_proto_oper; member
|
H A D | mlx5_ifc.h | 8971 u8 eth_proto_oper[0x20]; member
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 158 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 D | mlx5_en_main.c | 372 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 D | device.h | 1557 __be32 eth_proto_oper; member
|