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

/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Duser_mad.c386 if ((msg->hdr_len > IB_MGMT_RMPP_HDR) &&
387 copy_from_user(msg->mad + IB_MGMT_RMPP_HDR, buf + IB_MGMT_RMPP_HDR,
388 msg->hdr_len - IB_MGMT_RMPP_HDR))
458 if (count < hdr_size(file) + IB_MGMT_RMPP_HDR)
461 packet = kzalloc(sizeof *packet + IB_MGMT_RMPP_HDR, GFP_KERNEL);
478 if (copy_from_user(packet->mad.data, buf, IB_MGMT_RMPP_HDR)) {
517 copy_offset = IB_MGMT_RMPP_HDR;
/freebsd-10.0-release/sys/ofed/include/rdma/
H A Dib_mad.h120 IB_MGMT_RMPP_HDR = 36, enumerator in enum:__anon10759

Completed in 75 milliseconds