Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_port.c96 port->stats_busy = BFA_FALSE; in bfa_port_get_stats_isr()
125 port->stats_busy = BFA_FALSE; in bfa_port_clear_stats_isr()
170 if (port->stats_busy == BFA_FALSE) in bfa_port_isr()
176 if (port->stats_busy == BFA_FALSE) in bfa_port_isr()
349 if (port->stats_busy) { in bfa_port_get_stats()
359 port->stats_busy = BFA_TRUE; in bfa_port_get_stats()
388 if (port->stats_busy) { in bfa_port_clear_stats()
397 port->stats_busy = BFA_TRUE; in bfa_port_clear_stats()
425 if (port->stats_busy) { in bfa_port_notify()
430 port->stats_busy = BFA_FALSE; in bfa_port_notify()
[all …]
Dbfa_port.h34 bfa_boolean_t stats_busy; member
Dbfa_ioc.c3090 if (ioc->stats_busy) { in bfa_ioc_fw_stats_get()
3091 bfa_trc(ioc, ioc->stats_busy); in bfa_ioc_fw_stats_get()
3094 ioc->stats_busy = BFA_TRUE; in bfa_ioc_fw_stats_get()
3099 ioc->stats_busy = BFA_FALSE; in bfa_ioc_fw_stats_get()
3111 if (ioc->stats_busy) { in bfa_ioc_fw_stats_clear()
3112 bfa_trc(ioc, ioc->stats_busy); in bfa_ioc_fw_stats_clear()
3115 ioc->stats_busy = BFA_TRUE; in bfa_ioc_fw_stats_clear()
3120 ioc->stats_busy = BFA_FALSE; in bfa_ioc_fw_stats_clear()
Dbfa_ioc.h320 bfa_boolean_t stats_busy; /* outstanding stats */ member
/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.h184 bool stats_busy; /*!< outstanding stats */ member