Home
last modified time | relevance | path

Searched refs:tx_max_ntb (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c535 u32 tx_max_ntb; member
2025 ctx->tx_max_ntb = le32_to_cpu(ntb_params->dwNtbOutMaxSize); 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()
2081 if (unlikely(ctx->tx_max_ntb < NCM_NTB_MIN_OUT_SIZE)) { in cdc_ncm_config()
2085 ctx->tx_max_ntb, (u32)NCM_NTB_MIN_OUT_SIZE); in cdc_ncm_config()
2448 err = ntb_init(ctx, &ctx->curr_ntb, ctx->tx_max_ntb); in ncm_init_curr_ntb()
2453 ctx->tx_max_ntb); in ncm_init_curr_ntb()
3026 ctx->skb_pool[i] = alloc_skb(ctx->tx_max_ntb, GFP_KERNEL);

Completed in 6 milliseconds