Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qedi/
Dqedi.h286 #define QEDI_IN_OFFLINE 6 macro
Dqedi_main.c2295 if (!test_bit(QEDI_IN_OFFLINE, &qedi->flags)) in __qedi_remove()
2300 if (!test_bit(QEDI_IN_OFFLINE, &qedi->flags)) { in __qedi_remove()
2312 if (!test_bit(QEDI_IN_OFFLINE, &qedi->flags)) { in __qedi_remove()
Dqedi_iscsi.c837 if (test_bit(QEDI_IN_OFFLINE, &qedi->flags) || in qedi_ep_connect()