Home
last modified time | relevance | path

Searched refs:rte_pci_driver (Results 1 – 25 of 91) sorted by relevance

1234

/dpdk/drivers/bus/pci/
H A Drte_bus_pci.h36 struct rte_pci_driver;
41 RTE_TAILQ_HEAD(rte_pci_driver_list, rte_pci_driver);
73 struct rte_pci_driver *driver; /**< PCI driver used in probing */
113 typedef int (rte_pci_probe_t)(struct rte_pci_driver *, struct rte_pci_device *);
161 struct rte_pci_driver { struct
162 RTE_TAILQ_ENTRY(rte_pci_driver) next; /**< Next in list. */
271 void rte_pci_register(struct rte_pci_driver *driver);
289 void rte_pci_unregister(struct rte_pci_driver *driver);
H A Dprivate.h17 struct rte_pci_driver;
225 rte_pci_match(const struct rte_pci_driver *pci_drv,
236 pci_device_iova_mode(const struct rte_pci_driver *pci_drv,
H A Dpci_common.c128 rte_pci_match(const struct rte_pci_driver *pci_drv, in rte_pci_match()
165 rte_pci_probe_one_driver(struct rte_pci_driver *dr, in rte_pci_probe_one_driver()
300 struct rte_pci_driver *dr; in rte_pci_detach_dev()
346 struct rte_pci_driver *dr = NULL; in pci_probe_all_drivers()
443 rte_pci_register(struct rte_pci_driver *driver) in rte_pci_register()
451 rte_pci_unregister(struct rte_pci_driver *driver) in rte_pci_unregister()
684 const struct rte_pci_driver *drv; in rte_pci_get_iommu_class()
/dpdk/drivers/event/octeontx/
H A Dssovf_probe.c138 ssowvf_probe(struct rte_pci_driver *pci_drv, struct rte_pci_device *pci_dev) in ssowvf_probe()
207 static struct rte_pci_driver pci_ssowvf = {
218 ssovf_probe(struct rte_pci_driver *pci_drv, struct rte_pci_device *pci_dev) in ssovf_probe()
283 static struct rte_pci_driver pci_ssovf = {
H A Dtimvf_probe.c103 timvf_probe(struct rte_pci_driver *pci_drv, struct rte_pci_device *pci_dev) in timvf_probe()
158 static struct rte_pci_driver pci_timvf = {
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_pci.c17 static struct rte_pci_driver mlx5_common_pci_driver;
164 mlx5_common_pci_probe(struct rte_pci_driver *pci_drv __rte_unused, in mlx5_common_pci_probe()
205 static struct rte_pci_driver mlx5_common_pci_driver = {
/dpdk/lib/eventdev/
H A Deventdev_pmd_pci.h40 rte_event_pmd_pci_probe_named(struct rte_pci_driver *pci_drv, in rte_event_pmd_pci_probe_named()
96 rte_event_pmd_pci_probe(struct rte_pci_driver *pci_drv, in rte_event_pmd_pci_probe()
/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev.c33 otx_cpt_pci_probe(struct rte_pci_driver *pci_drv, in otx_cpt_pci_probe()
108 static struct rte_pci_driver otx_cryptodev_pmd = {
/dpdk/drivers/crypto/nitrox/
H A Dnitrox_device.c66 nitrox_pci_probe(struct rte_pci_driver *pci_drv __rte_unused, in nitrox_pci_probe()
116 static struct rte_pci_driver nitrox_pmd = {
/dpdk/drivers/crypto/cnxk/
H A Dcn9k_cryptodev.c36 cn9k_cpt_pci_probe(struct rte_pci_driver *pci_drv __rte_unused, in cn9k_cpt_pci_probe()
150 static struct rte_pci_driver cn9k_cryptodev_pmd = {
H A Dcn10k_cryptodev.c36 cn10k_cpt_pci_probe(struct rte_pci_driver *pci_drv __rte_unused, in cn10k_cpt_pci_probe()
150 static struct rte_pci_driver cn10k_cryptodev_pmd = {
/dpdk/drivers/net/virtio/
H A Dvirtio_pci_ethdev.c181 static int eth_virtio_pci_probe(struct rte_pci_driver *pci_drv __rte_unused, in eth_virtio_pci_probe()
211 static struct rte_pci_driver rte_virtio_net_pci_pmd = {
/dpdk/drivers/crypto/ccp/
H A Drte_ccp_pmd.c229 struct rte_pci_driver *pci_drv) in cryptodev_ccp_create()
288 cryptodev_ccp_probe(struct rte_pci_driver *pci_drv __rte_unused, in cryptodev_ccp_probe()
330 static struct rte_pci_driver cryptodev_ccp_pmd_drv = {
/dpdk/drivers/mempool/cnxk/
H A Dcnxk_mempool.c147 npa_probe(struct rte_pci_driver *pci_drv, struct rte_pci_device *pci_dev) in npa_probe()
183 static struct rte_pci_driver npa_pci = {
/dpdk/drivers/raw/ioat/
H A Dioat_rawdev.c15 static struct rte_pci_driver ioat_pmd_drv;
280 ioat_rawdev_probe(struct rte_pci_driver *drv, struct rte_pci_device *dev) in ioat_rawdev_probe()
325 static struct rte_pci_driver ioat_pmd_drv = {
/dpdk/drivers/net/cxgbe/
H A Dcxgbevf_ethdev.c190 static int eth_cxgbevf_pci_probe(struct rte_pci_driver *pci_drv __rte_unused, in eth_cxgbevf_pci_probe()
202 static struct rte_pci_driver rte_cxgbevf_pmd = {
/dpdk/drivers/net/octeontx/base/
H A Docteontx_pkivf.c184 pkivf_probe(struct rte_pci_driver *pci_drv, struct rte_pci_device *pci_dev) in pkivf_probe()
233 static struct rte_pci_driver pci_pkivf = {
/dpdk/drivers/net/bnx2x/
H A Dbnx2x_ethdev.c770 static struct rte_pci_driver rte_bnx2x_pmd;
771 static struct rte_pci_driver rte_bnx2xvf_pmd;
773 static int eth_bnx2x_pci_probe(struct rte_pci_driver *pci_drv, in eth_bnx2x_pci_probe()
791 static struct rte_pci_driver rte_bnx2x_pmd = {
801 static struct rte_pci_driver rte_bnx2xvf_pmd = {
/dpdk/drivers/event/dlb2/pf/
H A Ddlb2_pf.c707 event_dlb2_pci_probe(struct rte_pci_driver *pci_drv, in event_dlb2_pci_probe()
741 event_dlb2_5_pci_probe(struct rte_pci_driver *pci_drv, in event_dlb2_5_pci_probe()
774 static struct rte_pci_driver pci_eventdev_dlb2_pmd = {
781 static struct rte_pci_driver pci_eventdev_dlb2_5_pmd = {
/dpdk/drivers/net/nfp/
H A Dnfp_ethdev_vf.c34 static int eth_nfp_vf_pci_probe(struct rte_pci_driver *pci_drv __rte_unused,
486 static int eth_nfp_vf_pci_probe(struct rte_pci_driver *pci_drv __rte_unused, in eth_nfp_vf_pci_probe()
498 static struct rte_pci_driver rte_nfp_net_vf_pmd = {
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_sec.c261 cnxk_nix_inl_dev_probe(struct rte_pci_driver *pci_drv, in cnxk_nix_inl_dev_probe()
321 static struct rte_pci_driver cnxk_nix_inl_pci = {
/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa.c233 sfc_vdpa_pci_probe(struct rte_pci_driver *pci_drv __rte_unused, in sfc_vdpa_pci_probe()
353 static struct rte_pci_driver rte_sfc_vdpa = {
/dpdk/drivers/raw/cnxk_bphy/
H A Dcnxk_bphy_cgx.c243 cnxk_bphy_cgx_rawdev_probe(struct rte_pci_driver *pci_drv, in cnxk_bphy_cgx_rawdev_probe()
324 static struct rte_pci_driver bphy_cgx_rawdev_pmd = {
H A Dcnxk_bphy.c305 bphy_rawdev_probe(struct rte_pci_driver *pci_drv, in bphy_rawdev_probe()
383 static struct rte_pci_driver cnxk_bphy_rawdev_pmd = {
/dpdk/drivers/common/qat/
H A Dqat_device.c359 static int qat_pci_probe(struct rte_pci_driver *pci_drv __rte_unused, in qat_pci_probe()
439 static struct rte_pci_driver rte_qat_pmd = {

1234