Home
last modified time | relevance | path

Searched refs:hw_rx_port_stats (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_dcb.c549 __le64 *stats = (__le64 *)bp->hw_rx_port_stats; in bnxt_dcbnl_ieee_getpfc()
Dbnxt.h1674 struct rx_port_stats *hw_rx_port_stats; member
Dbnxt.c3706 if (bp->hw_rx_port_stats) { in bnxt_free_port_stats()
3708 bp->hw_rx_port_stats, in bnxt_free_port_stats()
3710 bp->hw_rx_port_stats = NULL; in bnxt_free_port_stats()
3779 if (bp->hw_rx_port_stats) in bnxt_alloc_stats()
3785 bp->hw_rx_port_stats = in bnxt_alloc_stats()
3789 if (!bp->hw_rx_port_stats) in bnxt_alloc_stats()
3792 bp->hw_tx_port_stats = (void *)(bp->hw_rx_port_stats + 1) + 512; in bnxt_alloc_stats()
9489 struct rx_port_stats *rx = bp->hw_rx_port_stats; in bnxt_get_stats64()
Dbnxt_ethtool.c568 __le64 *port_stats = (__le64 *)bp->hw_rx_port_stats; in bnxt_get_ethtool_stats()