Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_isr.c512 if (hw->flags & CSIO_HWF_USING_SOFT_PARAMS || !csio_is_hw_master(hw)) in csio_enable_msix()
574 !csio_is_hw_master(hw)) { in csio_intr_enable()
Dcsio_hw.c1316 !csio_is_hw_master(hw)) { in csio_get_device_params()
2095 if (csio_is_hw_master(hw) && hw->fw_state != CSIO_DEV_STATE_INIT) { in csio_hw_configure()
2172 if (csio_is_hw_master(hw) && hw->fw_state != CSIO_DEV_STATE_INIT) { in csio_hw_initialize()
2212 if (csio_is_hw_master(hw) && hw->fw_state != CSIO_DEV_STATE_INIT) { in csio_hw_initialize()
2261 if (csio_is_hw_master(hw)) { in csio_hw_intr_enable()
2301 if (csio_is_hw_master(hw)) in csio_hw_intr_disable()
2598 if (!csio_is_hw_master(hw)) in csio_hws_removing()
3800 if (!csio_is_hw_master(hw)) in csio_hw_reset()
Dcsio_hw.h376 #define csio_is_hw_master(__hw) ((__hw)->flags & CSIO_HWF_MASTER) macro
Dcsio_wr.c1551 if (csio_is_hw_master(hw)) { in csio_wr_sge_init()