Searched refs:link_xoff_rx (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_type.h | 1031 u64 link_xoff_rx; /* lxoffrxc */ member
|
| /f-stack/dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_representor.c | 373 uint64_t link_xoff_rx; member 437 link_xoff_rx)},
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_type.h | 1465 u64 link_xoff_rx; /* lxoffrxc */ member
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.c | 259 {"rx_xoff_packets", offsetof(struct ice_hw_port_stats, link_xoff_rx)}, 4919 pf->offset_loaded, &os->link_xoff_rx, in ice_read_stats_registers() 4920 &ns->link_xoff_rx); in ice_read_stats_registers() 5065 PMD_DRV_LOG(DEBUG, "link_xoff_rx: %"PRIu64"", ns->link_xoff_rx); in ice_stats_get()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 553 {"rx_xoff_packets", offsetof(struct i40e_hw_port_stats, link_xoff_rx)}, 3321 pf->offset_loaded, &os->link_xoff_rx, in i40e_read_stats_registers() 3322 &ns->link_xoff_rx); in i40e_read_stats_registers() 3508 PMD_DRV_LOG(DEBUG, "link_xoff_rx: %"PRIu64"", ns->link_xoff_rx); in i40e_dev_stats_get()
|