struct tapi_cfg_if_fc

Overview

Interface flow control parameters. More…

#include <tapi_cfg_if_flow_control.h>

struct tapi_cfg_if_fc {
    // fields

    int autoneg;
    int rx;
    int tx;
};

Detailed Documentation

Interface flow control parameters. Negative value means “do not set”, 0 - disable, 1 - enable.

Fields

int autoneg

Flow control autonegotiation

int rx

Rx flow control

int tx

Tx flow control