Lines Matching full:smp
300 TP_PROTO(struct opa_smp *smp),
301 TP_ARGS(smp),
314 __entry->hop_ptr = smp->hop_ptr;
315 __entry->hop_cnt = smp->hop_cnt;
316 __entry->mkey = smp->mkey;
317 __entry->dr_slid = smp->route.dr.dr_slid;
318 __entry->dr_dlid = smp->route.dr.dr_dlid;
319 memcpy(__entry->initial_path, smp->route.dr.initial_path,
321 memcpy(__entry->return_path, smp->route.dr.return_path,
325 TP_printk("OPA SMP: hop_ptr %d hop_cnt %d " \
337 TP_PROTO(struct opa_smp *smp),
338 TP_ARGS(smp));
340 TP_PROTO(struct opa_smp *smp),
341 TP_ARGS(smp));
345 TP_PROTO(struct ib_smp *smp),
346 TP_ARGS(smp),
359 __entry->hop_ptr = smp->hop_ptr;
360 __entry->hop_cnt = smp->hop_cnt;
361 __entry->mkey = smp->mkey;
362 __entry->dr_slid = smp->dr_slid;
363 __entry->dr_dlid = smp->dr_dlid;
364 memcpy(__entry->initial_path, smp->initial_path,
366 memcpy(__entry->return_path, smp->return_path,
370 TP_printk("OPA SMP: hop_ptr %d hop_cnt %d " \
382 TP_PROTO(struct ib_smp *smp),
383 TP_ARGS(smp));
385 TP_PROTO(struct ib_smp *smp),
386 TP_ARGS(smp));