Home
last modified time | relevance | path

Searched refs:total_tx_size (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.h151 u32 total_tx_size; member
H A Dena_netdev.c157 tx_info->total_tx_size = bytes; in ena_xmit_common()
853 tx_bytes += tx_info->total_tx_size; in ena_clean_tx_irq()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c1989 u32 i, total_tx_size = 0; in hclge_get_tx_buff_alloced() local
1992 total_tx_size += buf_alloc->priv_buf[i].tx_buf_size; in hclge_get_tx_buff_alloced()
1994 return total_tx_size; in hclge_get_tx_buff_alloced()