Searched refs:rx_left (Results 1 - 4 of 4) sorted by path

/drivers/net/ethernet/realtek/
H A Dr8169.c7277 unsigned int cur_rx, rx_left; local
7282 for (rx_left = min(budget, NUM_RX_DESC); rx_left > 0; rx_left--, cur_rx++) {
/drivers/net/ethernet/sis/
H A Dsis190.c578 u32 rx_left, cur_rx = tp->cur_rx; local
581 rx_left = NUM_RX_DESC + tp->dirty_rx - cur_rx;
582 rx_left = sis190_rx_quota(rx_left, (u32) dev->quota);
584 for (; rx_left > 0; rx_left--, cur_rx++) {
/drivers/spi/
H A Dspi-dw.c171 u32 rx_left = (dws->rx_end - dws->rx) / dws->n_bytes; local
173 return min_t(u32, rx_left, dw_readw(dws, DW_SPI_RXFLR));
H A Dspi-rockchip.c258 u32 rx_left = (rs->rx_end - rs->rx) / rs->n_bytes; local
261 return min(rx_left, rx_room);

Completed in 113 milliseconds