Searched refs:hinic_txq (Results 1 – 4 of 4) sorted by relevance
29 struct hinic_txq { struct43 void hinic_txq_clean_stats(struct hinic_txq *txq); argument45 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);
76 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()500 struct hinic_txq *txq; in hinic_lb_xmit_frame()561 struct hinic_txq *txq; in hinic_xmit_frame()666 static void free_all_tx_skbs(struct hinic_txq *txq) in free_all_tx_skbs()700 struct hinic_txq *txq = container_of(napi, struct hinic_txq, napi); in free_tx_poll()780 struct hinic_txq *txq = data; in tx_irq()797 static int tx_request_irq(struct hinic_txq *txq) in tx_request_irq()842 static void tx_free_irq(struct hinic_txq *txq) in tx_free_irq()[all …]
93 struct hinic_txq *txqs;
105 static void update_tx_stats(struct hinic_dev *nic_dev, struct hinic_txq *txq) in update_tx_stats()