Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dport.c377 u32 in[MLX5_ST_SZ_DW(pvlc_reg)] = {0}; in mlx5_query_port_pvlc()
379 MLX5_SET(pvlc_reg, in, local_port, local_port); in mlx5_query_port_pvlc()
387 u32 out[MLX5_ST_SZ_DW(pvlc_reg)]; in mlx5_query_port_vl_hw_cap()
394 *vl_hw_cap = MLX5_GET(pvlc_reg, out, vl_hw_cap); in mlx5_query_port_vl_hw_cap()
/Linux-v5.4/include/linux/mlx5/
Dmlx5_ifc.h9478 struct mlx5_ifc_pvlc_reg_bits pvlc_reg; member