HccnRpingMode
Description
Defines the network type used by the RPing function.
Prototype
typedef enum {
HCCN_RPING_MODE_ROCE = 0, /* RoCE network */
HCCN_RPING_MODE_UB = 1, /* UB */
HCCN_RPING_MODE_IPoUB = 2, /* UBoE*/
HCCN_RPING_MODE_RESERVED /* Reserved */
} HccnRpingMode;
Parent topic: Data Type