Home
last modified time | relevance | path

Searched refs:rx_port_stats (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h2757 (*((sw) + offsetof(struct rx_port_stats, counter) / 8))
2763 (sizeof(struct rx_port_stats) + sizeof(struct tx_port_stats) + 1024)
2766 (sizeof(struct rx_port_stats) + 512)
2769 (offsetof(struct rx_port_stats, counter) / 8)
H A Dbnxt_hsi.h4976 struct rx_port_stats { struct
H A Dbnxt.c5055 rx_count = sizeof(struct rx_port_stats) / 8; in bnxt_init_stats()
10288 cnt = sizeof(struct rx_port_stats) / 8; in bnxt_accumulate_all_stats()