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

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs.h128 u32 hb_count; member in struct:bfa_ioc_drv_stats
H A Dbfa_ioc.h170 u32 hb_count; member in struct:bfa_ioc
238 ((_ioc)->stats.hb_count = (_hb_count))
H A Dbfa_ioc.c1959 u32 hb_count; local
1961 hb_count = readl(ioc->ioc_regs.heartbeat);
1962 if (ioc->hb_count == hb_count) {
1966 ioc->hb_count = hb_count;
1977 ioc->hb_count = readl(ioc->ioc_regs.heartbeat);
2720 bfa_ioc_stats_hb_count(ioc, ioc->hb_count);
2939 bfa_ioc_stats_hb_count(ioc, ioc->hb_count);
H A Dbfi.h293 u32 hb_count; /*!< current heart beat count */ member in struct:bfi_ioc_hbeat
/linux-master/drivers/scsi/bfa/
H A Dbfa_ioc.c1833 u32 hb_count; local
1835 hb_count = readl(ioc->ioc_regs.heartbeat);
1836 if (ioc->hb_count == hb_count) {
1840 ioc->hb_count = hb_count;
1850 ioc->hb_count = readl(ioc->ioc_regs.heartbeat);
2625 ioc->stats.hb_count = ioc->hb_count;
3130 ioc->stats.hb_count
[all...]
H A Dbfa_defs.h375 u32 hb_count; member in struct:bfa_ioc_drv_stats_s
H A Dbfi.h390 u32 hb_count; /* current heart beat count */ member in struct:bfi_ioc_hbeat_s
H A Dbfa_ioc.h340 u32 hb_count; member in struct:bfa_ioc_s

Completed in 296 milliseconds