Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_hw.h400 #define CSIO_HWF_MASTER 0x00000001 /* This is the Master macro
434 #define csio_is_hw_master(__hw) ((__hw)->flags & CSIO_HWF_MASTER)
Dcsio_hw.c953 hw->flags |= CSIO_HWF_MASTER; in csio_do_hello()
1025 hw->flags &= ~CSIO_HWF_MASTER; in csio_do_hello()