Home
last modified time | relevance | path

Searched refs:pr_bandwidth (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_fme_pr.c124 if (count >= fme_dev->pr_bandwidth) { in fme_pr_write()
125 switch (fme_dev->pr_bandwidth) { in fme_pr_write()
137 buf += fme_dev->pr_bandwidth; in fme_pr_write()
138 count -= fme_dev->pr_bandwidth; in fme_pr_write()
245 size = IFPGA_ALIGN(size, fme->pr_bandwidth); in fme_pr()
338 fme->pr_bandwidth = 64; in fme_pr_mgmt_init()
341 fme->pr_bandwidth = 4; in fme_pr_mgmt_init()
H A Difpga_hw.h79 size_t pr_bandwidth; member