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

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h840 xge_hal_mask_msix(xge_hal_device_h devh, int msi_id);
843 xge_hal_unmask_msix(xge_hal_device_h devh, int msi_id);
/illumos-gate/usr/src/uts/common/io/xge/hal/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...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c79 emlxs_msiid_to_chan(emlxs_hba_t *hba, int msi_id);
8457 int msi_id; local
8466 msi_id = emlxs_select_msiid(hba);
8467 channel = emlxs_msiid_to_chan(hba, msi_id);
8802 emlxs_msiid_to_chan(emlxs_hba_t *hba, int msi_id) argument
8810 /* For SLI4 round robin all WQs associated with the msi_id */
8811 eqp = &hba->sli.sli4.eq[msi_id];
8817 if (eqp->lastwq >= ((msi_id + 1) * num_wq)) {
8825 return (hba->msi2chan[msi_id]);

Completed in 116 milliseconds