Searched refs:rmpp_hdr (Results 1 - 4 of 4) 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.h176 struct ib_rmpp_hdr rmpp_hdr; member in struct:ib_rmpp_mad
182 struct ib_rmpp_hdr rmpp_hdr; member in struct:ib_sa_mad
189 struct ib_rmpp_hdr rmpp_hdr; member in struct:ib_vendor_mad
260 * @rmpp_hdr: An RMPP header.
262 static inline u8 ib_get_rmpp_resptime(struct ib_rmpp_hdr *rmpp_hdr) argument
264 return rmpp_hdr->rmpp_rtime_flags >> 3;
269 * @rmpp_hdr: An RMPP header.
271 static inline u8 ib_get_rmpp_flags(struct ib_rmpp_hdr *rmpp_hdr) argument
273 return rmpp_hdr->rmpp_rtime_flags & 0x7;
278 * @rmpp_hdr
281 ib_set_rmpp_resptime(struct ib_rmpp_hdr *rmpp_hdr, u8 rtime) argument
291 ib_set_rmpp_flags(struct ib_rmpp_hdr *rmpp_hdr, u8 flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dmad_rmpp.c123 ack->rmpp_hdr.rmpp_type = IB_MGMT_RMPP_TYPE_ACK;
124 ib_set_rmpp_flags(&ack->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE);
128 ack->rmpp_hdr.seg_num = cpu_to_be32(rmpp_recv->seg_num);
129 ack->rmpp_hdr.paylen_newwin = cpu_to_be32(rmpp_recv->newwin);
194 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE);
195 rmpp_mad->rmpp_hdr.seg_num = 0;
196 rmpp_mad->rmpp_hdr.paylen_newwin = cpu_to_be32(1);
227 rmpp_mad->rmpp_hdr.rmpp_version = IB_MGMT_RMPP_VERSION;
228 rmpp_mad->rmpp_hdr.rmpp_type = IB_MGMT_RMPP_TYPE_ABORT;
229 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIV
739 struct ib_rmpp_hdr *rmpp_hdr; local
[all...]
H A Dmad.c846 rmpp_mad->rmpp_hdr.rmpp_version = send_wr->mad_agent_priv->
848 rmpp_mad->rmpp_hdr.rmpp_type = IB_MGMT_RMPP_TYPE_DATA;
849 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE);
1668 !(ib_get_rmpp_flags(&rmpp_mad->rmpp_hdr) &
1670 (rmpp_mad->rmpp_hdr.rmpp_type == IB_MGMT_RMPP_TYPE_DATA);
H A Duser_mad.c509 rmpp_active = ib_get_rmpp_flags(&rmpp_mad->rmpp_hdr) &

Completed in 91 milliseconds