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

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c 3794 int tx_pending, rx_pending; local in function:vchiq_dump_service_state
3816 tx_pending = service->bulk_tx.local_insert -
3823 " Bulk: tx_pending=%d (size %d),"
3825 tx_pending,
3826 tx_pending ? service->bulk_tx.bulks[
vchiq_core.c 3794 int tx_pending, rx_pending; local in function:vchiq_dump_service_state
3816 tx_pending = service->bulk_tx.local_insert -
3823 " Bulk: tx_pending=%d (size %d),"
3825 tx_pending,
3826 tx_pending ? service->bulk_tx.bulks[

Completed in 26 milliseconds