Searched refs:rx_pos (Results 1 – 2 of 2) sorted by relevance
1647 while (state->rx_pos != tx_pos) { in parse_rx_slots()1656 WARN_ON(!((state->rx_pos & VCHIQ_SLOT_MASK) == 0)); in parse_rx_slots()1658 SLOT_QUEUE_INDEX_FROM_POS(state->rx_pos) & in parse_rx_slots()1672 (state->rx_pos & VCHIQ_SLOT_MASK)); in parse_rx_slots()2045 state->rx_pos += calc_stride(size); in parse_rx_slots()2050 if ((state->rx_pos & VCHIQ_SLOT_MASK) == 0) { in parse_rx_slots()2785 end = state->rx_pos & VCHIQ_SLOT_MASK; in release_service_messages()3735 state->rx_pos, in vchiq_dump_state()3737 (state->rx_pos & VCHIQ_SLOT_MASK)); in vchiq_dump_state()
468 int rx_pos; member