Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Dfore200e.c1475 int tx_copy = 0; in fore200e_send() local
1520 tx_copy = 1; in fore200e_send()
1528 tx_copy = 1; in fore200e_send()
1532 if (tx_copy) { in fore200e_send()
1588 if (tx_copy) in fore200e_send()
1598 entry->data = tx_copy ? data : NULL; in fore200e_send()
1604 if (tx_copy) in fore200e_send()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h424 u64 tx_copy; member
H A Dhns3_ethtool.c30 HNS3_TQP_STAT("copy", tx_copy),
H A Dhns3_enet.c1945 hns3_ring_stats_update(ring, tx_copy); in hns3_nic_maybe_stop_tx()