Searched refs:rx_put (Results 1 – 5 of 5) sorted by relevance
930 __u32 rx_put, rx_get, new_rx_get, rx_bufsize, rx_bufaddr; in cyz_handle_rx() local933 rx_put = readl(&buf_ctrl->rx_put); in cyz_handle_rx()936 if (rx_put >= rx_get) in cyz_handle_rx()937 char_count = rx_put - rx_get; in cyz_handle_rx()939 char_count = rx_put - rx_get + rx_bufsize; in cyz_handle_rx()989 rx_put = readl(&buf_ctrl->rx_put); in cyz_handle_rx()990 if (rx_put >= rx_get) in cyz_handle_rx()991 char_count = rx_put - rx_get; in cyz_handle_rx()993 char_count = rx_put - rx_get + rx_bufsize; in cyz_handle_rx()
433 __u32 rx_put; /* head index rx buf */ member
159 int rx_put; /* index of next empty rx buffer */ member834 RXBUF *buf = (RXBUF*)(info->rx_buf + (info->rx_put * info->rx_buf_size)); in rx_ready_hdlc()886 info->rx_put++; in rx_ready_hdlc()887 if (info->rx_put >= info->rx_buf_count) in rx_ready_hdlc()888 info->rx_put = 0; in rx_ready_hdlc()3620 info->rx_put = 0; in rx_reset_buffers()
1149 struct sky2_rx_le *le = sky2->rx_le + sky2->rx_put; in sky2_next_rx()1150 sky2->rx_put = RING_NEXT(sky2->rx_put, RX_LE_SIZE); in sky2_next_rx()1495 sky2_put_idx(sky2->hw, rxq, sky2->rx_put); in sky2_rx_update()1538 sky2->rx_put = sky2->rx_next = 0; in sky2_rx_start()
2246 u16 rx_put; /* next le index to use */ member