Home
last modified time | relevance | path

Searched refs:err_hwirq (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/misc/cxl/
Dnative.c1337 &adapter->native->err_hwirq, in cxl_native_register_psl_err_irq()
1345 cxl_p1_write(adapter, CXL_PSL_ErrIVTE, adapter->native->err_hwirq & 0xffff); in cxl_native_register_psl_err_irq()
1354 irq_find_mapping(NULL, adapter->native->err_hwirq)) in cxl_native_release_psl_err_irq()
1359 cxl_ops->release_one_irq(adapter, adapter->native->err_hwirq); in cxl_native_release_psl_err_irq()
Dcxl.h658 irq_hw_number_t err_hwirq; member