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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-designware.c390 int tx_limit, rx_limit; local
423 tx_limit = dev->tx_fifo_depth - readl(dev->base + DW_IC_TXFLR);
426 while (buf_len > 0 && tx_limit > 0 && rx_limit > 0) {
432 tx_limit--; buf_len--;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dforcedeth.c813 int tx_limit; member in struct:fe_priv
2327 if (np->tx_limit) {
2489 if (np->tx_limit) {
2576 saved_tx_limit = np->tx_limit;
2577 np->tx_limit = 0; /* prevent giving HW any limited pkts */
2596 np->tx_limit = saved_tx_limit;
5693 np->tx_limit = 1;
5696 np->tx_limit = 0;

Completed in 64 milliseconds