Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/atm/
Dfore200e.c1477 int tx_copy = 0; in fore200e_send() local
1522 tx_copy = 1; in fore200e_send()
1530 tx_copy = 1; in fore200e_send()
1534 if (tx_copy) { in fore200e_send()
1590 if (tx_copy) in fore200e_send()
1600 entry->data = tx_copy ? data : NULL; in fore200e_send()
1606 if (tx_copy) in fore200e_send()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h357 u64 tx_copy; member
Dhns3_ethtool.c37 HNS3_TQP_STAT("copy", tx_copy),
Dhns3_enet.c1309 ring->stats.tx_copy++; in hns3_nic_maybe_stop_tx()