Home
last modified time | relevance | path

Searched defs:dev_cap (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c182 struct mlx4_dev_cap *dev_cap) in mlx4_set_num_reserved_uars()
231 static int mlx4_query_func(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap) in mlx4_query_func()
252 struct mlx4_caps *dev_cap = &dev->caps; in mlx4_enable_cqe_eqe_stride() local
345 static int mlx4_dev_cap(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap) in mlx4_dev_cap()
791 struct mlx4_dev_cap *dev_cap, in slave_adjust_steering_mode()
811 struct mlx4_dev_cap dev_cap; in mlx4_slave_cap() local
1563 static int mlx4_init_icm(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap, in mlx4_init_icm()
2089 struct mlx4_dev_cap *dev_cap) in choose_steering_mode()
2142 struct mlx4_dev_cap *dev_cap) in choose_tunnel_offload_mode()
2218 struct mlx4_dev_cap dev_cap = {}; in mlx4_init_hca() local
[all …]
H A Dmlx4_profile.c71 struct mlx4_dev_cap *dev_cap, in mlx4_make_profile()
H A Dmlx4_fw.c724 int mlx4_QUERY_DEV_CAP(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap) in mlx4_QUERY_DEV_CAP()
1114 void mlx4_dev_cap_dump(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap) in mlx4_dev_cap_dump()
/freebsd/lib/libusb/
H A Dlibusb10_desc.c605 struct libusb_bos_dev_capability_descriptor *dev_cap, in libusb_get_usb_2_0_extension_descriptor()
643 struct libusb_bos_dev_capability_descriptor *dev_cap, in libusb_get_ss_usb_device_capability_descriptor()
683 struct libusb_bos_dev_capability_descriptor *dev_cap, in libusb_get_container_id_descriptor()
/freebsd/sys/dev/mlx4/
H A Ddevice.h54 #define MLX4_IS_LEGACY_EQ_MODE(dev_cap) ((dev_cap).num_comp_vectors < \ argument