Searched refs:link_xon_tx (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_type.h | 1032 u64 link_xon_tx; /* lxontxc */ member
|
| /f-stack/dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_representor.c | 376 uint64_t link_xon_tx; member 431 link_xon_tx)},
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_type.h | 1468 u64 link_xon_tx; /* lxontxc */ member
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.c | 256 {"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 D | i40e_ethdev.c | 550 {"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()
|