Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h980 struct work_struct ecc_work; member
H A Dhns_roce_hw_v2.c6222 static void fmea_ram_ecc_work(struct work_struct *ecc_work) in fmea_ram_ecc_work() argument
6225 container_of(ecc_work, struct hns_roce_dev, ecc_work); in fmea_ram_ecc_work()
6252 queue_work(hr_dev->irq_workq, &hr_dev->ecc_work); in hns_roce_v2_msix_interrupt_abn()
6576 INIT_WORK(&hr_dev->ecc_work, fmea_ram_ecc_work); in hns_roce_v2_init_eq_table()