Home
last modified time | relevance | path

Searched refs:hinic_txq (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.h29 struct hinic_txq { struct
43 void hinic_txq_clean_stats(struct hinic_txq *txq);
45 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats);
51 int hinic_init_txq(struct hinic_txq *txq, struct hinic_sq *sq,
54 void hinic_clean_txq(struct hinic_txq *txq);
H A Dhinic_tx.c76 void hinic_txq_clean_stats(struct hinic_txq *txq) in hinic_txq_clean_stats()
95 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats) in hinic_txq_get_stats()
115 static void txq_stats_init(struct hinic_txq *txq) in txq_stats_init()
497 struct hinic_txq *txq; in hinic_lb_xmit_frame()
558 struct hinic_txq *txq; in hinic_xmit_frame()
663 static void free_all_tx_skbs(struct hinic_txq *txq) in free_all_tx_skbs()
697 struct hinic_txq *txq = container_of(napi, struct hinic_txq, napi); in free_tx_poll()
777 struct hinic_txq *txq = data; in tx_irq()
794 static int tx_request_irq(struct hinic_txq *tx
[all...]
H A Dhinic_dev.h93 struct hinic_txq *txqs;
H A Dhinic_main.c96 static void gather_tx_stats(struct hinic_txq_stats *nic_tx_stats, struct hinic_txq *txq) in gather_tx_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.h29 struct hinic_txq { struct
43 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats);
49 int hinic_init_txq(struct hinic_txq *txq, struct hinic_sq *sq,
52 void hinic_clean_txq(struct hinic_txq *txq);
H A Dhinic_tx.c77 static void hinic_txq_clean_stats(struct hinic_txq *txq) in hinic_txq_clean_stats()
96 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats) in hinic_txq_get_stats()
116 static void txq_stats_init(struct hinic_txq *txq) in txq_stats_init()
499 struct hinic_txq *txq; in hinic_lb_xmit_frame()
560 struct hinic_txq *txq; in hinic_xmit_frame()
665 static void free_all_tx_skbs(struct hinic_txq *txq) in free_all_tx_skbs()
699 struct hinic_txq *txq = container_of(napi, struct hinic_txq, napi); in free_tx_poll()
779 struct hinic_txq *txq = data; in tx_irq()
796 static int tx_request_irq(struct hinic_txq *tx
[all...]
H A Dhinic_dev.h97 struct hinic_txq *txqs;
H A Dhinic_main.c96 static void gather_tx_stats(struct hinic_txq_stats *nic_tx_stats, struct hinic_txq *txq) in gather_tx_stats()

Completed in 8 milliseconds