Searched refs:rmpp_active (Results 1 – 3 of 3) sorted by relevance
453 int ret, data_len, hdr_len, copy_offset, rmpp_active; in ib_umad_write() local513 rmpp_active = ib_get_rmpp_flags(&rmpp_mad->rmpp_hdr) & in ib_umad_write()517 rmpp_active = 0; in ib_umad_write()523 packet->mad.hdr.pkey_index, rmpp_active, in ib_umad_write()538 if (!rmpp_active) { in ib_umad_write()
921 int rmpp_active, in ib_create_send_mad() argument936 if (!rmpp_active && message_size > sizeof(struct ib_mad)) in ib_create_send_mad()939 if (rmpp_active || message_size > sizeof(struct ib_mad)) in ib_create_send_mad()942 size = rmpp_active ? hdr_len : sizeof(struct ib_mad); in ib_create_send_mad()969 if (rmpp_active) { in ib_create_send_mad()
634 int rmpp_active,