Searched refs:tx_pos (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c565 int tx_pos = state->local_tx_pos; local
566 int slot_space = VCHIQ_SLOT_SIZE - (tx_pos & VCHIQ_SLOT_MASK);
573 (state->tx_data + (tx_pos & VCHIQ_SLOT_MASK));
577 tx_pos += slot_space;
581 if ((tx_pos & VCHIQ_SLOT_MASK) == 0) {
592 state->local_tx_pos = tx_pos;
593 local->tx_pos = tx_pos;
602 BUG_ON(tx_pos ==
606 SLOT_QUEUE_INDEX_FROM_POS(tx_pos)
1633 int tx_pos; local
[all...]
H A Dvchiq_core.h365 int tx_pos; member in struct:vchiq_shared_state_struct
461 /* A cached copy of local->tx_pos. Only write to local->tx_pos, and read
462 from remote->tx_pos. */

Completed in 169 milliseconds