Home
last modified time | relevance | path

Searched refs:numvfs (Results 1 – 25 of 93) sorted by relevance

1234

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_main.c154 static int otx_cpt_sriov_configure(struct pci_dev *pdev, int numvfs) in otx_cpt_sriov_configure() argument
159 if (numvfs > cpt->max_vfs) in otx_cpt_sriov_configure()
160 numvfs = cpt->max_vfs; in otx_cpt_sriov_configure()
162 if (numvfs > 0) { in otx_cpt_sriov_configure()
169 cpt->vfs_enabled = numvfs; in otx_cpt_sriov_configure()
170 ret = pci_enable_sriov(pdev, numvfs); in otx_cpt_sriov_configure()
177 ret = numvfs; in otx_cpt_sriov_configure()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_main.c154 static int otx_cpt_sriov_configure(struct pci_dev *pdev, int numvfs) in otx_cpt_sriov_configure() argument
159 if (numvfs > cpt->max_vfs) in otx_cpt_sriov_configure()
160 numvfs = cpt->max_vfs; in otx_cpt_sriov_configure()
162 if (numvfs > 0) { in otx_cpt_sriov_configure()
169 cpt->vfs_enabled = numvfs; in otx_cpt_sriov_configure()
170 ret = pci_enable_sriov(pdev, numvfs); in otx_cpt_sriov_configure()
177 ret = numvfs; in otx_cpt_sriov_configure()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_main.c154 static int otx_cpt_sriov_configure(struct pci_dev *pdev, int numvfs) in otx_cpt_sriov_configure() argument
159 if (numvfs > cpt->max_vfs) in otx_cpt_sriov_configure()
160 numvfs = cpt->max_vfs; in otx_cpt_sriov_configure()
162 if (numvfs > 0) { in otx_cpt_sriov_configure()
169 cpt->vfs_enabled = numvfs; in otx_cpt_sriov_configure()
170 ret = pci_enable_sriov(pdev, numvfs); in otx_cpt_sriov_configure()
177 ret = numvfs; in otx_cpt_sriov_configure()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c216 if (numvfs > 64) { in otx2_register_flr_me_intr()
248 if (numvfs > 64) { in otx2_register_flr_me_intr()
249 numvfs -= 64; in otx2_register_flr_me_intr()
575 if (!numvfs) in otx2_pfvf_mbox_init()
659 if (numvfs > 64) { in otx2_enable_pfvf_mbox_intr()
660 numvfs -= 64; in otx2_enable_pfvf_mbox_intr()
678 if (numvfs > 64) { in otx2_disable_pfvf_mbox_intr()
706 if (numvfs > 64) { in otx2_register_pfvf_mbox_intr()
2616 return numvfs; in otx2_sriov_enable()
2637 if (!numvfs) in otx2_sriov_disable()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c216 if (numvfs > 64) { in otx2_register_flr_me_intr()
248 if (numvfs > 64) { in otx2_register_flr_me_intr()
249 numvfs -= 64; in otx2_register_flr_me_intr()
575 if (!numvfs) in otx2_pfvf_mbox_init()
659 if (numvfs > 64) { in otx2_enable_pfvf_mbox_intr()
660 numvfs -= 64; in otx2_enable_pfvf_mbox_intr()
678 if (numvfs > 64) { in otx2_disable_pfvf_mbox_intr()
706 if (numvfs > 64) { in otx2_register_pfvf_mbox_intr()
2616 return numvfs; in otx2_sriov_enable()
2637 if (!numvfs) in otx2_sriov_disable()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c216 if (numvfs > 64) { in otx2_register_flr_me_intr()
248 if (numvfs > 64) { in otx2_register_flr_me_intr()
249 numvfs -= 64; in otx2_register_flr_me_intr()
575 if (!numvfs) in otx2_pfvf_mbox_init()
659 if (numvfs > 64) { in otx2_enable_pfvf_mbox_intr()
660 numvfs -= 64; in otx2_enable_pfvf_mbox_intr()
678 if (numvfs > 64) { in otx2_disable_pfvf_mbox_intr()
706 if (numvfs > 64) { in otx2_register_pfvf_mbox_intr()
2616 return numvfs; in otx2_sriov_enable()
2637 if (!numvfs) in otx2_sriov_disable()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/PCI/
H A Dpci-iov-howto.rst49 checks, e.g., check numvfs == 0 if enabling VFs, ensure
50 numvfs <= totalvfs.
147 static int dev_sriov_configure(struct pci_dev *dev, int numvfs)
149 if (numvfs > 0) {
151 pci_enable_sriov(dev, numvfs);
153 return numvfs;
155 if (numvfs == 0) {
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/PCI/
H A Dpci-iov-howto.rst49 checks, e.g., check numvfs == 0 if enabling VFs, ensure
50 numvfs <= totalvfs.
147 static int dev_sriov_configure(struct pci_dev *dev, int numvfs)
149 if (numvfs > 0) {
151 pci_enable_sriov(dev, numvfs);
153 return numvfs;
155 if (numvfs == 0) {
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/PCI/
H A Dpci-iov-howto.rst49 checks, e.g., check numvfs == 0 if enabling VFs, ensure
50 numvfs <= totalvfs.
147 static int dev_sriov_configure(struct pci_dev *dev, int numvfs)
149 if (numvfs > 0) {
151 pci_enable_sriov(dev, numvfs);
153 return numvfs;
155 if (numvfs == 0) {
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_bch.c141 static int bch_sriov_configure(struct udevice *dev, int numvfs) in bch_sriov_configure() argument
147 dev->name, numvfs, bch, bch->vfs_in_use, bch->vfs_enabled); in bch_sriov_configure()
153 if (numvfs > 0) { in bch_sriov_configure()
155 ret = pci_enable_sriov(dev, numvfs); in bch_sriov_configure()
158 ret = numvfs; in bch_sriov_configure()
159 bch->vfs_enabled = numvfs; in bch_sriov_configure()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_bch.c141 static int bch_sriov_configure(struct udevice *dev, int numvfs) in bch_sriov_configure() argument
147 dev->name, numvfs, bch, bch->vfs_in_use, bch->vfs_enabled); in bch_sriov_configure()
153 if (numvfs > 0) { in bch_sriov_configure()
155 ret = pci_enable_sriov(dev, numvfs); in bch_sriov_configure()
158 ret = numvfs; in bch_sriov_configure()
159 bch->vfs_enabled = numvfs; in bch_sriov_configure()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_bch.c141 static int bch_sriov_configure(struct udevice *dev, int numvfs) in bch_sriov_configure() argument
147 dev->name, numvfs, bch, bch->vfs_in_use, bch->vfs_enabled); in bch_sriov_configure()
153 if (numvfs > 0) { in bch_sriov_configure()
155 ret = pci_enable_sriov(dev, numvfs); in bch_sriov_configure()
158 ret = numvfs; in bch_sriov_configure()
159 bch->vfs_enabled = numvfs; in bch_sriov_configure()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_bch.c141 static int bch_sriov_configure(struct udevice *dev, int numvfs) in bch_sriov_configure() argument
147 dev->name, numvfs, bch, bch->vfs_in_use, bch->vfs_enabled); in bch_sriov_configure()
153 if (numvfs > 0) { in bch_sriov_configure()
155 ret = pci_enable_sriov(dev, numvfs); in bch_sriov_configure()
158 ret = numvfs; in bch_sriov_configure()
159 bch->vfs_enabled = numvfs; in bch_sriov_configure()
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_bch.c141 static int bch_sriov_configure(struct udevice *dev, int numvfs) in bch_sriov_configure() argument
147 dev->name, numvfs, bch, bch->vfs_in_use, bch->vfs_enabled); in bch_sriov_configure()
153 if (numvfs > 0) { in bch_sriov_configure()
155 ret = pci_enable_sriov(dev, numvfs); in bch_sriov_configure()
158 ret = numvfs; in bch_sriov_configure()
159 bch->vfs_enabled = numvfs; in bch_sriov_configure()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_bch.c141 static int bch_sriov_configure(struct udevice *dev, int numvfs) in bch_sriov_configure() argument
147 dev->name, numvfs, bch, bch->vfs_in_use, bch->vfs_enabled); in bch_sriov_configure()
153 if (numvfs > 0) { in bch_sriov_configure()
155 ret = pci_enable_sriov(dev, numvfs); in bch_sriov_configure()
158 ret = numvfs; in bch_sriov_configure()
159 bch->vfs_enabled = numvfs; in bch_sriov_configure()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_bch.c141 static int bch_sriov_configure(struct udevice *dev, int numvfs) in bch_sriov_configure() argument
147 dev->name, numvfs, bch, bch->vfs_in_use, bch->vfs_enabled); in bch_sriov_configure()
153 if (numvfs > 0) { in bch_sriov_configure()
155 ret = pci_enable_sriov(dev, numvfs); in bch_sriov_configure()
158 ret = numvfs; in bch_sriov_configure()
159 bch->vfs_enabled = numvfs; in bch_sriov_configure()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_bch.c141 static int bch_sriov_configure(struct udevice *dev, int numvfs) in bch_sriov_configure() argument
147 dev->name, numvfs, bch, bch->vfs_in_use, bch->vfs_enabled); in bch_sriov_configure()
153 if (numvfs > 0) { in bch_sriov_configure()
155 ret = pci_enable_sriov(dev, numvfs); in bch_sriov_configure()
158 ret = numvfs; in bch_sriov_configure()
159 bch->vfs_enabled = numvfs; in bch_sriov_configure()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_bch.c141 static int bch_sriov_configure(struct udevice *dev, int numvfs) in bch_sriov_configure() argument
147 dev->name, numvfs, bch, bch->vfs_in_use, bch->vfs_enabled); in bch_sriov_configure()
153 if (numvfs > 0) { in bch_sriov_configure()
155 ret = pci_enable_sriov(dev, numvfs); in bch_sriov_configure()
158 ret = numvfs; in bch_sriov_configure()
159 bch->vfs_enabled = numvfs; in bch_sriov_configure()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_bch.c141 static int bch_sriov_configure(struct udevice *dev, int numvfs) in bch_sriov_configure() argument
147 dev->name, numvfs, bch, bch->vfs_in_use, bch->vfs_enabled); in bch_sriov_configure()
153 if (numvfs > 0) { in bch_sriov_configure()
155 ret = pci_enable_sriov(dev, numvfs); in bch_sriov_configure()
158 ret = numvfs; in bch_sriov_configure()
159 bch->vfs_enabled = numvfs; in bch_sriov_configure()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_bch.c141 static int bch_sriov_configure(struct udevice *dev, int numvfs) in bch_sriov_configure() argument
147 dev->name, numvfs, bch, bch->vfs_in_use, bch->vfs_enabled); in bch_sriov_configure()
153 if (numvfs > 0) { in bch_sriov_configure()
155 ret = pci_enable_sriov(dev, numvfs); in bch_sriov_configure()
158 ret = numvfs; in bch_sriov_configure()
159 bch->vfs_enabled = numvfs; in bch_sriov_configure()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_bch.c141 static int bch_sriov_configure(struct udevice *dev, int numvfs) in bch_sriov_configure() argument
147 dev->name, numvfs, bch, bch->vfs_in_use, bch->vfs_enabled); in bch_sriov_configure()
153 if (numvfs > 0) { in bch_sriov_configure()
155 ret = pci_enable_sriov(dev, numvfs); in bch_sriov_configure()
158 ret = numvfs; in bch_sriov_configure()
159 bch->vfs_enabled = numvfs; in bch_sriov_configure()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_bch.c141 static int bch_sriov_configure(struct udevice *dev, int numvfs) in bch_sriov_configure() argument
147 dev->name, numvfs, bch, bch->vfs_in_use, bch->vfs_enabled); in bch_sriov_configure()
153 if (numvfs > 0) { in bch_sriov_configure()
155 ret = pci_enable_sriov(dev, numvfs); in bch_sriov_configure()
158 ret = numvfs; in bch_sriov_configure()
159 bch->vfs_enabled = numvfs; in bch_sriov_configure()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_bch.c141 static int bch_sriov_configure(struct udevice *dev, int numvfs) in bch_sriov_configure() argument
147 dev->name, numvfs, bch, bch->vfs_in_use, bch->vfs_enabled); in bch_sriov_configure()
153 if (numvfs > 0) { in bch_sriov_configure()
155 ret = pci_enable_sriov(dev, numvfs); in bch_sriov_configure()
158 ret = numvfs; in bch_sriov_configure()
159 bch->vfs_enabled = numvfs; in bch_sriov_configure()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_bch.c141 static int bch_sriov_configure(struct udevice *dev, int numvfs) in bch_sriov_configure() argument
147 dev->name, numvfs, bch, bch->vfs_in_use, bch->vfs_enabled); in bch_sriov_configure()
153 if (numvfs > 0) { in bch_sriov_configure()
155 ret = pci_enable_sriov(dev, numvfs); in bch_sriov_configure()
158 ret = numvfs; in bch_sriov_configure()
159 bch->vfs_enabled = numvfs; in bch_sriov_configure()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/drivers/mtd/nand/raw/
H A Docteontx_bch.c141 static int bch_sriov_configure(struct udevice *dev, int numvfs) in bch_sriov_configure() argument
147 dev->name, numvfs, bch, bch->vfs_in_use, bch->vfs_enabled); in bch_sriov_configure()
153 if (numvfs > 0) { in bch_sriov_configure()
155 ret = pci_enable_sriov(dev, numvfs); in bch_sriov_configure()
158 ret = numvfs; in bch_sriov_configure()
159 bch->vfs_enabled = numvfs; in bch_sriov_configure()

1234