HomeSort by: relevance | last modified time | path
    Searched refs:tx_pos (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c 569 int tx_pos = state->local_tx_pos; local in function:reserve_space
570 int slot_space = VCHIQ_SLOT_SIZE - (tx_pos & VCHIQ_SLOT_MASK);
577 (state->tx_data + (tx_pos & VCHIQ_SLOT_MASK));
581 tx_pos += slot_space;
585 if ((tx_pos & VCHIQ_SLOT_MASK) == 0) {
596 state->local_tx_pos = tx_pos;
597 local->tx_pos = tx_pos;
606 BUG_ON(tx_pos ==
610 SLOT_QUEUE_INDEX_FROM_POS(tx_pos)
1635 int tx_pos; local in function:parse_rx_slots
    [all...]
vchiq_core.h 368 int32_t tx_pos; member in struct:vchiq_shared_state_struct
464 /* A cached copy of local->tx_pos. Only write to local->tx_pos, and read
465 from remote->tx_pos. */

Completed in 13 milliseconds