Searched defs:unmask (Results 1 - 8 of 8) sorted by relevance

/drivers/net/ethernet/cisco/enic/
H A Dvnic_intr.h70 unsigned int credits, int unmask, int reset_timer)
76 (unmask ? (1 << VNIC_INTR_UNMASK_SHIFT) : 0) |
90 int unmask = 1; local
93 vnic_intr_return_credits(intr, credits, unmask, reset_timer);
69 vnic_intr_return_credits(struct vnic_intr *intr, unsigned int credits, int unmask, int reset_timer) argument
/drivers/scsi/fnic/
H A Dvnic_intr.h79 unsigned int credits, int unmask, int reset_timer)
85 (unmask ? (1 << VNIC_INTR_UNMASK_SHIFT) : 0) |
99 int unmask = 1; local
102 vnic_intr_return_credits(intr, credits, unmask, reset_timer);
78 vnic_intr_return_credits(struct vnic_intr *intr, unsigned int credits, int unmask, int reset_timer) argument
/drivers/vfio/pci/
H A Dvfio_pci_private.h28 struct virqfd *unmask; member in struct:vfio_pci_irq_ctx
H A Dvfio_pci_intrs.c443 virqfd_disable(vdev, &vdev->ctx[0].unmask);
608 virqfd_disable(vdev, &vdev->ctx[i].unmask);
636 uint8_t unmask = *(uint8_t *)data; local
637 if (unmask)
644 &vdev->ctx[0].unmask, fd);
646 virqfd_disable(vdev, &vdev->ctx[0].unmask);
/drivers/xen/events/
H A Devents_2l.c117 struct evtchn_unmask unmask = { .port = port }; local
118 (void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask);
357 .unmask = evtchn_2l_unmask,
H A Devents_fifo.c253 struct evtchn_unmask unmask = { .port = port }; local
254 (void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask);
384 .unmask = evtchn_fifo_unmask,
H A Devents_internal.h70 void (*unmask)(unsigned port); member in struct:evtchn_ops
134 return evtchn_ops->unmask(port);
/drivers/iio/adc/
H A Dxilinx-xadc-core.c244 * interrupt status and only if the interrupt is inactive we unmask it again.
249 unsigned int misc_sts, unmask; local
258 unmask = (xadc->zynq_masked_alarm ^ misc_sts) & xadc->zynq_masked_alarm;
264 /* Clear the interrupts before we unmask them */
265 xadc_write_reg(xadc, XADC_ZYNQ_REG_INTSTS, unmask);
291 /* unmask the required interrupts in timer. */
328 * unmask it when the interrupt is no more active.

Completed in 174 milliseconds