Searched refs:rx_port_stats_ext (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_sysctl.c | 723 &softc->rx_port_stats_ext->link_down_events, "Num times link states down"); in bnxt_create_port_stats_sysctls() 726 &softc->rx_port_stats_ext->continuous_pause_events, "Num times pause events"); in bnxt_create_port_stats_sysctls() 729 &softc->rx_port_stats_ext->resume_pause_events, "Num times pause events" in bnxt_create_port_stats_sysctls() 733 &softc->rx_port_stats_ext->continuous_roce_pause_events, "Num times roce" in bnxt_create_port_stats_sysctls() 737 &softc->rx_port_stats_ext->resume_roce_pause_events, "Num times roce pause" in bnxt_create_port_stats_sysctls() 742 &softc->rx_port_stats_ext->rx_bytes_cos0, "Received bytes count cos0"); in bnxt_create_port_stats_sysctls() 745 &softc->rx_port_stats_ext->rx_packets_cos0, "Received packets count cos0"); in bnxt_create_port_stats_sysctls() 748 &softc->rx_port_stats_ext->rx_bytes_cos1, "Received bytes count cos1"); in bnxt_create_port_stats_sysctls() 751 &softc->rx_port_stats_ext->rx_packets_cos1, "Received packets count cos1"); in bnxt_create_port_stats_sysctls() 754 &softc->rx_port_stats_ext->rx_bytes_cos2, "Received bytes count cos2"); in bnxt_create_port_stats_sysctls() [all …]
|
H A D | bnxt.h | 289 (offsetof(struct rx_port_stats_ext, counter) / 8) 1056 struct rx_port_stats_ext *rx_port_stats_ext; member
|
H A D | bnxt_hwrm.c | 1913 req.rx_stat_size = htole16(sizeof(struct rx_port_stats_ext)); in bnxt_hwrm_port_qstats_ext() 1951 u64 *rx_port_stats_ext = (u64 *)softc->hw_rx_port_stats_ext.idi_vaddr; in bnxt_hwrm_port_qstats_ext() local 1959 softc->rx_bytes_pri[i] = *(rx_port_stats_ext + n); in bnxt_hwrm_port_qstats_ext() 1965 softc->rx_packets_pri[i] = *(rx_port_stats_ext + n); in bnxt_hwrm_port_qstats_ext()
|
H A D | if_bnxt.c | 643 rc = iflib_dma_alloc(ctx, sizeof(struct rx_port_stats_ext), in bnxt_rx_queues_alloc() 659 softc->rx_port_stats_ext = (void *) softc->hw_rx_port_stats_ext.idi_vaddr; in bnxt_rx_queues_alloc()
|
H A D | hsi_struct_def.h | 29160 typedef struct rx_port_stats_ext { struct
|