Searched refs:caps_ctrl (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon.c | 4589 ushort_t msix_ctrl = 0, caps_ctrl = 0; in get_msix_ctrl() local 4596 PCI_CAP_ID_MSI_X, &caps_ctrl) == DDI_SUCCESS)) { in get_msix_ctrl() 4597 if ((msix_ctrl = PCI_CAP_GET16(pci_cfg_hdl, NULL, caps_ctrl, in get_msix_ctrl() 4632 ushort_t caps_ctrl, msix_ctrl; in hermon_set_msix_info() local 4655 PCI_CAP_ID_MSI_X, &caps_ctrl) == DDI_SUCCESS)) { in hermon_set_msix_info() 4656 if ((msix_ctrl = PCI_CAP_GET16(pci_cfg_hdl, NULL, caps_ctrl, in hermon_set_msix_info() 4662 state->hs_msix_tbl_offset = PCI_CAP_GET32(pci_cfg_hdl, NULL, caps_ctrl, in hermon_set_msix_info() 4712 state->hs_msix_pba_offset = PCI_CAP_GET32(pci_cfg_hdl, NULL, caps_ctrl, in hermon_set_msix_info() 4767 ushort_t msix_ctrl = 0, caps_ctrl = 0; in hermon_intr_disable() local 4784 PCI_CAP_ID_MSI_X, &caps_ctrl) == DDI_SUCCESS)) { in hermon_intr_disable() [all …]
|
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor.c | 3427 ushort_t msi_ctrl = 0, caps_ctrl = 0; in tavor_intr_disable() local 3442 &caps_ctrl) == DDI_SUCCESS)) { in tavor_intr_disable() 3444 caps_ctrl, PCI_MSI_CTRL)) == PCI_CAP_EINVAL16) in tavor_intr_disable() 3457 PCI_CAP_PUT32(pci_cfg_hdl, NULL, caps_ctrl, in tavor_intr_disable() 3463 PCI_CAP_PUT16(pci_cfg_hdl, NULL, caps_ctrl, PCI_MSI_CTRL, in tavor_intr_disable()
|