Home
last modified time | relevance | path

Searched refs:DDI_FM_OK (Results 1 – 25 of 97) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_fm.c108 return (DDI_FM_OK); in qlc_fm_check_acc_handle()
110 err.fme_status = DDI_FM_OK; in qlc_fm_check_acc_handle()
127 return (DDI_FM_OK); in qlc_fm_check_dma_handle()
130 err.fme_status = DDI_FM_OK; in qlc_fm_check_dma_handle()
143 int rval = DDI_FM_OK; in qlc_fm_check_pkt_dma_handle()
154 if (pkt->pkt_resp_acc != NULL && rval == DDI_FM_OK && in qlc_fm_check_pkt_dma_handle()
159 if (((pkt->pkt_data_acc != NULL) & (rval == DDI_FM_OK) & in qlc_fm_check_pkt_dma_handle()
164 if (rval != DDI_FM_OK) { in qlc_fm_check_pkt_dma_handle()
/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c56 NULL, 0, NULL, DDI_FM_OK,
68 NULL, 0, NULL, DDI_FM_OK,
75 NULL, 0, NULL, DDI_FM_OK,
83 NULL, 0, NULL, DDI_FM_OK,
93 return (DDI_FM_OK); in pci_config_check()
437 DDI_FM_OK) in pci_ereport_setup()
445 DDI_FM_OK) in pci_ereport_setup()
623 int ret = DDI_FM_OK; in pci_bdg_error_report()
739 int ret = DDI_FM_OK; in pcix_ecc_error_report()
777 ret = DDI_FM_OK; in pcix_ecc_error_report()
[all …]
H A Dddifm.c910 if (errp->err_status == DDI_FM_OK) { in ddi_fm_acc_err_get()
911 if (de->fme_status != DDI_FM_OK) in ddi_fm_acc_err_get()
912 de->fme_status = DDI_FM_OK; in ddi_fm_acc_err_get()
944 if (errp->err_status == DDI_FM_OK) { in ddi_fm_dma_err_get()
945 if (de->fme_status != DDI_FM_OK) in ddi_fm_dma_err_get()
946 de->fme_status = DDI_FM_OK; in ddi_fm_dma_err_get()
978 errp->err_status = DDI_FM_OK; in ddi_fm_acc_err_clear()
1006 errp->err_status = DDI_FM_OK; in ddi_fm_dma_err_clear()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_intr.c117 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_intr_conf()
139 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_intr()
159 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_intr()
186 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_intr()
H A Dxhci_context.c184 DDI_FM_OK) { in xhci_context_init()
192 if (xhci_check_dma_handle(xhcip, &dcb->xdc_dma) != DDI_FM_OK) { in xhci_context_init()
199 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_context_init()
223 if (xhci_check_dma_handle(xhcip, &dcb->xdc_dma) != DDI_FM_OK) { in xhci_context_slot_output_init()
244 if (xhci_check_dma_handle(xhcip, &dcb->xdc_dma) != DDI_FM_OK) { in xhci_context_slot_output_fini()
H A Dxhci.c1046 return (DDI_FM_OK); in xhci_check_regs_acc()
1180 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_regs_init()
1220 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_read_params()
1570 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_controller_takeover()
1615 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_controller_takeover()
1624 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_controller_takeover()
1640 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_controller_stop()
1649 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_controller_stop()
1672 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_controller_reset()
1681 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_controller_reset()
[all …]
H A Dxhci_hub.c258 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_root_hub_handle_port_clear_feature()
311 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_root_hub_handle_port_clear_feature()
340 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_root_hub_handle_port_set_feature()
360 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_root_hub_handle_port_set_feature()
373 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_root_hub_handle_port_set_feature()
426 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_root_hub_handle_port_set_feature()
465 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_root_hub_handle_port_get_status()
631 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_root_hub_psc_callback()
783 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_root_hub_fill_hub_desc()
H A Dxhci_event.c107 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_event_init()
214 if (xhci_check_dma_handle(xhcip, &xrp->xr_dma) != DDI_FM_OK) { in xhci_event_process()
237 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_event_process()
H A Dxhci_command.c180 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) in xhci_command_ring_init()
211 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_command_timeout()
227 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_command_timeout()
261 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_command_timeout()
420 if (xhci_check_dma_handle(xhcip, &xrp->xr_dma) != DDI_FM_OK) { in xhci_command_submit()
434 if (xhci_check_regs_acc(xhcip) != DDI_FM_OK) { in xhci_command_submit()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_hw.c676 BnxeCheckAccHandle(pLM->vars.reg_handle[BAR_0]) != DDI_FM_OK) in BnxeUpdatePhy()
1047 BnxeCheckAccHandle(pUM->pPciCfg) != DDI_FM_OK) in BnxeEstablishHwConn()
1054 BnxeCheckAccHandle(pLM->vars.reg_handle[BAR_0]) != DDI_FM_OK) in BnxeEstablishHwConn()
1074 BnxeCheckAccHandle(pUM->pPciCfg) != DDI_FM_OK) in BnxeEstablishHwConn()
1081 BnxeCheckAccHandle(pLM->vars.reg_handle[BAR_0]) != DDI_FM_OK) in BnxeEstablishHwConn()
1415 BnxeCheckAccHandle(pUM->pPciCfg) != DDI_FM_OK) in BnxeHwStartCore()
1422 BnxeCheckAccHandle(pLM->vars.reg_handle[BAR_0]) != DDI_FM_OK) in BnxeHwStartCore()
1452 BnxeCheckAccHandle(pLM->vars.reg_handle[BAR_0]) != DDI_FM_OK) in BnxeHwStartCore()
1780 BnxeCheckAccHandle(pLM->vars.reg_handle[BAR_0]) != DDI_FM_OK) in BnxeHwStopCore()
1807 BnxeCheckAccHandle(pUM->pPciCfg) != DDI_FM_OK) in BnxeHwStopCore()
[all …]
H A Dbnxe_intr.c252 BnxeCheckDmaHandle(pUM->statusBlocks[DEF_STATUS_BLOCK_IGU_INDEX]->dmaHandle) != DDI_FM_OK) in BnxeServiceDefSbIntr()
265 BnxeCheckAccHandle(pLM->vars.reg_handle[BAR_0]) != DDI_FM_OK) in BnxeServiceDefSbIntr()
307 BnxeCheckAccHandle(pLM->vars.reg_handle[BAR_0]) != DDI_FM_OK) in BnxeServiceDefSbIntr()
323 BnxeCheckAccHandle(pLM->vars.reg_handle[BAR_0]) != DDI_FM_OK) in BnxeServiceDefSbIntr()
398 BnxeCheckDmaHandle(pUM->statusBlocks[drv_rss_id]->dmaHandle) != DDI_FM_OK) in BnxePollRxRing()
467 BnxeCheckDmaHandle(pUM->statusBlocks[sb_id]->dmaHandle) != DDI_FM_OK) in BnxePollRxRingFCOE()
521 BnxeCheckDmaHandle(pUM->statusBlocks[sb_id]->dmaHandle) != DDI_FM_OK) in BnxeServiceSbIntr()
615 BnxeCheckAccHandle(pLM->vars.reg_handle[BAR_0]) != DDI_FM_OK) in BnxeIntrISR()
1200 BnxeCheckAccHandle(pUM->lm_dev.vars.reg_handle[BAR_0]) != DDI_FM_OK) in BnxeIntrEnable()
1220 BnxeCheckAccHandle(pUM->lm_dev.vars.reg_handle[BAR_0]) != DDI_FM_OK) in BnxeIntrDisable()
H A Dbnxe_tx.c195 BnxeCheckAccHandle(pLM->vars.reg_handle[BAR_0]) != DDI_FM_OK) in BnxeTxSendWaitingPkt()
233 BnxeCheckAccHandle(pUM->lm_dev.vars.reg_handle[BAR_0]) != DDI_FM_OK) in BnxeTxRingProcess()
539 BnxeCheckDmaHandle(pTxPkt->cbDmaHandle) != DDI_FM_OK) in BnxeTxPktCopy()
866 BnxeCheckAccHandle(pLM->vars.reg_handle[BAR_0]) != DDI_FM_OK) in BnxeTxSendMblk()
944 BnxeCheckAccHandle(pLM->vars.reg_handle[BAR_0]) != DDI_FM_OK) in BnxeTxSendMblk()
965 BnxeCheckAccHandle(pLM->vars.reg_handle[BAR_0]) != DDI_FM_OK) in BnxeTxSendMblk()
971 BnxeCheckAccHandle(pLM->vars.reg_handle[BAR_1]) != DDI_FM_OK) in BnxeTxSendMblk()
H A Dbnxe_timer.c60 BnxeCheckAccHandle(pLM->vars.reg_handle[BAR_0]) != DDI_FM_OK) in BnxeTimer()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_recv2.c195 if (bge_check_dma_handle(bgep, srbdp->pbuf.dma_hdl) != DDI_FM_OK) { in bge_receive_packet()
305 if (bge_check_dma_handle(bgep, rrp->desc.dma_hdl) != DDI_FM_OK) { in bge_receive_ring()
330 if (bge_check_acc_handle(bgep, bgep->io_handle) != DDI_FM_OK) in bge_receive_ring()
375 if (bge_check_dma_handle(bgep, rrp->desc.dma_hdl) != DDI_FM_OK) { in bge_poll_ring()
401 if (bge_check_acc_handle(bgep, bgep->io_handle) != DDI_FM_OK) in bge_poll_ring()
H A Dbge_kstats.c452 if (bge_check_acc_handle(bgep, bgep->cfg_handle) != DDI_FM_OK) { in bge_driverinfo_update()
460 if (bge_check_acc_handle(bgep, bgep->io_handle) != DDI_FM_OK) { in bge_driverinfo_update()
574 if (bge_check_acc_handle(bgep, bgep->io_handle) != DDI_FM_OK) { in bge_phydata_update()
756 if (bge_check_acc_handle(bgep, bgep->io_handle) != DDI_FM_OK) { in bge_m_stat()
965 if (bge_check_acc_handle(bgep, bgep->io_handle) != DDI_FM_OK) { in bge_m_stat()
1075 DDI_FM_OK) { in bge_m_stat()
1129 DDI_FM_OK) { in bge_m_stat()
H A Dbge_main2.c524 if (bge_check_acc_handle(bgep, bgep->io_handle) != DDI_FM_OK) in bge_m_stop()
584 if (bge_check_acc_handle(bgep, bgep->cfg_handle) != DDI_FM_OK) {
589 if (bge_check_acc_handle(bgep, bgep->io_handle) != DDI_FM_OK) {
686 if (bge_check_acc_handle(bgep, bgep->cfg_handle) != DDI_FM_OK) {
691 if (bge_check_acc_handle(bgep, bgep->io_handle) != DDI_FM_OK) {
1365 if (bge_check_acc_handle(bgep, bgep->cfg_handle) != DDI_FM_OK) {
1370 if (bge_check_acc_handle(bgep, bgep->io_handle) != DDI_FM_OK) {
1421 if (bge_check_acc_handle(bgep, bgep->io_handle) != DDI_FM_OK) {
2035 if (bge_check_acc_handle(bgep, bgep->io_handle) != DDI_FM_OK) {
3295 if (bge_check_acc_handle(bgep, bgep->io_handle) != DDI_FM_OK)
[all …]
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_rx.c149 current_rcb->rx_buf.dma_handle) != DDI_FM_OK) { in igb_rx_copy()
224 current_rcb->rx_buf.dma_handle) != DDI_FM_OK) { in igb_rx_bind()
346 rx_data->rbd_area.dma_handle) != DDI_FM_OK) { in igb_rx()
454 if (igb_check_acc_handle(igb->osdep.reg_handle) != DDI_FM_OK) { in igb_rx()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_fm.c103 return (DDI_FM_OK); in oce_fm_check_acc_handle()
125 return (DDI_FM_OK); in oce_fm_check_dma_handle()
H A Doce_hw.c156 if (oce_fm_check_acc_handle(dev, dev->dev_cfg_handle) != DDI_FM_OK) { in oce_pci_init()
160 if (ret != DDI_FM_OK) { in oce_pci_init()
331 if (oce_fm_check_acc_handle(dev, dev->csr_handle) != DDI_FM_OK) { in oce_POST()
340 DDI_FM_OK) { in oce_POST()
356 DDI_FM_OK) { in oce_POST()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_rx.c158 DDI_FM_OK) { in ixgbe_rx_copy()
232 DDI_FM_OK) { in ixgbe_rx_bind()
306 DDI_FM_OK) { in ixgbe_lro_bind()
421 DDI_FM_OK) { in ixgbe_lro_copy()
580 if (ixgbe_check_dma_handle(rx_data->rbd_area.dma_handle) != DDI_FM_OK) { in ixgbe_ring_rx()
746 if (ixgbe_check_acc_handle(ixgbe->osdep.reg_handle) != DDI_FM_OK) { in ixgbe_ring_rx()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_fm.c182 if (derr.fme_status == DDI_FM_OK) { in pci_bus_exit()
209 int ret = DDI_FM_OK; in pci_err_callback()
247 return (DDI_FM_OK); in pci_err_callback()
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_ecc.c248 int ret = DDI_FM_OK; in pcmu_ecc_intr()
411 return (DDI_FM_OK); in pcmu_ecc_err_handler()
424 return (DDI_FM_OK); in pcmu_ecc_err_handler()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c472 if (e1000g_check_dma_handle(rx_data->rbd_dma_handle) != DDI_FM_OK) { in e1000g_receive()
543 rx_buf->dma_handle) != DDI_FM_OK) { in e1000g_receive()
857 if (e1000g_check_acc_handle(Adapter->osdep.reg_handle) != DDI_FM_OK) { in e1000g_receive()
900 if (e1000g_check_acc_handle(Adapter->osdep.reg_handle) != DDI_FM_OK) { in e1000g_receive()
/illumos-gate/usr/src/uts/intel/io/pchtemp/
H A Dpchtemp.c132 return (DDI_FM_OK); in pchtemp_read_check()
160 if (pchtemp_read_check(pch) != DDI_FM_OK) { in pchtemp_read()
/illumos-gate/usr/src/uts/common/sys/
H A Dddifm.h41 #define DDI_FM_OK 0 macro

1234