Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_dcb.c549 __le64 *stats = (__le64 *)bp->hw_rx_port_stats; in bnxt_dcbnl_ieee_getpfc()
Dbnxt.h1305 struct rx_port_stats *hw_rx_port_stats; member
Dbnxt.c3074 if (bp->hw_rx_port_stats) { in bnxt_free_stats()
3076 bp->hw_rx_port_stats, in bnxt_free_stats()
3078 bp->hw_rx_port_stats = NULL; in bnxt_free_stats()
3129 bp->hw_rx_port_stats = in bnxt_alloc_stats()
3133 if (!bp->hw_rx_port_stats) in bnxt_alloc_stats()
3136 bp->hw_tx_port_stats = (void *)(bp->hw_rx_port_stats + 1) + in bnxt_alloc_stats()
7262 struct rx_port_stats *rx = bp->hw_rx_port_stats; in bnxt_get_stats64()
Dbnxt_ethtool.c329 __le64 *port_stats = (__le64 *)bp->hw_rx_port_stats; in bnxt_get_ethtool_stats()