Lines Matching refs:tx_max
221 return sprintf(buf, "%u\n", ctx->tx_max); in tx_max_show()
260 cdc_ncm_update_rxtx_max(dev, val, ctx->tx_max); in rx_max_store()
304 static DEVICE_ATTR_RW(tx_max);
433 if (val != ctx->tx_max) in cdc_ncm_update_rxtx_max()
448 if (netif_running(dev->net) && val > ctx->tx_max) { in cdc_ncm_update_rxtx_max()
456 ctx->tx_max = val; in cdc_ncm_update_rxtx_max()
459 ctx->tx_max = val; in cdc_ncm_update_rxtx_max()
462 dev->hard_mtu = ctx->tx_max; in cdc_ncm_update_rxtx_max()
468 ctx->min_tx_pkt = clamp_t(u16, ctx->tx_max - 3 * usb_maxpacket(dev->udev, dev->out), in cdc_ncm_update_rxtx_max()
469 CDC_NCM_MIN_TX_PKT, ctx->tx_max); in cdc_ncm_update_rxtx_max()
575 ctx->tx_max = le32_to_cpu(ctx->ncm_parm.dwNtbOutMaxSize); in cdc_ncm_init()
584 ctx->rx_max, ctx->tx_max, ctx->tx_remainder, ctx->tx_modulus, in cdc_ncm_init()
667 (val != ((-val) & val)) || (val >= ctx->tx_max)) { in cdc_ncm_fix_modulus()
681 (val != ((-val) & val)) || (val >= ctx->tx_max)) { in cdc_ncm_fix_modulus()
1238 ctx->tx_curr_size = ctx->tx_max; in cdc_ncm_fill_tx_frame()