Home
last modified time | relevance | path

Searched refs:stats_prev (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/samples/bpf/
H A Dxdp_sample_user.c649 struct stats_record *stats_prev, in stats_get_rx_cnt()
657 prev = &stats_prev->rx_cnt; in stats_get_rx_cnt()
692 struct stats_record *stats_prev, in stats_get_cpumap_enqueue()
702 prev = &stats_prev->enq[to_cpu]; in stats_get_cpumap_enqueue()
746 struct stats_record *stats_prev, in stats_get_cpumap_remote()
755 prev = &stats_prev->kthread; in stats_get_cpumap_remote()
785 struct stats_record *stats_prev, in stats_get_cpumap_kthread()
793 prev = &stats_prev->kthread; in stats_get_cpumap_kthread()
823 struct stats_record *stats_prev, in stats_get_redirect_cnt()
832 prev = &stats_prev in stats_get_redirect_cnt()
648 stats_get_rx_cnt(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out) stats_get_rx_cnt() argument
691 stats_get_cpumap_enqueue(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus) stats_get_cpumap_enqueue() argument
745 stats_get_cpumap_remote(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus) stats_get_cpumap_remote() argument
784 stats_get_cpumap_kthread(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus) stats_get_cpumap_kthread() argument
822 stats_get_redirect_cnt(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out) stats_get_redirect_cnt() argument
854 stats_get_redirect_err_cnt(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out) stats_get_redirect_err_cnt() argument
903 stats_get_exception_cnt(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out) stats_get_exception_cnt() argument
948 stats_get_devmap_xmit(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out) stats_get_devmap_xmit() argument
1000 stats_get_devmap_xmit_multi(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out, bool xmit_total) stats_get_devmap_xmit_multi() argument
[all...]
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_monitor_user.c330 struct stats_record *stats_prev, in stats_print()
351 prev = &stats_prev->xdp_redirect[rec_i]; in stats_print()
376 prev = &stats_prev->xdp_exception[rec_i]; in stats_print()
403 prev = &stats_prev->xdp_cpumap_enqueue[to_cpu]; in stats_print()
442 prev = &stats_prev->xdp_cpumap_kthread; in stats_print()
475 prev = &stats_prev->xdp_devmap_xmit; in stats_print()
329 stats_print(struct stats_record *stats_rec, struct stats_record *stats_prev, bool err_only) stats_print() argument
H A Dxdp_redirect_cpu_user.c353 struct stats_record *stats_prev, in stats_print()
379 prev = &stats_prev->rx_cnt; in stats_print()
407 prev = &stats_prev->enq[to_cpu]; in stats_print()
444 prev = &stats_prev->kthread; in stats_print()
473 prev = &stats_prev->redir_err; in stats_print()
495 prev = &stats_prev->exception; in stats_print()
522 prev = &stats_prev->kthread; in stats_print()
352 stats_print(struct stats_record *stats_rec, struct stats_record *stats_prev, char *prog_name, char *mprog_name, int mprog_fd) stats_print() argument
H A Dxdp_rxq_info_user.c335 struct stats_record *stats_prev, in stats_print()
360 prev = &stats_prev->stats; in stats_print()
394 prev = &stats_prev->rxq[rxq]; in stats_print()
334 stats_print(struct stats_record *stats_rec, struct stats_record *stats_prev, int action, __u32 cfg_opt) stats_print() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice.h443 struct ice_hw_port_stats stats_prev; member
H A Dice_dcb_lib.c760 prev_ps = &pf->stats_prev; in ice_update_dcb_stats()
H A Dice_main.c5470 prev_ps = &pf->stats_prev; in ice_update_pf_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_main.c6558 struct rtnl_link_stats64 *net_stats, *stats_prev; in ice_update_vsi_ring_stats() local
6604 stats_prev = &vsi->net_stats_prev; in ice_update_vsi_ring_stats()
6612 net_stats->tx_packets += vsi_stats->tx_packets - stats_prev->tx_packets; in ice_update_vsi_ring_stats()
6613 net_stats->tx_bytes += vsi_stats->tx_bytes - stats_prev->tx_bytes; in ice_update_vsi_ring_stats()
6614 net_stats->rx_packets += vsi_stats->rx_packets - stats_prev->rx_packets; in ice_update_vsi_ring_stats()
6615 net_stats->rx_bytes += vsi_stats->rx_bytes - stats_prev->rx_bytes; in ice_update_vsi_ring_stats()
6618 stats_prev->tx_packets = vsi_stats->tx_packets; in ice_update_vsi_ring_stats()
6619 stats_prev->tx_bytes = vsi_stats->tx_bytes; in ice_update_vsi_ring_stats()
6620 stats_prev->rx_packets = vsi_stats->rx_packets; in ice_update_vsi_ring_stats()
6621 stats_prev in ice_update_vsi_ring_stats()
[all...]
H A Dice_dcb_lib.c884 prev_ps = &pf->stats_prev; in ice_update_dcb_stats()
H A Dice.h608 struct ice_hw_port_stats stats_prev; member

Completed in 26 milliseconds