Home
last modified time | relevance | path

Searched refs:hb_count (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.h166 u32 hb_count; member
234 ((_ioc)->stats.hb_count = (_hb_count))
Dbfa_defs.h128 u32 hb_count; member
Dbfa_ioc.c1960 u32 hb_count; in bfa_nw_ioc_hb_check() local
1962 hb_count = readl(ioc->ioc_regs.heartbeat); in bfa_nw_ioc_hb_check()
1963 if (ioc->hb_count == hb_count) { in bfa_nw_ioc_hb_check()
1967 ioc->hb_count = hb_count; in bfa_nw_ioc_hb_check()
1978 ioc->hb_count = readl(ioc->ioc_regs.heartbeat); in bfa_ioc_hb_monitor()
2715 bfa_ioc_stats_hb_count(ioc, ioc->hb_count); in bfa_nw_ioc_error_isr()
2934 bfa_ioc_stats_hb_count(ioc, ioc->hb_count); in bfa_ioc_recover()
Dbfi.h293 u32 hb_count; /*!< current heart beat count */ member
/Linux-v5.4/drivers/scsi/bfa/
Dbfa_ioc.c1837 u32 hb_count; in bfa_ioc_hb_check() local
1839 hb_count = readl(ioc->ioc_regs.heartbeat); in bfa_ioc_hb_check()
1840 if (ioc->hb_count == hb_count) { in bfa_ioc_hb_check()
1844 ioc->hb_count = hb_count; in bfa_ioc_hb_check()
1854 ioc->hb_count = readl(ioc->ioc_regs.heartbeat); in bfa_ioc_hb_monitor()
2631 ioc->stats.hb_count = ioc->hb_count; in bfa_ioc_error_isr()
3136 ioc->stats.hb_count = ioc->hb_count; in bfa_ioc_recover()
Dbfa_defs.h375 u32 hb_count; member
Dbfi.h390 u32 hb_count; /* current heart beat count */ member
Dbfa_ioc.h301 u32 hb_count; member