Lines Matching defs:rx_put
930 __u32 rx_put, rx_get, new_rx_get, rx_bufsize, rx_bufaddr;
933 rx_put = readl(&buf_ctrl->rx_put);
936 if (rx_put >= rx_get)
937 char_count = rx_put - rx_get;
939 char_count = rx_put - rx_get + rx_bufsize;
989 rx_put = readl(&buf_ctrl->rx_put);
990 if (rx_put >= rx_get)
991 char_count = rx_put - rx_get;
993 char_count = rx_put - rx_get + rx_bufsize;