Searched refs:DC_LCB_ERR_EN (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | chip_registers.h | 283 #define DC_LCB_ERR_EN (DC_LCB_CSRS + 0x000000000310) macro
|
D | chip.c | 6484 dd->lcb_err_en = read_csr(dd, DC_LCB_ERR_EN); in lcb_shutdown() 6492 write_csr(dd, DC_LCB_ERR_EN, dd->lcb_err_en); in lcb_shutdown() 6554 write_csr(dd, DC_LCB_ERR_EN, dd->lcb_err_en); in _dc_start() 7575 write_csr(dd, DC_LCB_ERR_EN, 0); /* mask LCB errors */ in handle_verify_cap() 9235 write_csr(dd, DC_LCB_ERR_EN, 0); /* mask LCB errors */ in do_quick_linkup() 9250 write_csr(dd, DC_LCB_ERR_EN, ~0ull); /* watch LCB errors */ in do_quick_linkup() 10464 write_csr(dd, DC_LCB_ERR_EN, ~0ull); /* watch LCB errors */ in goto_offline()
|