struct tarpc_rte_eth_thresh

struct tarpc_rte_eth_thresh {
    // fields

    uint8_t pthresh;
    uint8_t hthresh;
    uint8_t wthresh;
};