[go: nahoru, domu]

Searched refs:new_rx (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/amd/
H A Dsun3lance.c152 int new_rx, new_tx; /* The next free ring entry */ member in struct:lance_private
461 lp->new_rx = lp->new_tx = 0;
542 printk("Ring data: old_tx %d new_tx %d%s new_rx %d\n",
545 lp->new_rx );
783 int entry = lp->new_rx;
818 lp->new_rx = (lp->new_rx+1) &
860 entry = lp->new_rx = (lp->new_rx +1) & RX_RING_MOD_MASK;
/drivers/net/usb/
H A Dcdc_ncm.c130 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx);
146 static u32 cdc_ncm_check_rx_max(struct usbnet *dev, u32 new_rx) argument
151 /* clamp new_rx to sane values */
162 val = clamp_t(u32, new_rx, min, max);
163 if (val != new_rx)
330 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx) argument
336 val = cdc_ncm_check_rx_max(dev, new_rx);

Completed in 116 milliseconds