Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/huawei/hinic/
Dhinic_tx.h29 struct hinic_txq { struct
43 void hinic_txq_clean_stats(struct hinic_txq *txq); argument
45 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);
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()
117 static void txq_stats_init(struct hinic_txq *txq) in txq_stats_init()
470 struct hinic_txq *txq; in hinic_xmit_frame()
575 static void free_all_tx_skbs(struct hinic_txq *txq) in free_all_tx_skbs()
609 struct hinic_txq *txq = container_of(napi, struct hinic_txq, napi); in free_tx_poll()
683 static void tx_napi_add(struct hinic_txq *txq, int weight) in tx_napi_add()
689 static void tx_napi_del(struct hinic_txq *txq) in tx_napi_del()
697 struct hinic_txq *txq = data; in tx_irq()
713 static int tx_request_irq(struct hinic_txq *txq) in tx_request_irq()
[all …]
Dhinic_dev.h68 struct hinic_txq *txqs;
Dhinic_main.c94 static void update_tx_stats(struct hinic_dev *nic_dev, struct hinic_txq *txq) in update_tx_stats()