Home
last modified time | relevance | path

Searched refs:pvlc_reg (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Dport.c473 u32 in[MLX5_ST_SZ_DW(pvlc_reg)] = {0}; in mlx5_query_port_pvlc()
475 MLX5_SET(pvlc_reg, in, local_port, local_port); in mlx5_query_port_pvlc()
483 u32 out[MLX5_ST_SZ_DW(pvlc_reg)]; in mlx5_query_port_vl_hw_cap()
490 *vl_hw_cap = MLX5_GET(pvlc_reg, out, vl_hw_cap); in mlx5_query_port_vl_hw_cap()
/Linux-v6.1/include/linux/mlx5/
Dmlx5_ifc.h10700 struct mlx5_ifc_pvlc_reg_bits pvlc_reg; member