Searched refs:tx_pos (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-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. */
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe-dev.c2488 unsigned int tx_dsr, tx_pos, tx_qidx; local
2498 tx_pos = (queue * DMA_DSR_Q_WIDTH) + DMA_DSR0_TPS_START;
2503 tx_pos = ((tx_qidx % DMA_DSRX_QPR) * DMA_DSR_Q_WIDTH) +
2514 tx_status = GET_BITS(tx_status, tx_pos, DMA_DSR_TPS_WIDTH);

Completed in 63 milliseconds