CommProtocol

Function

Enumerates the communication protocol types.

Prototype

typedef enum {
    COMM_PROTOCOL_RESERVED = -1,  /* Reserved protocol type */
    COMM_PROTOCOL_HCCS = 0,       /* HCCS protocol */
    COMM_PROTOCOL_ROCE = 1,       /* RDMA over Converged Ethernet */
    COMM_PROTOCOL_PCIE = 2,       /* PCIe protocol */
    COMM_PROTOCOL_SIO = 3,        /* SIO protocol */
    COMM_PROTOCOL_UBC_CTP = 4,    /* Huawei unified bus UBC_CTP */
    COMM_PROTOCOL_UBC_TP = 5,     /* Huawei unified bus UBC_TP */
    COMM_PROTOCOL_UB_MEM = 6,     /* UB_MEM */
} CommProtocol;