Searched defs:mlx5_vdpa_direct_mr (Results 1 – 1 of 1) sorted by relevance
14 struct mlx5_vdpa_direct_mr { struct15 u64 start;16 u64 end;17 u32 perm;18 u32 mr;19 struct sg_table sg_head;20 int log_size;21 int nsg;22 int nent;23 struct list_head list;[all …]