Home
last modified time | relevance | path

Searched refs:queued_byte_count (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ipa/
H A Dgsi.h124 u64 queued_byte_count; /* last reported queued byte count */ member
H A Dgsi.c899 byte_count = channel->byte_count - channel->queued_byte_count; in gsi_channel_tx_queued()
901 channel->queued_byte_count = channel->byte_count; in gsi_channel_tx_queued()