new_tx 1297 drivers/atm/eni.c int rate,ubr,unlimited,new_tx; new_tx 1319 drivers/atm/eni.c new_tx = !eni_vcc->tx; new_tx 1321 drivers/atm/eni.c if (!new_tx) tx = eni_vcc->tx; new_tx 1353 drivers/atm/eni.c if (new_tx) { new_tx 1365 drivers/atm/eni.c if (set_shp || (unlimited && new_tx)) { new_tx 1366 drivers/atm/eni.c if (unlimited && new_tx) eni_dev->ubr = tx; new_tx 153 drivers/net/ethernet/amd/sun3lance.c int new_rx, new_tx; /* The next free ring entry */ new_tx 462 drivers/net/ethernet/amd/sun3lance.c lp->new_rx = lp->new_tx = 0; new_tx 545 drivers/net/ethernet/amd/sun3lance.c lp->old_tx, lp->new_tx, new_tx 603 drivers/net/ethernet/amd/sun3lance.c dev->name, lp->new_tx, ((u_short *)skb->data)[6], new_tx 613 drivers/net/ethernet/amd/sun3lance.c entry = lp->new_tx; new_tx 633 drivers/net/ethernet/amd/sun3lance.c lp->new_tx = (lp->new_tx + 1) & TX_RING_MOD_MASK; new_tx 701 drivers/net/ethernet/amd/sun3lance.c while( old_tx != lp->new_tx) { new_tx 829 drivers/net/ethernet/amd/sun3lance.c dev->name, lp->new_tx, ((u_short *)data)[6], new_tx 186 drivers/net/ethernet/google/gve/gve_ethtool.c int new_tx = cmd->tx_count; new_tx 195 drivers/net/ethernet/google/gve/gve_ethtool.c if (!new_rx || !new_tx) new_tx 199 drivers/net/ethernet/google/gve/gve_ethtool.c priv->tx_cfg.num_queues = new_tx; new_tx 204 drivers/net/ethernet/google/gve/gve_ethtool.c new_tx_cfg.num_queues = new_tx; new_tx 1745 drivers/net/hyperv/netvsc_drv.c u32 new_tx, new_rx; new_tx 1754 drivers/net/hyperv/netvsc_drv.c new_tx = clamp_t(u32, ring->tx_pending, new_tx 1759 drivers/net/hyperv/netvsc_drv.c if (new_tx == orig.tx_pending && new_tx 1768 drivers/net/hyperv/netvsc_drv.c device_info->send_sections = new_tx; new_tx 133 drivers/net/usb/cdc_ncm.c static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx); new_tx 172 drivers/net/usb/cdc_ncm.c static u32 cdc_ncm_check_tx_max(struct usbnet *dev, u32 new_tx) new_tx 184 drivers/net/usb/cdc_ncm.c val = clamp_t(u32, new_tx, min, max); new_tx 185 drivers/net/usb/cdc_ncm.c if (val != new_tx) new_tx 376 drivers/net/usb/cdc_ncm.c static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx) new_tx 407 drivers/net/usb/cdc_ncm.c val = cdc_ncm_check_tx_max(dev, new_tx);