Home
last modified time | relevance | path

Searched refs:csio_is_hw_master (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/csiostor/
H A Dcsio_isr.c515 if (hw->flags & CSIO_HWF_USING_SOFT_PARAMS || !csio_is_hw_master(hw)) in csio_enable_msix()
562 !csio_is_hw_master(hw)) { in csio_intr_enable()
H A Dcsio_hw.c1411 !csio_is_hw_master(hw)) { in csio_get_device_params()
2528 if (csio_is_hw_master(hw) && hw->fw_state != CSIO_DEV_STATE_INIT) { in csio_hw_configure()
2613 if (csio_is_hw_master(hw) && hw->fw_state != CSIO_DEV_STATE_INIT) { in csio_hw_initialize()
2653 if (csio_is_hw_master(hw) && hw->fw_state != CSIO_DEV_STATE_INIT) { in csio_hw_initialize()
2707 if (csio_is_hw_master(hw)) { in csio_hw_intr_enable()
2752 if (csio_is_hw_master(hw)) in csio_hw_intr_disable()
3049 if (!csio_is_hw_master(hw)) in csio_hws_removing()
4263 if (!csio_is_hw_master(hw)) in csio_hw_reset()
H A Dcsio_hw.h434 #define csio_is_hw_master(__hw) ((__hw)->flags & CSIO_HWF_MASTER) macro
H A Dcsio_wr.c1625 if (csio_is_hw_master(hw)) { in csio_wr_sge_init()