From 0dc21c33c969ff0987e096eb60c87440502dc7d8 Mon Sep 17 00:00:00 2001 From: ftillier Date: Fri, 2 Sep 2005 22:01:29 +0000 Subject: [PATCH] Fix for documentation typos that prevented robodoc from working. Submitted by Dafna Levenvirth git-svn-id: svn://openib.tc.cornell.edu/gen1@58 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/inc/iba/ib_types.h | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/trunk/inc/iba/ib_types.h b/trunk/inc/iba/ib_types.h index 12c7f653..81af5bb0 100644 --- a/trunk/inc/iba/ib_types.h +++ b/trunk/inc/iba/ib_types.h @@ -899,6 +899,7 @@ ib_class_is_vendor_specific( * SOURCE */ #define IB_MAD_ATTR_NODE_DESC (CL_NTOH16(0x0010)) +/*********/ /****d* IBA Base: Constants/IB_MAD_ATTR_PORT_SMPL_CTRL * NAME * IB_MAD_ATTR_PORT_SMPL_CTRL @@ -1323,8 +1324,7 @@ ib_class_is_vendor_specific( */ #define IB_MAD_ATTR_DIAG_CODE (CL_NTOH16(0x0024)) /**********/ - -/****d* IBA Base: Constants/IB_MAD_ATTR_SVC_ASSOCIATION_RECORD +/*** IBA Base: Constants/IB_MAD_ATTR_SVC_ASSOCIATION_RECORD * NAME * IB_MAD_ATTR_SVC_ASSOCIATION_RECORD * @@ -2742,9 +2742,9 @@ ib_path_rec_set_hop_flow_raw( */ #define IB_CLASS_CAP_GETSET 0x0002 /*********/ -/****s* IBA Base: Constants/IB_CLASS_CAP_GETSET +/****s* IBA Base: Constants/IB_CLASS_RESP_TIME_MASK * NAME -* IB_CLASS_CAP_GETSET +* IB_CLASS_RESP_TIME_MASK * * DESCRIPTION * Mask bits to extract the reponse time value from the @@ -4074,7 +4074,7 @@ ib_port_info_get_link_speed_sup( * SEE ALSO *********/ -/****f* IBA Base: Types/ib_port_info_get_link_speed_sup +/****f* IBA Base: Types/ib_port_info_set_link_speed_sup * NAME * ib_port_info_set_link_speed_sup * @@ -6085,9 +6085,9 @@ ib_inform_set_trap_num( * ib_inform_info_t, ib_inform_get_trap_num *********/ -/****f* IBA Base: Types/ib_inform_set_dev_id +/****f* IBA Base: Types/ib_inform_get_dev_id * NAME -* ib_inform_set_dev_id +* ib_inform_get_dev_id * * DESCRIPTION * Retrieves the device ID from a vendor specific inform trap. @@ -6411,7 +6411,7 @@ typedef struct _ib_inform_info_record } PACK_SUFFIX ib_inform_info_record_t; #include - +/********/ /****d* IBA Base: Types/DM_SVC_NAME * NAME * DM_SVC_NAME @@ -6843,8 +6843,15 @@ ib_dm_get_slot_lo_hi( if( p_lo ) *p_lo = (uint8_t)( ( tmp_slot_lo_hi >> 0 ) ); } +/* SEE ALSO +* ib_dm_set_slot_lo_hi +********/ - +/****f* IBA Bases: Types/ib_dm_set_slot_lo_hi +* DESCRIPTION +* Joins the IOC slot number, and the lower and upper bound of the service +* entries and returns it. +*/ AL_INLINE net32_t AL_API ib_dm_set_slot_lo_hi( IN const uint8_t slot, @@ -6858,6 +6865,9 @@ ib_dm_set_slot_lo_hi( tmp |= lo; return cl_hton32( tmp ); } +/* SEE ALSO +* ib_dm_get_slot_lo_hi +********/ /* * Information describing an I/O controller -- 2.41.0