Searched refs:dbisr (Results 1 – 1 of 1) sorted by relevance
541 struct doorbell_isr *dbisr = data; in fsl_hv_state_change_thread() local543 blocking_notifier_call_chain(&failover_subscribers, dbisr->partition, in fsl_hv_state_change_thread()555 struct doorbell_isr *dbisr = data; in fsl_hv_state_change_isr() local559 fsl_hv_queue_doorbell(dbisr->doorbell); in fsl_hv_state_change_isr()562 ret = fh_partition_get_status(dbisr->partition, &status); in fsl_hv_state_change_isr()822 struct doorbell_isr *dbisr, *n; in fsl_hypervisor_init() local853 dbisr = kzalloc(sizeof(*dbisr), GFP_KERNEL); in fsl_hypervisor_init()854 if (!dbisr) in fsl_hypervisor_init()857 dbisr->irq = irq; in fsl_hypervisor_init()858 dbisr->doorbell = be32_to_cpup(handle); in fsl_hypervisor_init()[all …]