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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 88 milliseconds