Home
last modified time | relevance | path

Searched refs:bitsize (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_cpp_pcie_ops.c66 #define NFP_PCIE_P2C_FIXED_SIZE(bar) (1 << (bar)->bitsize)
67 #define NFP_PCIE_P2C_BULK_SIZE(bar) (1 << (bar)->bitsize)
70 #define NFP_PCIE_P2C_GENERAL_SIZE(bar) (1 << ((bar)->bitsize - 4))
103 uint32_t bitsize; /* Bit size of the bar */ member
137 uint32_t bitsize; in nfp_compute_bar() local
194 bitsize = 40 - 16; in nfp_compute_bar()
228 bitsize = 40 - 21; in nfp_compute_bar()
231 if (bar->bitsize < bitsize) { in nfp_compute_bar()
237 newcfg |= offset >> bitsize; in nfp_compute_bar()
327 bar->bitsize = nfp->barsz - 3; in nfp_enable_bars()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/c6x/
H A Ddscr.txt38 offset, start bit, and bitsize of silicon revision field
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c275 int bitsize; in zfs_quotactl() local
348 bitsize = 64; in zfs_quotactl()
349 error = copyout(&bitsize, arg, sizeof (int)); in zfs_quotactl()