Searched refs:rx_put (Results 1 – 3 of 3) sorted by relevance
159 int rx_put; /* index of next empty rx buffer */ member832 RXBUF *buf = (RXBUF*)(info->rx_buf + (info->rx_put * info->rx_buf_size)); in rx_ready_hdlc()884 info->rx_put++; in rx_ready_hdlc()885 if (info->rx_put >= info->rx_buf_count) in rx_ready_hdlc()886 info->rx_put = 0; in rx_ready_hdlc()3612 info->rx_put = 0; in rx_reset_buffers()
1135 struct sky2_rx_le *le = sky2->rx_le + sky2->rx_put; in sky2_next_rx()1136 sky2->rx_put = RING_NEXT(sky2->rx_put, RX_LE_SIZE); in sky2_next_rx()1481 sky2_put_idx(sky2->hw, rxq, sky2->rx_put); in sky2_rx_update()1524 sky2->rx_put = sky2->rx_next = 0; in sky2_rx_start()
2240 u16 rx_put; /* next le index to use */ member