Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/bfa/
Dbfa_port.c95 port->stats_busy = BFA_FALSE; in bfa_port_get_stats_isr()
129 port->stats_busy = BFA_FALSE; in bfa_port_clear_stats_isr()
175 if (port->stats_busy == BFA_FALSE) in bfa_port_isr()
181 if (port->stats_busy == BFA_FALSE) in bfa_port_isr()
342 if (port->stats_busy) { in bfa_port_get_stats()
352 port->stats_busy = BFA_TRUE; in bfa_port_get_stats()
381 if (port->stats_busy) { in bfa_port_clear_stats()
390 port->stats_busy = BFA_TRUE; in bfa_port_clear_stats()
418 if (port->stats_busy) { in bfa_port_notify()
423 port->stats_busy = BFA_FALSE; in bfa_port_notify()
[all …]
Dbfa_port.h33 bfa_boolean_t stats_busy; member
Dbfa_ioc.c2822 if (ioc->stats_busy) { in bfa_ioc_fw_stats_get()
2823 bfa_trc(ioc, ioc->stats_busy); in bfa_ioc_fw_stats_get()
2826 ioc->stats_busy = BFA_TRUE; in bfa_ioc_fw_stats_get()
2831 ioc->stats_busy = BFA_FALSE; in bfa_ioc_fw_stats_get()
2843 if (ioc->stats_busy) { in bfa_ioc_fw_stats_clear()
2844 bfa_trc(ioc, ioc->stats_busy); in bfa_ioc_fw_stats_clear()
2847 ioc->stats_busy = BFA_TRUE; in bfa_ioc_fw_stats_clear()
2852 ioc->stats_busy = BFA_FALSE; in bfa_ioc_fw_stats_clear()
Dbfa_ioc.h315 bfa_boolean_t stats_busy; /* outstanding stats */ member
/linux-3.4.99/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.h200 bool stats_busy; /*!< outstanding stats */ member