Searched refs:tg3_hw_stats (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | tg3.h | 2716 struct tg3_hw_stats { struct 3372 struct tg3_hw_stats *hw_stats;
|
H A D | tg3.c | 8758 dma_free_coherent(&tp->pdev->dev, sizeof(struct tg3_hw_stats), in tg3_free_consistent() 8773 sizeof(struct tg3_hw_stats), in tg3_alloc_consistent() 9373 memset(tp->hw_stats, 0, sizeof(struct tg3_hw_stats)); in tg3_halt() 10911 struct tg3_hw_stats *sp = tp->hw_stats; in tg3_periodic_fetch_stats() 11822 struct tg3_hw_stats *hw_stats = tp->hw_stats; in tg3_calc_crc_errors() 11851 struct tg3_hw_stats *hw_stats = tp->hw_stats; in tg3_get_estats() 11935 struct tg3_hw_stats *hw_stats = tp->hw_stats; in tg3_get_nstats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | tg3.h | 2716 struct tg3_hw_stats { struct 3372 struct tg3_hw_stats *hw_stats;
|
H A D | tg3.c | 8743 dma_free_coherent(&tp->pdev->dev, sizeof(struct tg3_hw_stats), in tg3_free_consistent() 8758 sizeof(struct tg3_hw_stats), in tg3_alloc_consistent() 9358 memset(tp->hw_stats, 0, sizeof(struct tg3_hw_stats)); in tg3_halt() 10895 struct tg3_hw_stats *sp = tp->hw_stats; in tg3_periodic_fetch_stats() 11802 struct tg3_hw_stats *hw_stats = tp->hw_stats; in tg3_calc_crc_errors() 11831 struct tg3_hw_stats *hw_stats = tp->hw_stats; in tg3_get_estats() 11915 struct tg3_hw_stats *hw_stats = tp->hw_stats; in tg3_get_nstats()
|
Completed in 54 milliseconds