Home
last modified time | relevance | path

Searched refs:smp_comp_cb_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libibnetdisc/
H A Dinternal.h92 typedef int (*smp_comp_cb_t) (smp_engine_t * engine, ibnd_smp_t * smp, typedef
97 smp_comp_cb_t cb;
118 unsigned attrid, unsigned mod, smp_comp_cb_t cb, void *cb_data);
H A Dquery_smp.c127 unsigned attrid, unsigned mod, smp_comp_cb_t cb, void *cb_data) in issue_smp()