Searched refs:new_tx (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/amd/ |
D | sun3lance.c | 153 int new_rx, new_tx; /* The next free ring entry */ member 461 lp->new_rx = lp->new_tx = 0; in lance_init_ring() 543 lp->old_tx, lp->new_tx, in lance_start_xmit() 601 dev->name, lp->new_tx, ((u_short *)skb->data)[6], in lance_start_xmit() 611 entry = lp->new_tx; in lance_start_xmit() 631 lp->new_tx = (lp->new_tx + 1) & TX_RING_MOD_MASK; in lance_start_xmit() 699 while( old_tx != lp->new_tx) { in lance_interrupt() 827 dev->name, lp->new_tx, ((u_short *)data)[6], in lance_rx()
|
/Linux-v4.19/drivers/net/usb/ |
D | cdc_ncm.c | 133 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx); 172 static u32 cdc_ncm_check_tx_max(struct usbnet *dev, u32 new_tx) in cdc_ncm_check_tx_max() argument 184 val = clamp_t(u32, new_tx, min, max); in cdc_ncm_check_tx_max() 185 if (val != new_tx) in cdc_ncm_check_tx_max() 376 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx) in cdc_ncm_update_rxtx_max() argument 407 val = cdc_ncm_check_tx_max(dev, new_tx); in cdc_ncm_update_rxtx_max()
|
/Linux-v4.19/drivers/atm/ |
D | eni.c | 1295 int rate,ubr,unlimited,new_tx; in reserve_or_set_tx() local 1317 new_tx = !eni_vcc->tx; in reserve_or_set_tx() 1319 if (!new_tx) tx = eni_vcc->tx; in reserve_or_set_tx() 1351 if (new_tx) { in reserve_or_set_tx() 1363 if (set_shp || (unlimited && new_tx)) { in reserve_or_set_tx() 1364 if (unlimited && new_tx) eni_dev->ubr = tx; in reserve_or_set_tx()
|
/Linux-v4.19/drivers/net/hyperv/ |
D | netvsc_drv.c | 1695 u32 new_tx, new_rx; in netvsc_set_ringparam() local 1704 new_tx = clamp_t(u32, ring->tx_pending, in netvsc_set_ringparam() 1709 if (new_tx == orig.tx_pending && in netvsc_set_ringparam() 1715 device_info.send_sections = new_tx; in netvsc_set_ringparam()
|