Searched refs:nres (Results 1 – 6 of 6) sorted by relevance
/drivers/pci/ |
D | iov.c | 279 int nres; in sriov_enable() local 307 nres = 0; in sriov_enable() 312 nres++; in sriov_enable() 314 if (nres != iov->nres) { in sriov_enable() 421 int nres; in sriov_init() local 467 nres = 0; in sriov_init() 479 nres++; in sriov_init() 489 iov->nres = nres; in sriov_init()
|
D | pci.h | 228 int nres; /* number of resources */ member
|
/drivers/usb/chipidea/ |
D | ci13xxx_pci.c | 57 int retval = 0, nres = 2; in ci13xxx_pci_probe() local 85 plat_ci = ci13xxx_add_device(&pdev->dev, res, nres, platdata); in ci13xxx_pci_probe()
|
D | core.c | 309 struct resource *res, int nres, in ci13xxx_add_device() argument 330 ret = platform_device_add_resources(pdev, res, nres); in ci13xxx_add_device()
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.h | 44 int nres; /* number of resources */ member
|
D | bnx2x_sriov.c | 1872 iov->nres = 0; in bnx2x_sriov_info() 1882 iov->first_vf_in_pf, iov->nres, iov->cap, iov->ctrl, iov->total, in bnx2x_sriov_info() 2988 bar_info->nr_bars = bp->vfdb->sriov.nres; in bnx2x_vf_get_bars()
|