Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/qedi/
H A Dqedi.h285 #define QEDI_IN_OFFLINE 6 macro
H A Dqedi_main.c2443 if (!test_bit(QEDI_IN_OFFLINE, &qedi->flags)) in __qedi_remove()
2448 if (!test_bit(QEDI_IN_OFFLINE, &qedi->flags)) { in __qedi_remove()
2465 if (!test_bit(QEDI_IN_OFFLINE, &qedi->flags)) { in __qedi_remove()
H A Dqedi_iscsi.c891 if (test_bit(QEDI_IN_OFFLINE, &qedi->flags) || in qedi_ep_connect()