Searched defs:mad (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_msg.c606 ibmf_setup_recvbuf_on_error(ibmf_msg_impl_t *msgimplp, uchar_t *mad) argument
636 mad_hdr = (ib_mad_hdr_t *)mad;
645 bcopy((const void *)mad, (void *)msgbufp,
H A Dibmf_rmpp.c41 ibmf_qp_handle_t qp_hdl, ibmf_msg_impl_t *msgimplp, uchar_t *mad);
43 ibmf_qp_handle_t qp_hdl, ibmf_msg_impl_t *msgimplp, uchar_t *mad);
45 ibmf_qp_handle_t qp_hdl, ibmf_msg_impl_t *msgimplp, uchar_t *mad);
47 ibmf_qp_handle_t qp_hdl, ibmf_msg_impl_t *msgimplp, uchar_t *mad);
49 ibmf_qp_handle_t qp_hdl, ibmf_msg_impl_t *msgimplp, uchar_t *mad);
91 ibmf_msg_impl_t *msgimplp, uchar_t *mad)
103 tnf_opaque, mad, mad);
111 rmpp_hdr = (ibmf_rmpp_hdr_t *)(mad + sizeof (ib_mad_hdr_t));
371 ibmf_msg_impl_t *msgimplp, uchar_t *mad)
90 ibmf_i_rmpp_sender_active_flow(ibmf_client_t *clientp, ibmf_qp_handle_t qp_hdl, ibmf_msg_impl_t *msgimplp, uchar_t *mad) argument
370 ibmf_i_rmpp_sender_switch_flow(ibmf_client_t *clientp, ibmf_qp_handle_t qp_hdl, ibmf_msg_impl_t *msgimplp, uchar_t *mad) argument
451 ibmf_i_rmpp_recvr_flow_main(ibmf_client_t *clientp, ibmf_qp_handle_t qp_hdl, ibmf_msg_impl_t *msgimplp, uchar_t *mad) argument
1091 ibmf_i_rmpp_recvr_active_flow(ibmf_client_t *clientp, ibmf_qp_handle_t qp_hdl, ibmf_msg_impl_t *msgimplp, uchar_t *mad) argument
1204 ibmf_i_rmpp_recvr_term_flow(ibmf_client_t *clientp, ibmf_qp_handle_t qp_hdl, ibmf_msg_impl_t *msgimplp, uchar_t *mad) argument
[all...]
H A Dibmf_recv.c73 ibmf_msg_impl_t *msgimplp, uchar_t *mad);
1083 uchar_t *mad)
1095 tnf_opaque, msg, msgimplp, tnf_opaque, mad, mad);
1100 mad_hdr = (ib_mad_hdr_t *)mad;
1132 bcopy((const void *)mad, (void *)msgbufp, IBMF_MAD_SIZE);
1240 * Parses the mad header and determines which class should be notified of the
1244 * madhdrp contents of mad header for the packet
1281 * tavor generates trap by sending mad with slid 0;
1082 ibmf_i_handle_non_rmpp(ibmf_client_t *clientp, ibmf_msg_impl_t *msgimplp, uchar_t *mad) argument
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cmd.c1689 uint_t sleepflag, uint32_t *mad, uint32_t *resp)
1709 bcopy(mad, mbox_info.mbi_in->mb_addr, size);
1688 tavor_mad_ifc_cmd_post(tavor_state_t *state, uint_t port, uint_t sleepflag, uint32_t *mad, uint32_t *resp) argument
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cmd.c1923 uint_t sleepflag, uint32_t *mad, uint32_t *resp)
1941 bcopy(mad, mbox_info.mbi_in->mb_addr, size);
1922 hermon_mad_ifc_cmd_post(hermon_state_t *state, uint_t port, uint_t sleepflag, uint32_t *mad, uint32_t *resp) argument

Completed in 99 milliseconds