Home
last modified time | relevance | path

Searched refs:rmpp_active (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/core/
H A Duser_mad.c517 int ret, hdr_len, copy_offset, rmpp_active; in ib_umad_write() local
584 rmpp_active = ib_get_rmpp_flags(&rmpp_mad_hdr->rmpp_hdr) & in ib_umad_write()
588 rmpp_active = 0; in ib_umad_write()
598 packet->mad.hdr.pkey_index, rmpp_active, in ib_umad_write()
614 if (!rmpp_active) { in ib_umad_write()
H A Dmad.c862 int rmpp_active, int hdr_len, in ib_create_send_mad() argument
887 if (!rmpp_active && message_size > mad_size) in ib_create_send_mad()
890 if (rmpp_active || message_size > mad_size) in ib_create_send_mad()
893 size = rmpp_active ? hdr_len : mad_size; in ib_create_send_mad()
929 if (rmpp_active) { in ib_create_send_mad()