Searched refs:dbisr (Results 1 – 1 of 1) sorted by relevance
539 struct doorbell_isr *dbisr = data; in fsl_hv_state_change_thread() local541 blocking_notifier_call_chain(&failover_subscribers, dbisr->partition, in fsl_hv_state_change_thread()553 struct doorbell_isr *dbisr = data; in fsl_hv_state_change_isr() local557 fsl_hv_queue_doorbell(dbisr->doorbell); in fsl_hv_state_change_isr()560 ret = fh_partition_get_status(dbisr->partition, &status); in fsl_hv_state_change_isr()817 struct doorbell_isr *dbisr, *n; in fsl_hypervisor_init() local848 dbisr = kzalloc(sizeof(*dbisr), GFP_KERNEL); in fsl_hypervisor_init()849 if (!dbisr) in fsl_hypervisor_init()852 dbisr->irq = irq; in fsl_hypervisor_init()853 dbisr->doorbell = be32_to_cpup(handle); in fsl_hypervisor_init()[all …]