Home
last modified time | relevance | path

Searched refs:uplimit (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/
H A Drelease-notes.rst36 …- Due to the performance uplimit of MPS3 FPGA and FVP, some Linux distros like Fedora Rawhide can …
66 …- Due to the performance uplimit of MPS3 FPGA and FVP, some Linux distros like Fedora Rawhide can …
85 …- Due to the performance uplimit of MPS3 FPGA and FVP, some Linux distros like Fedora Rawhide can …
109 …- Due to the performance uplimit of MPS3 FPGA and FVP, some Linux distros like Fedora Rawhide can …
134 - Due to the performance uplimit of MPS3 FPGA and FVP, some Linux distros like Fedora Rawhide
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ethtool.c674 u32 uplimit = 0; in hns_get_ringparam() local
680 ops->get_ring_bdnum_limit(queue, &uplimit); in hns_get_ringparam()
682 param->rx_max_pending = uplimit; in hns_get_ringparam()
683 param->tx_max_pending = uplimit; in hns_get_ringparam()
H A Dhns_ae_adapt.c467 u32 *uplimit) in hns_ae_get_ring_bdnum_limit() argument
469 *uplimit = HNS_RCB_RING_MAX_PENDING_BD; in hns_ae_get_ring_bdnum_limit()
H A Dhnae.h483 u32 *uplimit);