Home
last modified time | relevance | path

Searched refs:fcoe_q_tstorm_stats (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c1711 struct tstorm_per_queue_stats *fcoe_q_tstorm_stats = in bnx2x_afex_collect_stats() local
1827 fcoe_q_tstorm_stats->rcv_ucast_bytes.hi, in bnx2x_afex_collect_stats()
1829 fcoe_q_tstorm_stats->rcv_ucast_bytes.lo); in bnx2x_afex_collect_stats()
1832 fcoe_q_tstorm_stats->rcv_bcast_bytes.hi, in bnx2x_afex_collect_stats()
1834 fcoe_q_tstorm_stats->rcv_bcast_bytes.lo); in bnx2x_afex_collect_stats()
1837 fcoe_q_tstorm_stats->rcv_mcast_bytes.hi, in bnx2x_afex_collect_stats()
1839 fcoe_q_tstorm_stats->rcv_mcast_bytes.lo); in bnx2x_afex_collect_stats()
1849 fcoe_q_tstorm_stats->rcv_ucast_pkts); in bnx2x_afex_collect_stats()
1854 fcoe_q_tstorm_stats->rcv_bcast_pkts); in bnx2x_afex_collect_stats()
1859 fcoe_q_tstorm_stats->rcv_ucast_pkts); in bnx2x_afex_collect_stats()
[all …]
Dbnx2x_main.c3429 struct tstorm_per_queue_stats *fcoe_q_tstorm_stats = in bnx2x_drv_info_fcoe_stat() local
3445 fcoe_q_tstorm_stats->rcv_ucast_bytes.hi, in bnx2x_drv_info_fcoe_stat()
3447 fcoe_q_tstorm_stats->rcv_ucast_bytes.lo); in bnx2x_drv_info_fcoe_stat()
3450 fcoe_q_tstorm_stats->rcv_bcast_bytes.hi, in bnx2x_drv_info_fcoe_stat()
3452 fcoe_q_tstorm_stats->rcv_bcast_bytes.lo); in bnx2x_drv_info_fcoe_stat()
3455 fcoe_q_tstorm_stats->rcv_mcast_bytes.hi, in bnx2x_drv_info_fcoe_stat()
3457 fcoe_q_tstorm_stats->rcv_mcast_bytes.lo); in bnx2x_drv_info_fcoe_stat()
3465 fcoe_q_tstorm_stats->rcv_ucast_pkts); in bnx2x_drv_info_fcoe_stat()
3469 fcoe_q_tstorm_stats->rcv_bcast_pkts); in bnx2x_drv_info_fcoe_stat()
3473 fcoe_q_tstorm_stats->rcv_mcast_pkts); in bnx2x_drv_info_fcoe_stat()