Searched refs:link_xoff_tx (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_type.h | 1033 u64 link_xoff_tx; /* lxofftxc */ member
|
| /f-stack/dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_representor.c | 377 uint64_t link_xoff_tx; member 435 link_xoff_tx)},
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_type.h | 1469 u64 link_xoff_tx; /* lxofftxc */ member
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.c | 258 {"tx_xoff_packets", offsetof(struct ice_hw_port_stats, link_xoff_tx)}, 4925 pf->offset_loaded, &os->link_xoff_tx, in ice_read_stats_registers() 4926 &ns->link_xoff_tx); in ice_read_stats_registers() 5067 PMD_DRV_LOG(DEBUG, "link_xoff_tx: %"PRIu64"", ns->link_xoff_tx); in ice_stats_get()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 552 {"tx_xoff_packets", offsetof(struct i40e_hw_port_stats, link_xoff_tx)}, 3337 pf->offset_loaded, &os->link_xoff_tx, in i40e_read_stats_registers() 3338 &ns->link_xoff_tx); in i40e_read_stats_registers() 3516 PMD_DRV_LOG(DEBUG, "link_xoff_tx: %"PRIu64"", ns->link_xoff_tx); in i40e_dev_stats_get()
|