Searched refs:process_intr (Results 1 – 4 of 4) sorted by relevance
178 struct work_struct process_intr; member
1183 struct zd_mac *mac = container_of(work, struct zd_mac, process_intr); in zd_process_intr()1414 INIT_WORK(&mac->process_intr, zd_process_intr); in zd_mac_alloc_hw()
1448 cancel_work_sync(&zd_chip_to_mac(chip)->process_intr); in zd_chip_disable_int()
390 schedule_work(&mac->process_intr); in handle_regs_int()