/linux/arch/powerpc/kernel/ |
H A D | pci_dn.c | 34 struct pci_dn *pdn; in pci_bus_to_pdn() local 62 struct pci_dn *parent, *pdn; in pci_get_pdn_by_devfn() local 98 struct pci_dn *parent, *pdn; pci_get_pdn() local 128 eeh_dev_init(struct pci_dn * pdn) eeh_dev_init() argument 151 struct pci_dn *pdn; add_one_sriov_vf_pdn() local 175 struct pci_dn *parent, *pdn; add_sriov_vf_pdns() local 220 struct pci_dn *pdn, *tmp; remove_sriov_vf_pdns() local 288 struct pci_dn *pdn; pci_add_device_node_info() local 343 struct pci_dn *pdn = dn ? PCI_DN(dn) : NULL; pci_remove_device_node_info() local 450 struct pci_dn *pdn; add_pdn() local 470 struct pci_dn *pdn; pci_devs_phb_init_dynamic() local 487 struct pci_dn *pdn; pci_dev_pdn_setup() local [all...] |
H A D | eeh_sysfs.c | 85 struct pci_dn *pdn = pci_get_pdn(pdev); in eeh_notify_resume_show() local
|
/linux/arch/powerpc/platforms/powernv/ |
H A D | pci.c | 527 static void pnv_pci_config_check_eeh(struct pci_dn *pdn) in pnv_pci_config_check_eeh() argument 582 int pnv_pci_cfg_read(struct pci_dn *pdn, in pnv_pci_cfg_read() argument 618 pnv_pci_cfg_write(struct pci_dn * pdn,int where,int size,u32 val) pnv_pci_cfg_write() argument 644 pnv_pci_cfg_check(struct pci_dn * pdn) pnv_pci_cfg_check() argument 667 pnv_pci_cfg_check(struct pci_dn * pdn) pnv_pci_cfg_check() argument 677 struct pci_dn *pdn; pnv_pci_read_config() local 706 struct pci_dn *pdn; pnv_pci_write_config() local [all...] |
H A D | pci-sriov.c | 621 struct pci_dn *pdn; in pnv_ioda_setup_vf_PE() local
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | iommu.c | 843 struct device_node *dn, *pdn; in pci_dma_bus_setup_pSeriesLP() local 995 static void copy_property(struct device_node *pdn, const char *from, const char *to) in copy_property() argument 1063 static bool find_existing_ddw(struct device_node *pdn, u6 argument 1087 ddw_list_new_entry(struct device_node * pdn,const struct dynamic_dma_window_prop * dma64) ddw_list_new_entry() argument 1106 struct device_node *pdn; find_existing_ddw_windows_named() local 1188 struct pci_dn *pdn; query_ddw() local 1247 struct pci_dn *pdn; create_ddw() local 1280 struct device_node *pdn; global() member 1311 struct pci_dn *pdn; reset_dma_window() local 1343 struct pci_dn *pdn; limited_dma_window() local 1446 enable_ddw(struct pci_dev * dev,struct device_node * pdn,u64 dma_mask) enable_ddw() argument 1803 spapr_tce_init_table_group(struct pci_dev * pdev,struct device_node * pdn,struct dynamic_dma_window_prop prop) spapr_tce_init_table_group() argument 1852 struct device_node *pdn, *dn; pci_dma_dev_setup_pSeriesLP() local 1905 struct device_node *dn = pci_device_to_OF_node(pdev), *pdn; iommu_bypass_supported_pSeriesLP() local 1962 restore_default_dma_window(struct pci_dev * pdev,struct device_node * pdn) restore_default_dma_window() argument 1968 remove_dynamic_dma_windows(struct pci_dev * pdev,struct device_node * pdn) remove_dynamic_dma_windows() argument 2010 struct device_node *pdn; pseries_setup_default_iommu_config() local 2071 struct device_node *pdn; spapr_tce_create_table() local 2278 struct device_node *dn = pci_device_to_OF_node(pdev), *pdn; spapr_tce_unset_window() local 2344 struct device_node *pdn; spapr_tce_take_ownership() local 2558 struct device_node *pdn, *dn = pdev->dev.of_node; pSeries_pci_device_group() local [all...] |
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | pd.c | 37 int mlx5_core_alloc_pd(struct mlx5_core_dev *dev, u32 *pdn) in mlx5_core_alloc_pd() argument 51 int mlx5_core_dealloc_pd(struct mlx5_core_dev *dev, u32 pdn) in mlx5_core_dealloc_pd() argument
|
H A D | mr.c | 92 int mlx5_core_create_psv(struct mlx5_core_dev *dev, u32 pdn, in mlx5_core_create_psv() argument
|
/linux/drivers/net/phy/ |
H A D | phy_link_topology.c | 35 struct phy_device_node *pdn; in phy_link_topo_add_phy() local 91 struct phy_device_node *pdn; phy_link_topo_del_phy() local [all...] |
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | aso.c | 178 static int create_aso_sq(struct mlx5_core_dev *mdev, int pdn, in create_aso_sq() argument 242 static int mlx5_aso_create_sq_rdy(struct mlx5_core_dev *mdev, u32 pdn, in mlx5_aso_create_sq_rdy() argument 270 u32 pdn, struct mlx5_aso *sq) in mlx5_aso_create_sq() argument 308 struct mlx5_aso *mlx5_aso_create(struct mlx5_core_dev *mdev, u32 pdn) in mlx5_aso_create() argument
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | pd.c | 47 int mlx4_pd_alloc(struct mlx4_dev *dev, u32 *pdn) in mlx4_pd_alloc() argument 59 void mlx4_pd_free(struct mlx4_dev *dev, u32 pdn) in mlx4_pd_free() argument
|
H A D | srq.c | 162 int mlx4_srq_alloc(struct mlx4_dev *dev, u32 pdn, u32 cqn, u16 xrcd, in mlx4_srq_alloc() argument
|
/linux/include/uapi/rdma/ |
H A D | mthca-abi.h | 59 __u32 pdn; member 76 __u32 pdn; member
|
/linux/drivers/pci/hotplug/ |
H A D | rpadlpar_core.c | 140 struct pci_dn *pdn = PCI_DN(dn); in dlpar_pci_add_bus() local 208 struct pci_dn *pdn; in dlpar_remove_phb() local [all...] |
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
H A D | rsc_dump.c | 32 u32 pdn; member 223 static int mlx5_rsc_dump_create_mkey(struct mlx5_core_dev *mdev, u32 pdn, in mlx5_rsc_dump_create_mkey() argument
|
/linux/drivers/vdpa/mlx5/core/ |
H A D | resources.c | 8 static int alloc_pd(struct mlx5_vdpa_dev *dev, u32 *pdn, u16 uid) in alloc_pd() argument 26 static int dealloc_pd(struct mlx5_vdpa_dev *dev, u32 pdn, u16 uid) in dealloc_pd() argument
|
/linux/include/linux/ |
H A D | phy_link_topology.h | 50 struct phy_device_node *pdn; in phy_link_topo_get_phy() local
|
/linux/drivers/infiniband/hw/efa/ |
H A D | efa_com_cmd.h | 98 u16 pdn; member 109 u16 pdn; member 234 u16 pdn; member 238 u16 pdn; member
|
/linux/net/ethtool/ |
H A D | phy.c | 77 struct phy_device_node *pdn; in phy_prepare_data() local
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
H A D | core.h | 56 u32 pdn; member
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | send.c | 736 static int hws_send_ring_create_sq(struct mlx5_core_dev *mdev, u32 pdn, in hws_send_ring_create_sq() argument 816 static int hws_send_ring_create_sq_rdy(struct mlx5_core_dev *mdev, u32 pdn, in hws_send_ring_create_sq_rdy() argument 1305 u32 pdn; in mlx5hws_send_stes_fw() local
|
/linux/arch/arm/mach-imx/ |
H A D | src.c | 99 void imx_gpcv2_set_core1_pdn_pup_by_software(bool pdn) in imx_gpcv2_set_core1_pdn_pup_by_software() argument
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
H A D | dr_send.c | 53 u32 pdn; member 1153 static int dr_create_mkey(struct mlx5_core_dev *mdev, u32 pdn, u32 *mkey) in dr_create_mkey() argument 1174 u32 pdn, void *buf, size_t size) in dr_reg_mr() argument [all...] |
/linux/drivers/vfio/pci/mlx5/ |
H A D | cmd.h | 94 u32 pdn; member 157 u32 pdn; member
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | cmd.c | 118 int mlx5_cmd_dealloc_pd(struct mlx5_core_dev *dev, u32 pdn, u16 uid) in mlx5_cmd_dealloc_pd() argument
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec_offload.c | 92 static void mlx5e_ipsec_packet_setup(void *obj, u32 pdn, in mlx5e_ipsec_packet_setup() argument
|