Searched refs:rx_max_ntb (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 534 u32 rx_max_ntb;
member 2024 ctx->rx_max_ntb = le32_to_cpu(ntb_params->dwNtbInMaxSize);
in cdc_ncm_config() 2030 devdbg(ctx->ndev, "rx_max_ntb:%d,tx_max_ntb:%d,tx_align:%d", ctx->rx_max_ntb, ctx->tx_max_ntb, ctx->tx_align);
in cdc_ncm_config() 2056 if (unlikely(ctx->rx_max_ntb < NCM_NTB_MIN_IN_SIZE)) {
in cdc_ncm_config() 2060 ctx->rx_max_ntb, NCM_NTB_MIN_IN_SIZE);
in cdc_ncm_config() 2065 if (ctx->rx_max_ntb > (u32)NCM_NTB_HARD_MAX_IN_SIZE) {
in cdc_ncm_config() 2069 ctx->rx_max_ntb, NCM_NTB_HARD_MAX_IN_SIZE, NCM_NTB_HARD_MAX_IN_SIZE);
in cdc_ncm_config() 2070 ctx->rx_max_ntb = NCM_NTB_HARD_MAX_IN_SIZE;
in cdc_ncm_config() 2071 put_unaligned_le32(ctx->rx_max_ntb, in cdc_ncm_config() [all...] |
Completed in 6 milliseconds