Searched refs:max_num_meta_sg (Results 1 – 3 of 3) sorted by relevance
| /linux/include/trace/events/ |
| H A D | rdma_core.h | 342 u32 max_num_meta_sg, 346 TP_ARGS(pd, max_num_data_sg, max_num_meta_sg, mr), 352 __field(u32, max_num_meta_sg) 366 __entry->max_num_meta_sg = max_num_meta_sg; 371 __entry->max_num_meta_sg, __entry->rc)
|
| /linux/drivers/infiniband/core/ |
| H A D | mr_pool.c | 37 enum ib_mr_type type, u32 max_num_sg, u32 max_num_meta_sg) in ib_mr_pool_init() argument 46 max_num_meta_sg); in ib_mr_pool_init()
|
| /linux/include/rdma/ |
| H A D | mr_pool.h | 14 enum ib_mr_type type, u32 max_num_sg, u32 max_num_meta_sg);
|