Home
last modified time | relevance | path

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

/linux-4.4.14/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()
354 if (port->stats_busy) { in bfa_port_get_stats()
364 port->stats_busy = BFA_TRUE; in bfa_port_get_stats()
393 if (port->stats_busy) { in bfa_port_clear_stats()
402 port->stats_busy = BFA_TRUE; in bfa_port_clear_stats()
430 if (port->stats_busy) { in bfa_port_notify()
435 port->stats_busy = BFA_FALSE; in bfa_port_notify()
[all …]
Dbfa_port.h33 bfa_boolean_t stats_busy; member
Dbfa_ioc.c3087 if (ioc->stats_busy) { in bfa_ioc_fw_stats_get()
3088 bfa_trc(ioc, ioc->stats_busy); in bfa_ioc_fw_stats_get()
3091 ioc->stats_busy = BFA_TRUE; in bfa_ioc_fw_stats_get()
3096 ioc->stats_busy = BFA_FALSE; in bfa_ioc_fw_stats_get()
3108 if (ioc->stats_busy) { in bfa_ioc_fw_stats_clear()
3109 bfa_trc(ioc, ioc->stats_busy); in bfa_ioc_fw_stats_clear()
3112 ioc->stats_busy = BFA_TRUE; in bfa_ioc_fw_stats_clear()
3117 ioc->stats_busy = BFA_FALSE; in bfa_ioc_fw_stats_clear()
Dbfa_ioc.h315 bfa_boolean_t stats_busy; /* outstanding stats */ member
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.h184 bool stats_busy; /*!< outstanding stats */ member