Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Dport.c475 u32 in[MLX5_ST_SZ_DW(pvlc_reg)] = {0}; in mlx5_query_port_pvlc()
477 MLX5_SET(pvlc_reg, in, local_port, local_port); in mlx5_query_port_pvlc()
485 u32 out[MLX5_ST_SZ_DW(pvlc_reg)]; in mlx5_query_port_vl_hw_cap()
492 *vl_hw_cap = MLX5_GET(pvlc_reg, out, vl_hw_cap); in mlx5_query_port_vl_hw_cap()
/linux-6.12.1/include/linux/mlx5/
Dmlx5_ifc.h11482 struct mlx5_ifc_pvlc_reg_bits pvlc_reg; member