Searched refs:stats_mod (Results 1 – 3 of 3) sorted by relevance
189 struct bfi_enet_stats_req *stats_req = &bna->stats_mod.stats_get; in bna_bfi_stats_get_rsp()236 bna->stats_mod.stats_get_busy = false; in bna_bfi_stats_get_rsp()1493 bna_stats_mod_start(&ioceth->bna->stats_mod); in bna_ioceth_sm_ready_entry()1508 bna_stats_mod_fail(&ioceth->bna->stats_mod); in bna_ioceth_sm_ready()1546 bna_stats_mod_stop(&ioceth->bna->stats_mod); in bna_ioceth_sm_enet_stop_wait_entry()1559 bna_stats_mod_fail(&ioceth->bna->stats_mod); in bna_ioceth_sm_enet_stop_wait()1850 struct bfi_enet_stats_req *stats_req = &bna->stats_mod.stats_get; in bna_bfi_stats_get()1852 bna->stats_mod.stats_get_busy = true; in bna_bfi_stats_get()1864 bfa_msgq_cmd_set(&bna->stats_mod.stats_get_cmd, NULL, NULL, in bna_bfi_stats_get()1866 bfa_msgq_cmd_post(&bna->msgq, &bna->stats_mod.stats_get_cmd); in bna_bfi_stats_get()[all …]
925 struct bna_stats_mod stats_mod; member
1823 static void gbe_reset_mod_stats(struct gbe_priv *gbe_dev, int stats_mod) in gbe_reset_mod_stats() argument1825 void __iomem *base = gbe_dev->hw_stats_regs[stats_mod]; in gbe_reset_mod_stats()1830 if (gbe_dev->et_stats[i].type == stats_mod) { in gbe_reset_mod_stats()1869 int stats_mod) in gbe_stats_mod_visible_ver14() argument1875 switch (stats_mod) { in gbe_stats_mod_visible_ver14()1892 static void gbe_reset_mod_stats_ver14(struct gbe_priv *gbe_dev, int stats_mod) in gbe_reset_mod_stats_ver14() argument1894 gbe_stats_mod_visible_ver14(gbe_dev, stats_mod); in gbe_reset_mod_stats_ver14()1895 gbe_reset_mod_stats(gbe_dev, stats_mod); in gbe_reset_mod_stats_ver14()