]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
Fix for documentation typos that prevented robodoc from working.
authorftillier <ftillier@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 2 Sep 2005 22:01:29 +0000 (22:01 +0000)
committerftillier <ftillier@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 2 Sep 2005 22:01:29 +0000 (22:01 +0000)
Submitted by Dafna Levenvirth <dafna@mellanox.co.il>

git-svn-id: svn://openib.tc.cornell.edu/gen1@58 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/inc/iba/ib_types.h

index 12c7f6539ee8f304fb4ebc9c1cbd3ef214d1a80a..81af5bb08a1664a3742ae471073c8938aa005490 100644 (file)
@@ -899,6 +899,7 @@ ib_class_is_vendor_specific(
 * SOURCE\r
 */\r
 #define IB_MAD_ATTR_NODE_DESC                          (CL_NTOH16(0x0010))\r
+/*********/\r
 /****d* IBA Base: Constants/IB_MAD_ATTR_PORT_SMPL_CTRL\r
 * NAME\r
 *      IB_MAD_ATTR_PORT_SMPL_CTRL\r
@@ -1323,8 +1324,7 @@ ib_class_is_vendor_specific(
 */\r
 #define IB_MAD_ATTR_DIAG_CODE                          (CL_NTOH16(0x0024))\r
 /**********/\r
-\r
-/****d* IBA Base: Constants/IB_MAD_ATTR_SVC_ASSOCIATION_RECORD\r
+/*** IBA Base: Constants/IB_MAD_ATTR_SVC_ASSOCIATION_RECORD\r
 * NAME\r
 *      IB_MAD_ATTR_SVC_ASSOCIATION_RECORD\r
 *\r
@@ -2742,9 +2742,9 @@ ib_path_rec_set_hop_flow_raw(
 */\r
 #define IB_CLASS_CAP_GETSET                                    0x0002\r
 /*********/\r
-/****s* IBA Base: Constants/IB_CLASS_CAP_GETSET\r
+/****s* IBA Base: Constants/IB_CLASS_RESP_TIME_MASK\r
 * NAME\r
-*      IB_CLASS_CAP_GETSET\r
+*      IB_CLASS_RESP_TIME_MASK\r
 *\r
 * DESCRIPTION\r
 *      Mask bits to extract the reponse time value from the\r
@@ -4074,7 +4074,7 @@ ib_port_info_get_link_speed_sup(
 * SEE ALSO\r
 *********/\r
 \r
-/****f* IBA Base: Types/ib_port_info_get_link_speed_sup\r
+/****f* IBA Base: Types/ib_port_info_set_link_speed_sup\r
 * NAME\r
 *      ib_port_info_set_link_speed_sup\r
 *\r
@@ -6085,9 +6085,9 @@ ib_inform_set_trap_num(
 *      ib_inform_info_t, ib_inform_get_trap_num\r
 *********/\r
 \r
-/****f* IBA Base: Types/ib_inform_set_dev_id\r
+/****f* IBA Base: Types/ib_inform_get_dev_id\r
 * NAME\r
-*      ib_inform_set_dev_id\r
+*      ib_inform_get_dev_id\r
 *\r
 * DESCRIPTION\r
 *      Retrieves the device ID from a vendor specific inform trap.\r
@@ -6411,7 +6411,7 @@ typedef struct _ib_inform_info_record
 \r
 }      PACK_SUFFIX ib_inform_info_record_t;\r
 #include <complib/cl_packoff.h>\r
-\r
+/********/\r
 /****d* IBA Base: Types/DM_SVC_NAME\r
 * NAME\r
 *      DM_SVC_NAME\r
@@ -6843,8 +6843,15 @@ ib_dm_get_slot_lo_hi(
        if( p_lo )\r
                *p_lo   = (uint8_t)( ( tmp_slot_lo_hi >> 0 ) );\r
 }\r
+/* SEE ALSO\r
+* ib_dm_set_slot_lo_hi\r
+********/\r
 \r
-\r
+/****f* IBA Bases: Types/ib_dm_set_slot_lo_hi\r
+* DESCRIPTION\r
+*      Joins the IOC slot number, and the lower and upper bound of the service \r
+*      entries and returns it.\r
+*/\r
 AL_INLINE net32_t AL_API\r
 ib_dm_set_slot_lo_hi(\r
        IN              const   uint8_t                                         slot,\r
@@ -6858,6 +6865,9 @@ ib_dm_set_slot_lo_hi(
        tmp |= lo;\r
        return cl_hton32( tmp );\r
 }\r
+/* SEE ALSO\r
+* ib_dm_get_slot_lo_hi\r
+********/\r
 \r
 /*\r
  *     Information describing an I/O controller\r