Home
last modified time | relevance | path

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

/linux-4.4.14/arch/ia64/sn/kernel/sn2/
Dtimer_interrupt.c42 if (!pda->hb_count--) { in sn_timer_interrupt()
43 pda->hb_count = HZ / 2; in sn_timer_interrupt()
/linux-4.4.14/arch/ia64/include/asm/sn/
Dpda.h32 unsigned int hb_count; member
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.h174 u32 hb_count; member
242 ((_ioc)->stats.hb_count = (_hb_count))
Dbfa_defs.h136 u32 hb_count; member
Dbfa_ioc.c1967 u32 hb_count; in bfa_nw_ioc_hb_check() local
1969 hb_count = readl(ioc->ioc_regs.heartbeat); in bfa_nw_ioc_hb_check()
1970 if (ioc->hb_count == hb_count) { in bfa_nw_ioc_hb_check()
1974 ioc->hb_count = hb_count; in bfa_nw_ioc_hb_check()
1985 ioc->hb_count = readl(ioc->ioc_regs.heartbeat); in bfa_ioc_hb_monitor()
2722 bfa_ioc_stats_hb_count(ioc, ioc->hb_count); in bfa_nw_ioc_error_isr()
2941 bfa_ioc_stats_hb_count(ioc, ioc->hb_count); in bfa_ioc_recover()
Dbfi.h301 u32 hb_count; /*!< current heart beat count */ member
/linux-4.4.14/arch/ia64/sn/kernel/
Dsetup.c637 pda->hb_count = HZ / 2; in sn_cpu_init()
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_ioc.c1846 u32 hb_count; in bfa_ioc_hb_check() local
1848 hb_count = readl(ioc->ioc_regs.heartbeat); in bfa_ioc_hb_check()
1849 if (ioc->hb_count == hb_count) { in bfa_ioc_hb_check()
1853 ioc->hb_count = hb_count; in bfa_ioc_hb_check()
1863 ioc->hb_count = readl(ioc->ioc_regs.heartbeat); in bfa_ioc_hb_monitor()
2640 ioc->stats.hb_count = ioc->hb_count; in bfa_ioc_error_isr()
3145 ioc->stats.hb_count = ioc->hb_count; in bfa_ioc_recover()
Dbfi.h397 u32 hb_count; /* current heart beat count */ member
Dbfa_defs.h382 u32 hb_count; member
Dbfa_ioc.h304 u32 hb_count; member