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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c1897 struct ib_user_mad *user_mad; /* incoming uMAD hdr */ local
1930 /* data = user_mad + mad_hdrs + class_hdrs + class data */
1932 user_mad = (struct ib_user_mad *)umad_ctx->send_umad;
1933 rc = uiomove(user_mad, len, UIO_WRITE, uiop);
1940 agent = umad_get_agent_by_id(uctx, user_mad->hdr.id);
1962 ib_mad_hdr = (ib_mad_hdr_t *)user_mad->data;
1989 ibmf_msg->im_local_addr.ia_remote_lid = ntohs(user_mad->hdr.lid);
1990 ibmf_msg->im_local_addr.ia_remote_qno = ntohl(user_mad->hdr.qpn);
1991 ibmf_msg->im_local_addr.ia_q_key = ntohl(user_mad->hdr.qkey);
1992 ibmf_msg->im_local_addr.ia_service_level = user_mad
[all...]

Completed in 59 milliseconds