Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw.c443 if (dev->caps.phv_bit[port]) in mlx4_QUERY_FUNC_CAP_wrapper()
2986 static int mlx4_SET_PORT_phv_bit(struct mlx4_dev *dev, u8 port, u8 phv_bit) in mlx4_SET_PORT_phv_bit() argument
3002 if (phv_bit) in mlx4_SET_PORT_phv_bit()
3038 dev->caps.phv_bit[port] = new_val; in set_phv_bit()
/freebsd/sys/dev/mlx4/
H A Ddevice.h621 u8 phv_bit[MLX4_MAX_PORTS + 1]; member