Home
last modified time | relevance | path

Searched refs:ib_get_mad_data_offset (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/rdma/
Dib_mad.h646 int ib_get_mad_data_offset(u8 mgmt_class);
/linux-3.4.99/drivers/infiniband/core/
Dmad_rmpp.c139 hdr_len = ib_get_mad_data_offset(recv_wc->recv_buf.mad->mad_hdr.mgmt_class); in ack_recv()
165 hdr_len = ib_get_mad_data_offset(recv_wc->recv_buf.mad->mad_hdr.mgmt_class); in alloc_response_msg()
437 hdr_size = ib_get_mad_data_offset(rmpp_mad->mad_hdr.mgmt_class); in get_mad_len()
Duser_mad.c293 offset = ib_get_mad_data_offset(recv_buf->mad->mad_hdr.mgmt_class); in copy_recv_mad()
506 hdr_len = ib_get_mad_data_offset(rmpp_mad->mad_hdr.mgmt_class); in ib_umad_write()
Dmad.c927 int ib_get_mad_data_offset(u8 mgmt_class) in ib_get_mad_data_offset() function
941 EXPORT_SYMBOL(ib_get_mad_data_offset);