Searched refs:QLCWRX (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_vnic.c17 QLCWRX(adapter->ahw, QLC_83XX_VNIC_STATE, QLCNIC_DEV_NPAR_OPER); qlcnic_83xx_enable_vnic_mode()
33 QLCWRX(adapter->ahw, QLC_83XX_VNIC_STATE, QLCNIC_DEV_NPAR_NON_OPER); qlcnic_83xx_disable_vnic_mode()
57 QLCWRX(adapter->ahw, QLC_83XX_DRV_OP_MODE, data); qlcnic_83xx_set_vnic_opmode()
H A Dqlcnic_83xx_init.c176 QLCWRX(adapter->ahw, QLC_83XX_IDC_DRV_AUDIT, val); qlcnic_83xx_idc_update_audit_reg()
192 QLCWRX(adapter->ahw, QLC_83XX_IDC_MIN_VERSION, val); qlcnic_83xx_idc_update_minor_version()
208 QLCWRX(adapter->ahw, QLC_83XX_IDC_MAJ_VERSION, val); qlcnic_83xx_idc_update_major_version()
234 QLCWRX(adapter->ahw, QLC_83XX_IDC_DRV_PRESENCE, val); qlcnic_83xx_idc_update_drv_presence_reg()
271 QLCWRX(adapter->ahw, QLC_83XX_IDC_DRV_ACK, 0); qlcnic_83xx_idc_clear_registers()
275 QLCWRX(adapter->ahw, QLC_83XX_IDC_CTRL, val); qlcnic_83xx_idc_clear_registers()
298 QLCWRX(adapter->ahw, QLC_83XX_IDC_DRV_ACK, val); qlcnic_83xx_idc_update_drv_ack_reg()
346 QLCWRX(adapter->ahw, QLC_83XX_IDC_DRV_PRESENCE, val); qlcnic_83xx_idc_check_reset_ack_reg()
451 QLCWRX(adapter->ahw, QLC_83XX_IDC_DEV_STATE, QLC_83XX_IDC_DEV_FAILED); qlcnic_83xx_idc_enter_failed_state()
469 QLCWRX(adapter->ahw, QLC_83XX_IDC_DEV_STATE, QLC_83XX_IDC_DEV_INIT); qlcnic_83xx_idc_enter_init_state()
485 QLCWRX(adapter->ahw, QLC_83XX_IDC_DEV_STATE, qlcnic_83xx_idc_enter_need_quiesce()
502 QLCWRX(adapter->ahw, QLC_83XX_IDC_DEV_STATE, qlcnic_83xx_idc_enter_need_reset_state()
519 QLCWRX(adapter->ahw, QLC_83XX_IDC_DEV_STATE, QLC_83XX_IDC_DEV_READY); qlcnic_83xx_idc_enter_ready_state()
1206 QLCWRX(adapter->ahw, QLC_83XX_IDC_CTRL, val); qlcnic_83xx_setup_idc_parameters()
1219 QLCWRX(adapter->ahw, QLC_83XX_RECOVER_DRV_LOCK, 0); qlcnic_83xx_idc_first_to_load_function_handler()
1232 QLCWRX(adapter->ahw, QLC_83XX_IDC_DEV_STATE, qlcnic_83xx_idc_first_to_load_function_handler()
1246 QLCWRX(adapter->ahw, QLC_83XX_IDC_CTRL, val); qlcnic_83xx_idc_first_to_load_function_handler()
1298 QLCWRX(adapter->ahw, QLC_83XX_IDC_DRV_PRESENCE, val); qlcnic_83xx_idc_exit()
1330 QLCWRX(adapter->ahw, QLC_83XX_IDC_CTRL, val); qlcnic_83xx_idc_request_reset()
H A Dqlcnic_83xx_hw.c319 QLCWRX(ahw, QLCNIC_WILDCARD, data); qlcnic_83xx_wrt_reg_indirect()
443 QLCWRX(adapter->ahw, QLCNIC_MBX_INTR_ENBL, 0); qlcnic_83xx_disable_mbx_intr()
750 QLCWRX(adapter->ahw, QLCNIC_MBX_INTR_ENBL, val); qlcnic_83xx_enable_mbx_interrupt()
1009 QLCWRX(ahw, QLCNIC_FW_MBX_CTRL, QLCNIC_CLR_OWNER); __qlcnic_83xx_process_aen()
2980 QLCWRX(adapter->ahw, QLC_83XX_RECOVER_DRV_LOCK, val); qlcnic_83xx_recover_driver_lock()
2989 QLCWRX(adapter->ahw, QLC_83XX_RECOVER_DRV_LOCK, val); qlcnic_83xx_recover_driver_lock()
2994 QLCWRX(adapter->ahw, QLC_83XX_RECOVER_DRV_LOCK, val); qlcnic_83xx_recover_driver_lock()
3054 QLCWRX(adapter->ahw, QLC_83XX_DRV_LOCK_ID, val); qlcnic_83xx_lock_driver()
3073 QLCWRX(adapter->ahw, QLC_83XX_DRV_LOCK_ID, val); qlcnic_83xx_unlock_driver()
3861 QLCWRX(adapter->ahw, QLCNIC_HOST_MBX_CTRL, QLCNIC_SET_OWNER); qlcnic_83xx_signal_mbx_cmd()
3863 QLCWRX(adapter->ahw, QLCNIC_FW_MBX_CTRL, QLCNIC_CLR_OWNER); qlcnic_83xx_signal_mbx_cmd()
H A Dqlcnic_hw.h51 #define QLCWRX(ahw, addr, value) \ macro
H A Dqlcnic_ethtool.c1598 QLCWRX(adapter->ahw, QLC_83XX_IDC_CTRL, val); qlcnic_enable_fw_dump_state()
1621 QLCWRX(adapter->ahw, QLC_83XX_IDC_CTRL, val); qlcnic_disable_fw_dump_state()
H A Dqlcnic_sriov_pf.c1782 QLCWRX(ahw, QLCNIC_MBX_INTR_ENBL, (ahw->num_msix - 1) << 8); qlcnic_sriov_pf_reset()

Completed in 214 milliseconds