Searched refs:bnx2x_fp_stats (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_stats.c | 942 &bnx2x_fp_stats(bp, fp)->old_tclient; in bnx2x_storm_stats_update() 947 &bnx2x_fp_stats(bp, fp)->old_uclient; in bnx2x_storm_stats_update() 952 &bnx2x_fp_stats(bp, fp)->old_xclient; in bnx2x_storm_stats_update() 954 &bnx2x_fp_stats(bp, fp)->eth_q_stats; in bnx2x_storm_stats_update() 956 &bnx2x_fp_stats(bp, fp)->eth_q_stats_old; in bnx2x_storm_stats_update() 1563 struct bnx2x_fp_stats *fp_stats = &bp->fp_stats[i]; in bnx2x_memset_stats() 1668 &bnx2x_fp_stats(bp, fp)->eth_q_stats; in bnx2x_save_statistics() 1670 &bnx2x_fp_stats(bp, fp)->eth_q_stats_old; in bnx2x_save_statistics()
|
H A D | bnx2x.h | 623 #define bnx2x_fp_stats(bp, fp) (&((bp)->fp_stats[(fp)->index])) macro 1318 struct bnx2x_fp_stats { struct 1351 struct bnx2x_fp_stats *fp_stats;
|
H A D | bnx2x_cmn.c | 93 struct bnx2x_fp_stats *from_fp_stats = &bp->fp_stats[from]; in bnx2x_move_fp() 94 struct bnx2x_fp_stats *to_fp_stats = &bp->fp_stats[to]; in bnx2x_move_fp() 825 bnx2x_fp_stats(bp, fp)->eth_q_stats.rx_skb_alloc_failed++; in bnx2x_tpa_stop() 4483 bnx2x_fp_stats(bp, fp)->eth_q_stats.rx_skb_alloc_failed += failure_cnt; in bnx2x_alloc_rx_bds() 4760 bp->fp_stats = kcalloc(bp->fp_array_size, sizeof(struct bnx2x_fp_stats), in bnx2x_alloc_mem_bp()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_stats.c | 943 &bnx2x_fp_stats(bp, fp)->old_tclient; in bnx2x_storm_stats_update() 948 &bnx2x_fp_stats(bp, fp)->old_uclient; in bnx2x_storm_stats_update() 953 &bnx2x_fp_stats(bp, fp)->old_xclient; in bnx2x_storm_stats_update() 955 &bnx2x_fp_stats(bp, fp)->eth_q_stats; in bnx2x_storm_stats_update() 957 &bnx2x_fp_stats(bp, fp)->eth_q_stats_old; in bnx2x_storm_stats_update() 1564 struct bnx2x_fp_stats *fp_stats = &bp->fp_stats[i]; in bnx2x_memset_stats() 1669 &bnx2x_fp_stats(bp, fp)->eth_q_stats; in bnx2x_save_statistics() 1671 &bnx2x_fp_stats(bp, fp)->eth_q_stats_old; in bnx2x_save_statistics()
|
H A D | bnx2x.h | 623 #define bnx2x_fp_stats(bp, fp) (&((bp)->fp_stats[(fp)->index])) macro 1318 struct bnx2x_fp_stats { struct 1351 struct bnx2x_fp_stats *fp_stats;
|
H A D | bnx2x_cmn.c | 92 struct bnx2x_fp_stats *from_fp_stats = &bp->fp_stats[from]; in bnx2x_move_fp() 93 struct bnx2x_fp_stats *to_fp_stats = &bp->fp_stats[to]; in bnx2x_move_fp() 836 bnx2x_fp_stats(bp, fp)->eth_q_stats.rx_skb_alloc_failed++; in bnx2x_tpa_stop() 4494 bnx2x_fp_stats(bp, fp)->eth_q_stats.rx_skb_alloc_failed += failure_cnt; in bnx2x_alloc_rx_bds() 4771 bp->fp_stats = kcalloc(bp->fp_array_size, sizeof(struct bnx2x_fp_stats), in bnx2x_alloc_mem_bp()
|
Completed in 26 milliseconds