Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/mellanox/mlx4/
Den_cq.c123 cq->mcq.comp = cq->is_tx ? mlx4_en_tx_irq : mlx4_en_rx_irq; in mlx4_en_activate_cq()
Dmlx4_en.h515 void mlx4_en_tx_irq(struct mlx4_cq *mcq);
Den_tx.c376 void mlx4_en_tx_irq(struct mlx4_cq *mcq) in mlx4_en_tx_irq() function