| rte_eth_fc_conf(3) | Library Functions Manual | rte_eth_fc_conf(3) |
rte_eth_fc_conf
#include <rte_ethdev.h>
uint32_t high_water
uint32_t low_water
uint16_t pause_time
uint16_t send_xon
enum rte_eth_fc_mode mode
uint8_t mac_ctrl_frame_fwd
uint8_t autoneg
A structure used to configure Ethernet flow control parameter. These parameters will be configured into the register of the NIC. Please refer to the corresponding data sheet for proper value.
Definition at line 1377 of file rte_ethdev.h.
High threshold value to trigger XOFF
Definition at line 1378 of file rte_ethdev.h.
Low threshold value to trigger XON
Definition at line 1379 of file rte_ethdev.h.
Pause quota in the Pause frame
Definition at line 1380 of file rte_ethdev.h.
Is XON frame need be sent
Definition at line 1381 of file rte_ethdev.h.
Link flow control mode
Definition at line 1382 of file rte_ethdev.h.
Forward MAC control frames
Definition at line 1383 of file rte_ethdev.h.
Use Pause autoneg
Definition at line 1384 of file rte_ethdev.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |