Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c1290 if (!cdev || cdev->flags & CXGBI_FLAG_ADAPTER_RESET) { in cxgb3i_dev_close()
1372 cdev->flags |= CXGBI_FLAG_ADAPTER_RESET; in cxgb3i_dev_event_handler()
1375 cdev->flags &= ~CXGBI_FLAG_ADAPTER_RESET; in cxgb3i_dev_event_handler()
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/
Dlibcxgbi.h472 #define CXGBI_FLAG_ADAPTER_RESET 0x4 macro