Searched refs:rmpp_active (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_mad.h595 * @rmpp_active: Indicates if the send will enable RMPP.
612 * If @rmpp_active is set, the RMPP header will be initialized for sending.
616 int rmpp_active,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Duser_mad.c447 int ret, data_len, hdr_len, copy_offset, rmpp_active; local
506 rmpp_active = 0;
509 rmpp_active = ib_get_rmpp_flags(&rmpp_mad->rmpp_hdr) &
516 packet->mad.hdr.pkey_index, rmpp_active,
531 if (!rmpp_active) {
H A Dmad.c859 int rmpp_active,
874 (rmpp_active || message_size > sizeof(struct ib_mad))) ||
875 (!rmpp_active && message_size > sizeof(struct ib_mad)))
878 size = rmpp_active ? hdr_len : sizeof(struct ib_mad);
905 if (rmpp_active) {
857 ib_create_send_mad(struct ib_mad_agent *mad_agent, u32 remote_qpn, u16 pkey_index, int rmpp_active, int hdr_len, int data_len, gfp_t gfp_mask) argument

Completed in 83 milliseconds