Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/hw/hns/
Dhns_roce_device.h973 struct work_struct ecc_work; member
Dhns_roce_hw_v2.c6187 static void fmea_ram_ecc_work(struct work_struct *ecc_work) in fmea_ram_ecc_work() argument
6190 container_of(ecc_work, struct hns_roce_dev, ecc_work); in fmea_ram_ecc_work()
6217 queue_work(hr_dev->irq_workq, &hr_dev->ecc_work); in hns_roce_v2_msix_interrupt_abn()
6537 INIT_WORK(&hr_dev->ecc_work, fmea_ram_ecc_work); in hns_roce_v2_init_eq_table()