Home
last modified time | relevance | path

Searched refs:QEDI_IN_OFFLINE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/scsi/qedi/
Dqedi.h280 #define QEDI_IN_OFFLINE 6 macro
Dqedi_main.c2346 if (!test_bit(QEDI_IN_OFFLINE, &qedi->flags)) in __qedi_remove()
2351 if (!test_bit(QEDI_IN_OFFLINE, &qedi->flags)) { in __qedi_remove()
2363 if (!test_bit(QEDI_IN_OFFLINE, &qedi->flags)) { in __qedi_remove()
Dqedi_iscsi.c829 if (test_bit(QEDI_IN_OFFLINE, &qedi->flags) || in qedi_ep_connect()