Searched refs:process_intr (Results 1 – 4 of 4) sorted by relevance
190 struct work_struct process_intr; member
1197 struct zd_mac *mac = container_of(work, struct zd_mac, process_intr); in zd_process_intr()1428 INIT_WORK(&mac->process_intr, zd_process_intr); in zd_mac_alloc_hw()
1461 cancel_work_sync(&zd_chip_to_mac(chip)->process_intr); in zd_chip_disable_int()
403 schedule_work(&mac->process_intr); in handle_regs_int()