Searched refs:SEND_EGRESS_ERR_INFO (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | chip_registers.h | 1061 #define SEND_EGRESS_ERR_INFO (TXE + 0x000000000F00) macro
|
H A D | chip.c | 5710 * Note that the SEND_EGRESS_ERR_INFO register has only a single 5713 * since we cleared the corresponding bit in SEND_EGRESS_ERR_INFO. 5720 u64 info = read_csr(dd, SEND_EGRESS_ERR_INFO); in handle_send_egress_err_info() 5724 write_csr(dd, SEND_EGRESS_ERR_INFO, info); in handle_send_egress_err_info() 13806 write_csr(dd, SEND_EGRESS_ERR_INFO, ~0ull); in reset_txe_csrs() 13807 /* SEND_EGRESS_ERR_INFO read-only */ in reset_txe_csrs()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | chip_registers.h | 1019 #define SEND_EGRESS_ERR_INFO (TXE + 0x000000000F00) macro
|
H A D | chip.c | 5670 * Note that the SEND_EGRESS_ERR_INFO register has only a single 5673 * since we cleared the corresponding bit in SEND_EGRESS_ERR_INFO. 5680 u64 info = read_csr(dd, SEND_EGRESS_ERR_INFO); in handle_send_egress_err_info() 5684 write_csr(dd, SEND_EGRESS_ERR_INFO, info); in handle_send_egress_err_info() 13767 write_csr(dd, SEND_EGRESS_ERR_INFO, ~0ull); in reset_txe_csrs() 13768 /* SEND_EGRESS_ERR_INFO read-only */ in reset_txe_csrs()
|
Completed in 47 milliseconds