Lines Matching refs:tx_max
225 return sprintf(buf, "%u\n", ctx->tx_max); in tx_max_show()
264 cdc_ncm_update_rxtx_max(dev, val, ctx->tx_max); in rx_max_store()
308 static DEVICE_ATTR_RW(tx_max);
437 if (val != ctx->tx_max) in cdc_ncm_update_rxtx_max()
452 if (netif_running(dev->net) && val > ctx->tx_max) { in cdc_ncm_update_rxtx_max()
460 ctx->tx_max = val; in cdc_ncm_update_rxtx_max()
463 ctx->tx_max = val; in cdc_ncm_update_rxtx_max()
466 dev->hard_mtu = ctx->tx_max; in cdc_ncm_update_rxtx_max()
472 ctx->min_tx_pkt = clamp_t(u16, ctx->tx_max - 3 * usb_maxpacket(dev->udev, dev->out), in cdc_ncm_update_rxtx_max()
473 CDC_NCM_MIN_TX_PKT, ctx->tx_max); in cdc_ncm_update_rxtx_max()
579 ctx->tx_max = le32_to_cpu(ctx->ncm_parm.dwNtbOutMaxSize); in cdc_ncm_init()
588 ctx->rx_max, ctx->tx_max, ctx->tx_remainder, ctx->tx_modulus, in cdc_ncm_init()
671 (val != ((-val) & val)) || (val >= ctx->tx_max)) { in cdc_ncm_fix_modulus()
685 (val != ((-val) & val)) || (val >= ctx->tx_max)) { in cdc_ncm_fix_modulus()
1246 ctx->tx_curr_size = ctx->tx_max; in cdc_ncm_fill_tx_frame()