Searched refs:tx_more (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_txrx.h | 87 u64 tx_more; /* # of DBs elided due to xmit_more */ member
|
H A D | funeth_tx.c | 371 FUN_QSTAT_INC(q, tx_more); in fun_start_xmit()
|
H A D | funeth_ethtool.c | 82 "tx_more", 783 ADD_STAT(txs.tx_more); in fun_get_ethtool_stats()
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/ |
H A D | supern_2.h | 168 unsigned int tx_more :1 ; /* more frame in chain */ member 170 unsigned int tx_more :1 ; /* more frame in chain */
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/ |
H A D | supern_2.h | 168 unsigned int tx_more :1 ; /* more frame in chain */ member 170 unsigned int tx_more :1 ; /* more frame in chain */
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.h | 353 u64 tx_more; member
|
H A D | hns3_ethtool.c | 34 HNS3_TQP_STAT("more", tx_more),
|
H A D | hns3_enet.c | 1459 ring->stats.tx_more++; in hns3_tx_doorbell() 1925 "seg_pkt_cnt: %llu, tx_more: %llu, restart_queue: %llu, tx_busy: %llu\n", in hns3_get_tx_timeo_queue_info() 1926 tx_ring->stats.seg_pkt_cnt, tx_ring->stats.tx_more, in hns3_get_tx_timeo_queue_info()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.h | 417 u64 tx_more; member
|
H A D | hns3_ethtool.c | 25 HNS3_TQP_STAT("more", tx_more),
|
H A D | hns3_enet.c | 2118 hns3_ring_stats_update(ring, tx_more); in hns3_tx_doorbell() 2818 "seg_pkt_cnt: %llu, tx_more: %llu, restart_queue: %llu, tx_busy: %llu\n", in hns3_dump_queue_stats() 2819 tx_ring->stats.seg_pkt_cnt, tx_ring->stats.tx_more, in hns3_dump_queue_stats()
|
Completed in 30 milliseconds