DPDK 25.11.0
Loading...
Searching...
No Matches
rte_eth_link Struct Reference

#include <rte_ethdev.h>

Detailed Description

Field Documentation

◆ val64

uint64_t val64

used for atomic64 read/write

Definition at line 364 of file rte_ethdev.h.

◆ link_speed

uint32_t link_speed

RTE_ETH_SPEED_NUM_

Definition at line 367 of file rte_ethdev.h.

◆ link_duplex

uint16_t link_duplex

RTE_ETH_LINK_[HALF/FULL]_DUPLEX

Definition at line 368 of file rte_ethdev.h.

◆ link_autoneg

uint16_t link_autoneg

RTE_ETH_LINK_[AUTONEG/FIXED]

Definition at line 369 of file rte_ethdev.h.

◆ link_status

uint16_t link_status

RTE_ETH_LINK_[DOWN/UP]

Examples
examples/distributor/main.c, and examples/dma/dmafwd.c.

Definition at line 370 of file rte_ethdev.h.

◆ link_connector

uint16_t link_connector

RTE_ETH_LINK_CONNECTOR_XXX

Definition at line 371 of file rte_ethdev.h.


The documentation for this struct was generated from the following file: