Home
last modified time | relevance | path

Searched refs:tx_copy (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/atm/
Dfore200e.c1472 int tx_copy = 0; in fore200e_send() local
1517 tx_copy = 1; in fore200e_send()
1525 tx_copy = 1; in fore200e_send()
1529 if (tx_copy) { in fore200e_send()
1585 if (tx_copy) in fore200e_send()
1595 entry->data = tx_copy ? data : NULL; in fore200e_send()
1601 if (tx_copy) in fore200e_send()
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h424 u64 tx_copy; member
Dhns3_ethtool.c30 HNS3_TQP_STAT("copy", tx_copy),
Dhns3_enet.c1945 hns3_ring_stats_update(ring, tx_copy); in hns3_nic_maybe_stop_tx()