Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_cmds.c38 sreset |= BE2_SET_RESET; in beiscsi_pci_soft_reset()
42 while (sreset & BE2_SET_RESET) { in beiscsi_pci_soft_reset()
50 if (sreset & BE2_SET_RESET) { in beiscsi_pci_soft_reset()
59 sreset |= BE2_SET_RESET; in beiscsi_pci_soft_reset()
63 while (sreset & BE2_SET_RESET) { in beiscsi_pci_soft_reset()
70 if (sreset & BE2_SET_RESET) { in beiscsi_pci_soft_reset()
Dbe_main.h89 #define BE2_SET_RESET 0x80 macro