Home
last modified time | relevance | path

Searched refs:new_tx (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/amd/
Dsun3lance.c152 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-4.4.14/drivers/net/usb/
Dcdc_ncm.c131 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx);
170 static u32 cdc_ncm_check_tx_max(struct usbnet *dev, u32 new_tx) in cdc_ncm_check_tx_max() argument
182 val = clamp_t(u32, new_tx, min, max); in cdc_ncm_check_tx_max()
183 if (val != new_tx) in cdc_ncm_check_tx_max()
331 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx) in cdc_ncm_update_rxtx_max() argument
362 val = cdc_ncm_check_tx_max(dev, new_tx); in cdc_ncm_update_rxtx_max()
/linux-4.4.14/drivers/atm/
Deni.c1295 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()