Searched refs:msi_id (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-device.h838 xge_hal_mask_msix(xge_hal_device_h devh, int msi_id);
841 xge_hal_unmask_msix(xge_hal_device_h devh, int msi_id);
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device.c6543 * @msi_id: MSI ID
6545 * The function masks the msix interrupt for the given msi_id
6555 xge_hal_mask_msix(xge_hal_device_h devh, int msi_id) argument
6562 xge_assert(msi_id < XGE_HAL_MAX_MSIX_MESSAGES);
6564 val32 = xge_os_pio_mem_read32(hldev->pdev, hldev->regh2, &bar2[msi_id*4+3]);
6566 xge_os_pio_mem_write32(hldev->pdev, hldev->regh2, val32, &bar2[msi_id*4+3]);
6573 * @msi_id: MSI ID
6575 * The function masks the msix interrupt for the given msi_id
6585 xge_hal_unmask_msix(xge_hal_device_h devh, int msi_id) argument
6592 xge_assert(msi_id < XGE_HAL_MAX_MSIX_MESSAGE
[all...]

Completed in 118 milliseconds