Home
last modified time | relevance | path

Searched refs:stats_busy (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_port.c88 port->stats_busy = BFA_FALSE; in bfa_port_get_stats_isr()
117 port->stats_busy = BFA_FALSE; in bfa_port_clear_stats_isr()
162 if (port->stats_busy == BFA_FALSE) in bfa_port_isr()
168 if (port->stats_busy == BFA_FALSE) in bfa_port_isr()
341 if (port->stats_busy) { in bfa_port_get_stats()
351 port->stats_busy = BFA_TRUE; in bfa_port_get_stats()
380 if (port->stats_busy) { in bfa_port_clear_stats()
389 port->stats_busy = BFA_TRUE; in bfa_port_clear_stats()
417 if (port->stats_busy) { in bfa_port_notify()
422 port->stats_busy = BFA_FALSE; in bfa_port_notify()
[all …]
H A Dbfa_port.h26 bfa_boolean_t stats_busy; member
H A Dbfa_ioc.c3073 if (ioc->stats_busy) { in bfa_ioc_fw_stats_get()
3074 bfa_trc(ioc, ioc->stats_busy); in bfa_ioc_fw_stats_get()
3077 ioc->stats_busy = BFA_TRUE; in bfa_ioc_fw_stats_get()
3082 ioc->stats_busy = BFA_FALSE; in bfa_ioc_fw_stats_get()
3094 if (ioc->stats_busy) { in bfa_ioc_fw_stats_clear()
3095 bfa_trc(ioc, ioc->stats_busy); in bfa_ioc_fw_stats_clear()
3098 ioc->stats_busy = BFA_TRUE; in bfa_ioc_fw_stats_clear()
3103 ioc->stats_busy = BFA_FALSE; in bfa_ioc_fw_stats_clear()
H A Dbfa_ioc.h312 bfa_boolean_t stats_busy; /* outstanding stats */ member
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.h180 bool stats_busy; /*!< outstanding stats */ member