Home
last modified time | relevance | path

Searched refs:mlx4_en_tx_irq (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_cq.c163 cq->mcq.comp = cq->is_tx ? mlx4_en_tx_irq : mlx4_en_rx_irq; in mlx4_en_activate_cq()
H A Den.h808 void mlx4_en_tx_irq(struct mlx4_cq *mcq);
H A Dmlx4_en_tx.c423 void mlx4_en_tx_irq(struct mlx4_cq *mcq) in mlx4_en_tx_irq() function