Searched refs:csio_is_hw_master (Results 1 – 4 of 4) sorted by relevance
512 if (hw->flags & CSIO_HWF_USING_SOFT_PARAMS || !csio_is_hw_master(hw)) in csio_enable_msix()580 !csio_is_hw_master(hw)) { in csio_intr_enable()
1511 !csio_is_hw_master(hw)) { in csio_get_device_params()2186 if (csio_is_hw_master(hw) && hw->fw_state != CSIO_DEV_STATE_INIT) { in csio_hw_configure()2272 if (csio_is_hw_master(hw) && hw->fw_state != CSIO_DEV_STATE_INIT) { in csio_hw_initialize()2312 if (csio_is_hw_master(hw) && hw->fw_state != CSIO_DEV_STATE_INIT) { in csio_hw_initialize()2361 if (csio_is_hw_master(hw)) { in csio_hw_intr_enable()2401 if (csio_is_hw_master(hw)) in csio_hw_intr_disable()2698 if (!csio_is_hw_master(hw)) in csio_hws_removing()3896 if (!csio_is_hw_master(hw)) in csio_hw_reset()
422 #define csio_is_hw_master(__hw) ((__hw)->flags & CSIO_HWF_MASTER) macro
1554 if (csio_is_hw_master(hw)) { in csio_wr_sge_init()