Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_hw.h345 #define CSIO_HWF_MASTER 0x00000001 /* This is the Master macro
376 #define csio_is_hw_master(__hw) ((__hw)->flags & CSIO_HWF_MASTER)
Dcsio_hw.c858 hw->flags |= CSIO_HWF_MASTER; in csio_do_hello()
930 hw->flags &= ~CSIO_HWF_MASTER; in csio_do_hello()