Searched refs:MLX5_GET64 (Results 1 – 1 of 1) sorted by relevance
/include/linux/mlx5/ |
D | device.h | 120 #define MLX5_GET64(typ, p, fld) be64_to_cpu(*((__be64 *)(p) + __mlx5_64_off(typ, fld))) macro 123 u64 ___t = MLX5_GET64(typ, p, fld); \ 1227 MLX5_GET64(cmd_hca_cap, mdev->caps.hca[MLX5_CAP_GENERAL]->cur, cap) 1236 MLX5_GET64(cmd_hca_cap_2, mdev->caps.hca[MLX5_CAP_GENERAL_2]->cur, cap) 1269 MLX5_GET64(flow_table_nic_cap, (mdev)->caps.hca[MLX5_CAP_FLOW_TABLE]->cur, cap) 1341 MLX5_GET64(flow_table_eswitch_cap, \ 1395 MLX5_GET64(fpga_cap, (mdev)->caps.fpga, cap) 1401 MLX5_GET64(device_mem_cap, mdev->caps.hca[MLX5_CAP_DEV_MEM]->cur, cap) 1414 MLX5_GET64(virtio_emulation_cap, \
|