Home
last modified time | relevance | path

Searched refs:compl_byte_count (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ipa/
H A Dgsi.h126 u64 compl_byte_count; /* last reported completed byte count */ member
H A Dgsi.c938 byte_count -= channel->compl_byte_count; in gsi_channel_tx_update()
939 channel->compl_byte_count += byte_count; in gsi_channel_tx_update()
/kernel/linux/linux-6.6/drivers/net/ipa/
H A Dgsi.h120 u64 compl_byte_count; /* last reported completed byte count */ member
H A Dgsi.c1126 byte_count = trans->byte_count - channel->compl_byte_count; in gsi_trans_tx_completed()
1129 channel->compl_byte_count += byte_count; in gsi_trans_tx_completed()

Completed in 8 milliseconds