Home
last modified time | relevance | path

Searched refs:rx_pos (Results 1 – 2 of 2) sorted by relevance

/src/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c1647 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()
H A Dvchiq_core.h468 int rx_pos; member