HomeSort by: relevance | last modified time | path
    Searched defs:tx_end_index (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c 793 int tx_end_index; local in function:queue_message
811 tx_end_index = SLOT_QUEUE_INDEX_FROM_POS(
816 while ((tx_end_index != state->previous_data_index) &&
828 tx_end_index = SLOT_QUEUE_INDEX_FROM_POS(
830 if ((tx_end_index == state->previous_data_index) ||
840 ((tx_end_index != service_quota->previous_tx_index) &&
866 tx_end_index = SLOT_QUEUE_INDEX_FROM_POS(
887 int tx_end_index; local in function:queue_message
925 tx_end_index =
930 if (tx_end_index != state->previous_data_index)
    [all...]

Completed in 13 milliseconds