Searched refs:t4_set_reg_field (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 83 * t4_set_reg_field - set a register field to a value 92 void t4_set_reg_field(struct adapter *adapter, unsigned int addr, u32 mask, in t4_set_reg_field() function 170 * read-modify-write via t4_set_reg_field().) in t4_hw_pci_read_cfg4() 5123 t4_set_reg_field(adapter, PL_INT_MAP0_A, 0, 1 << pf); in t4_intr_enable() 5146 t4_set_reg_field(adapter, PL_INT_MAP0_A, 1 << pf, 0); in t4_intr_disable() 7087 t4_set_reg_field(adap, CIM_BOOT_CFG_A, UPCRST_F, UPCRST_F); in t4_fw_halt() 7088 t4_set_reg_field(adap, PCIE_FW_A, PCIE_FW_HALT_F, in t4_fw_halt() 7129 t4_set_reg_field(adap, PCIE_FW_A, PCIE_FW_HALT_F, 0); in t4_fw_restart() 7139 t4_set_reg_field(adap, CIM_BOOT_CFG_A, UPCRST_F, 0); in t4_fw_restart() 7151 t4_set_reg_field(ada in t4_fw_restart() [all...] |
H A D | cxgb4_main.c | 2512 t4_set_reg_field(adap, SGE_INT_ENABLE3_A, in process_db_full() 2516 t4_set_reg_field(adap, SGE_INT_ENABLE3_A, in process_db_full() 2607 t4_set_reg_field(adap, 0x10b0, 1<<15, 1<<15); in process_db_drop() 2611 t4_set_reg_field(adap, SGE_DOORBELL_CONTROL_A, DROPPED_DB_F, 0); in process_db_drop() 2619 t4_set_reg_field(adap, SGE_INT_ENABLE3_A, in t4_db_full() 4306 t4_set_reg_field(adapter, SGE_CONTROL_A, in adap_init0_tweaks()
|
H A D | cxgb4.h | 1710 void t4_set_reg_field(struct adapter *adap, unsigned int addr, u32 mask,
|
H A D | cxgb4_debugfs.c | 681 t4_set_reg_field(adap, TP_DBG_LA_CONFIG_A, 0xffff0000U, in tp_la_write()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 83 * t4_set_reg_field - set a register field to a value 92 void t4_set_reg_field(struct adapter *adapter, unsigned int addr, u32 mask, in t4_set_reg_field() function 170 * read-modify-write via t4_set_reg_field().) in t4_hw_pci_read_cfg4() 5093 t4_set_reg_field(adapter, PL_INT_MAP0_A, 0, 1 << pf); in t4_intr_enable() 5116 t4_set_reg_field(adapter, PL_INT_MAP0_A, 1 << pf, 0); in t4_intr_disable() 7057 t4_set_reg_field(adap, CIM_BOOT_CFG_A, UPCRST_F, UPCRST_F); in t4_fw_halt() 7058 t4_set_reg_field(adap, PCIE_FW_A, PCIE_FW_HALT_F, in t4_fw_halt() 7099 t4_set_reg_field(adap, PCIE_FW_A, PCIE_FW_HALT_F, 0); in t4_fw_restart() 7109 t4_set_reg_field(adap, CIM_BOOT_CFG_A, UPCRST_F, 0); in t4_fw_restart() 7121 t4_set_reg_field(ada in t4_fw_restart() [all...] |
H A D | cxgb4_main.c | 2511 t4_set_reg_field(adap, SGE_INT_ENABLE3_A, in process_db_full() 2515 t4_set_reg_field(adap, SGE_INT_ENABLE3_A, in process_db_full() 2606 t4_set_reg_field(adap, 0x10b0, 1<<15, 1<<15); in process_db_drop() 2610 t4_set_reg_field(adap, SGE_DOORBELL_CONTROL_A, DROPPED_DB_F, 0); in process_db_drop() 2618 t4_set_reg_field(adap, SGE_INT_ENABLE3_A, in t4_db_full() 4301 t4_set_reg_field(adapter, SGE_CONTROL_A, in adap_init0_tweaks()
|
H A D | cxgb4.h | 1706 void t4_set_reg_field(struct adapter *adap, unsigned int addr, u32 mask,
|
H A D | cxgb4_debugfs.c | 681 t4_set_reg_field(adap, TP_DBG_LA_CONFIG_A, 0xffff0000U, in tp_la_write()
|
Completed in 53 milliseconds