Lines Matching refs:mr
306 const struct ib_mr *mr
309 TP_ARGS(pd, mr_type, max_num_sg, mr),
321 if (IS_ERR(mr)) {
323 __entry->rc = PTR_ERR(mr);
325 __entry->mr_id = mr->res.id;
343 const struct ib_mr *mr
346 TP_ARGS(pd, max_num_data_sg, max_num_meta_sg, mr),
358 if (IS_ERR(mr)) {
360 __entry->rc = PTR_ERR(mr);
362 __entry->mr_id = mr->res.id;
376 const struct ib_mr *mr
379 TP_ARGS(mr),
386 __entry->id = mr->res.id;