Home
last modified time | relevance | path

Searched refs:pf (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c362 … handle->hw.func.pf->PCI_CFC_MSIX_MSG_CTL = ENETC_PCI_TYPE0_PCI_CFC_MSIX_MSG_CTL_MSIX_EN_MASK; in EP_MSIXSetEntryTable()
382 … handle->hw.func.pf->PCI_CFC_MSIX_MSG_CTL = ENETC_PCI_TYPE0_PCI_CFC_MSIX_MSG_CTL_FUNC_MASK_MASK; in EP_MSIXSetEntryTable()
482 …while ((handle->hw.func.pf->PCI_CFC_PCIE_DEV_CTL & ENETC_VF_PCI_TYPE0_PCI_CFC_PCIE_DEV_CTL_INIT_FL… in EP_Init()
511 handle->hw.func.pf->PCI_CFH_CMD |= in EP_Init()
533 … handle->hw.func.pf->PCI_CFC_PCIE_DEV_CTL |= ENETC_PCI_TYPE0_PCI_CFC_PCIE_DEV_CTL_INIT_FLR_MASK; in EP_Init()
534 …while ((handle->hw.func.pf->PCI_CFC_PCIE_DEV_CTL & ENETC_PCI_TYPE0_PCI_CFC_PCIE_DEV_CTL_INIT_FLR_M… in EP_Init()
539 handle->hw.func.pf->PCI_CFH_CMD |= in EP_Init()
544 handle->hw.func.pf->PCIE_CFC_SRIOV_CTL |= in EP_Init()
1746 …handle->hw.func.pf->PCI_CFC_MSIX_MSG_CTL |= (uint16_t)ENETC_PCI_TYPE0_PCI_CFC_MSIX_MSG_CTL_FUNC_MA… in EP_MsixSetGlobalMask()
1750 handle->hw.func.pf->PCI_CFC_MSIX_MSG_CTL &= in EP_MsixSetGlobalMask()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/socs/imx943/
Dfsl_netc_soc.c35 hw->func.pf = s_netcBases[1 + siIdx]; in NETC_SocGetBaseResource()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/socs/imx95/
Dfsl_netc_soc.c35 hw->func.pf = s_netcBases[1U + siIdx]; in NETC_SocGetBaseResource()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/socs/imxrt1180/
Dfsl_netc_soc.c149 hw->func.pf = s_netcBases[NETC_ENETC_PCIE_FUNC_OFFSET + instance]; in NETC_SocGetBaseResource()
/hal_nxp-latest/mcux/mcux-sdk/platform/drivers/netc/socs/imxrt1180/
Dfsl_netc_soc.c149 hw->func.pf = s_netcBases[NETC_ENETC_PCIE_FUNC_OFFSET + instance]; in NETC_SocGetBaseResource()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw.h35 ENETC_PCI_TYPE0_Type *pf; /*!< PSI function */ member