Home
last modified time | relevance | path

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

/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.c1490 u32 hb_count; in bfa_nw_ioc_hb_check() local
1492 hb_count = readl(ioc->ioc_regs.heartbeat); in bfa_nw_ioc_hb_check()
1493 if (ioc->hb_count == hb_count) { in bfa_nw_ioc_hb_check()
1497 ioc->hb_count = hb_count; in bfa_nw_ioc_hb_check()
1508 ioc->hb_count = readl(ioc->ioc_regs.heartbeat); in bfa_ioc_hb_monitor()
2190 bfa_ioc_stats_hb_count(ioc, ioc->hb_count); in bfa_nw_ioc_error_isr()
2408 bfa_ioc_stats_hb_count(ioc, ioc->hb_count); in bfa_ioc_recover()
Dbfa_ioc.h173 u32 hb_count; member
238 ((_ioc)->stats.hb_count = (_hb_count))
Dbfa_defs.h136 u32 hb_count; member
Dbfi.h271 u32 hb_count; /*!< current heart beat count */ member
/drivers/scsi/bfa/
Dbfa_ioc.c1655 u32 hb_count; in bfa_ioc_hb_check() local
1657 hb_count = readl(ioc->ioc_regs.heartbeat); in bfa_ioc_hb_check()
1658 if (ioc->hb_count == hb_count) { in bfa_ioc_hb_check()
1662 ioc->hb_count = hb_count; in bfa_ioc_hb_check()
1672 ioc->hb_count = readl(ioc->ioc_regs.heartbeat); in bfa_ioc_hb_monitor()
2388 ioc->stats.hb_count = ioc->hb_count; in bfa_ioc_error_isr()
2893 ioc->stats.hb_count = ioc->hb_count; in bfa_ioc_recover()
Dbfi.h358 u32 hb_count; /* current heart beat count */ member
Dbfa_defs.h348 u32 hb_count; member
Dbfa_ioc.h304 u32 hb_count; member