Searched defs:tx_spare (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ | ||
H A D | hns3_debugfs.c | 583 struct hns3_tx_spare *tx_spare = ring->tx_spare; in hns3_dbg_tx_spare_info() local |
H A D | hns3_enet.h | 496 struct hns3_tx_spare *tx_spare; member |
H A D | hns3_enet.c | 964 struct hns3_tx_spare *tx_spare = ring->tx_spare; in hns3_tx_spare_space() local 984 struct hns3_tx_spare *tx_spare = ring->tx_spare; in hns3_tx_spare_update() local 1035 struct hns3_tx_spare *tx_spare; hns3_init_tx_spare_buffer() local 1081 devm_kfree(ring_to_dev(ring), tx_spare); hns3_init_tx_spare_buffer() local 1093 struct hns3_tx_spare *tx_spare = ring->tx_spare; hns3_tx_spare_alloc() local 1118 struct hns3_tx_spare *tx_spare = ring->tx_spare; hns3_tx_spare_rollback() local 1131 struct hns3_tx_spare *tx_spare = ring->tx_spare; hns3_tx_spare_reclaim_cb() local 5016 struct hns3_tx_spare *tx_spare = ring->tx_spare; hns3_fini_ring() local 5022 devm_kfree(ring_to_dev(ring), tx_spare); hns3_fini_ring() local [all...] |
Completed in 9 milliseconds