Searched refs:rmpp_type (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.3-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_mlx_svc.h137 uint8_t rmpp_type; local
140 rmpp_type = ((ib_rmpp_mad_t *) p_mad)->rmpp_type;
141 return (IB_RMPP_TYPE_STOP == rmpp_type
142 || IB_RMPP_TYPE_ABORT == rmpp_type);
148 return (IB_RMPP_TYPE_DATA == ((ib_rmpp_mad_t *) p_mad)->rmpp_type);
154 return (IB_RMPP_TYPE_ACK == ((ib_rmpp_mad_t *) p_mad)->rmpp_type);
/freebsd-10.3-release/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c253 static char * get_rmpp_type(u8 rmpp_type) argument
255 switch (rmpp_type) {
289 printk("RMPP type......0x%01x (%s)\n", rmpp_hdr->rmpp_type,
290 get_rmpp_type(rmpp_hdr->rmpp_type));
296 switch (rmpp_hdr->rmpp_type) {
487 mad->rmpp_hdr.rmpp_type != IB_MGMT_RMPP_TYPE_DATA)
/freebsd-10.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_sender.c268 p_resp_mad->rmpp_type = IB_RMPP_TYPE_ACK;
294 p_resp_mad->rmpp_type = nak_type;
H A Dosm_vendor_mlx_rmpp_ctx.c175 p_rmpp_mad->rmpp_type = IB_RMPP_TYPE_DATA;
H A Dosm_vendor_ibumad.c393 ((ib_rmpp_mad_t *) mad)->rmpp_type,
1048 p_sa->rmpp_type = 0;
/freebsd-10.3-release/sys/ofed/drivers/infiniband/core/
H A Dmad_rmpp.c121 ack->rmpp_hdr.rmpp_type = IB_MGMT_RMPP_TYPE_ACK;
226 rmpp_mad->rmpp_hdr.rmpp_type = IB_MGMT_RMPP_TYPE_ABORT;
811 switch (rmpp_mad->rmpp_hdr.rmpp_type) {
876 if (rmpp_mad->rmpp_hdr.rmpp_type != IB_MGMT_RMPP_TYPE_DATA) {
902 if (rmpp_mad->rmpp_hdr.rmpp_type != IB_MGMT_RMPP_TYPE_DATA)
H A Dmad.c862 rmpp_mad->rmpp_hdr.rmpp_type = IB_MGMT_RMPP_TYPE_DATA;
1695 (rmpp_mad->rmpp_hdr.rmpp_type == IB_MGMT_RMPP_TYPE_DATA);
/freebsd-10.3-release/sys/ofed/include/rdma/
H A Dib_mad.h145 u8 rmpp_type; member in struct:ib_rmpp_hdr
/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_helper.c1976 p_mad->rmpp_type,
H A Dosm_sa.c483 resp_sa_mad->rmpp_type = IB_RMPP_TYPE_DATA;
/freebsd-10.3-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h3631 uint8_t rmpp_type; member in struct:_ib_rmpp_mad
4228 uint8_t rmpp_type;

Completed in 248 milliseconds