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

/freebsd-10.2-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_mlx_sender.h93 IN const ib_mad_t * p_req_mad,
105 IN const ib_mad_t * p_req_mad,
/freebsd-10.2-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_sender.c249 IN const ib_mad_t * p_req_mad,
265 memcpy(p_resp_mad, p_req_mad, MAD_BLOCK_SIZE);
267 p_resp_mad->common_hdr.method = osmv_invert_method(p_req_mad->method);
284 IN const ib_mad_t * p_req_mad,
291 memcpy(p_resp_mad, p_req_mad, MAD_BLOCK_SIZE);
293 p_resp_mad->common_hdr.method = osmv_invert_method(p_req_mad->method);
248 osmv_rmpp_send_ack(IN osm_bind_handle_t h_bind, IN const ib_mad_t * p_req_mad, IN uint32_t seg_num, IN uint32_t nwl, IN const osm_mad_addr_t * p_mad_addr) argument
283 osmv_rmpp_send_nak(IN osm_bind_handle_t h_bind, IN const ib_mad_t * p_req_mad, IN const osm_mad_addr_t * p_mad_addr, IN uint8_t nak_type, IN uint8_t status) argument
H A Dosm_vendor_mlx_dispatcher.c94 IN const ib_mad_t * p_req_mad,
693 IN const ib_mad_t * p_req_mad,
700 uint32_t seg_num = cl_ntoh32(((ib_rmpp_mad_t *) p_req_mad)->seg_num);
709 osmv_rmpp_send_ack(h_bind, p_req_mad, seg_num, nwl, p_mad_addr);
692 __osmv_dispatch_send_ack(IN osm_bind_handle_t h_bind, IN const ib_mad_t * p_req_mad, IN osmv_txn_ctx_t * p_txn, IN const osm_mad_addr_t * p_mad_addr) argument
/freebsd-10.2-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h3717 ib_mad_init_response(IN const ib_mad_t * const p_req_mad, argument
3720 CL_ASSERT(p_req_mad);
3722 *p_mad = *p_req_mad;
3731 * p_req_mad
3744 * p_req_mad and p_mad may point to the same MAD.

Completed in 120 milliseconds