Home
last modified time | relevance | path

Searched refs:endis_pending (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_port.c62 port->endis_pending = BFA_FALSE; in bfa_port_enable_isr()
79 port->endis_pending = BFA_FALSE; in bfa_port_disable_isr()
157 if (port->endis_pending == BFA_FALSE) in bfa_port_isr()
163 if (port->endis_pending == BFA_FALSE) in bfa_port_isr()
254 if (port->endis_pending) { in bfa_port_enable()
264 port->endis_pending = BFA_TRUE; in bfa_port_enable()
310 if (port->endis_pending) { in bfa_port_disable()
320 port->endis_pending = BFA_TRUE; in bfa_port_disable()
434 if (port->endis_pending) { in bfa_port_notify()
439 port->endis_pending = BFA_FALSE; in bfa_port_notify()
[all …]
Dbfa_port.h42 bfa_boolean_t endis_pending; member