Searched refs:umad_send (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_umad/
H A Dsol_umad.h124 struct umad_send { struct
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c1832 struct umad_send *umad_ctx = (struct umad_send *)args;
1878 * Cannot write to ISSM device. Allocate new umad_send structure
1900 struct umad_send *umad_ctx;
1926 umad_ctx = kmem_zalloc(sizeof (struct umad_send) + len, KM_SLEEP);
1927 umad_ctx->send_len = sizeof (struct umad_send) + len;

Completed in 268 milliseconds