Home
last modified time | relevance | path

Searched refs:link_xon_tx (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_type.h1032 u64 link_xon_tx; /* lxontxc */ member
/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_representor.c376 uint64_t link_xon_tx; member
431 link_xon_tx)},
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_type.h1468 u64 link_xon_tx; /* lxontxc */ member
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.c256 {"tx_xon_packets", offsetof(struct ice_hw_port_stats, link_xon_tx)},
4922 pf->offset_loaded, &os->link_xon_tx, in ice_read_stats_registers()
4923 &ns->link_xon_tx); in ice_read_stats_registers()
5066 PMD_DRV_LOG(DEBUG, "link_xon_tx: %"PRIu64"", ns->link_xon_tx); in ice_stats_get()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c550 {"tx_xon_packets", offsetof(struct i40e_hw_port_stats, link_xon_tx)},
3334 pf->offset_loaded, &os->link_xon_tx, in i40e_read_stats_registers()
3335 &ns->link_xon_tx); in i40e_read_stats_registers()
3515 PMD_DRV_LOG(DEBUG, "link_xon_tx: %"PRIu64"", ns->link_xon_tx); in i40e_dev_stats_get()