Searched refs:mlx4_en_cq (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_en.h | 335 struct mlx4_en_cq { struct 557 struct mlx4_en_cq **tx_cq; 558 struct mlx4_en_cq *rx_cq[MAX_RX_RINGS]; 626 static inline void mlx4_en_cq_init_lock(struct mlx4_en_cq *cq) in mlx4_en_cq_init_lock() 633 static inline bool mlx4_en_cq_lock_napi(struct mlx4_en_cq *cq) in mlx4_en_cq_lock_napi() 649 static inline bool mlx4_en_cq_unlock_napi(struct mlx4_en_cq *cq) in mlx4_en_cq_unlock_napi() 664 static inline bool mlx4_en_cq_lock_poll(struct mlx4_en_cq *cq) in mlx4_en_cq_lock_poll() 684 static inline bool mlx4_en_cq_unlock_poll(struct mlx4_en_cq *cq) in mlx4_en_cq_unlock_poll() 698 static inline bool mlx4_en_cq_busy_polling(struct mlx4_en_cq *cq) in mlx4_en_cq_busy_polling() 704 static inline void mlx4_en_cq_init_lock(struct mlx4_en_cq *cq) in mlx4_en_cq_init_lock() [all …]
|
D | en_cq.c | 47 struct mlx4_en_cq **pcq, in mlx4_en_create_cq() 52 struct mlx4_en_cq *cq; in mlx4_en_create_cq() 98 int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq, in mlx4_en_activate_cq() 135 struct mlx4_en_cq *rx_cq; in mlx4_en_activate_cq() 177 void mlx4_en_destroy_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq) in mlx4_en_destroy_cq() 180 struct mlx4_en_cq *cq = *pcq; in mlx4_en_destroy_cq() 194 void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) in mlx4_en_deactivate_cq() 207 int mlx4_en_set_cq_moder(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) in mlx4_en_set_cq_moder() 213 int mlx4_en_arm_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) in mlx4_en_arm_cq()
|
D | en_tx.c | 386 struct mlx4_en_cq *cq) in mlx4_en_process_tx_cq() 497 struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq); in mlx4_en_tx_irq() 509 struct mlx4_en_cq *cq = container_of(napi, struct mlx4_en_cq, napi); in mlx4_en_poll_tx_cq()
|
D | en_rx.c | 744 int mlx4_en_process_rx_cq(struct net_device *dev, struct mlx4_en_cq *cq, int budget) in mlx4_en_process_rx_cq() 1024 struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq); in mlx4_en_rx_irq() 1036 struct mlx4_en_cq *cq = container_of(napi, struct mlx4_en_cq, napi); in mlx4_en_poll_rx_cq()
|
D | en_netdev.c | 76 struct mlx4_en_cq *cq = container_of(napi, struct mlx4_en_cq, napi); in mlx4_en_low_latency_recv() 1215 struct mlx4_en_cq *cq; in mlx4_en_netpoll() 1330 struct mlx4_en_cq *cq; in mlx4_en_set_default_moderation() 1376 struct mlx4_en_cq *cq; in mlx4_en_auto_moderation() 1530 struct mlx4_en_cq *cq; in mlx4_en_start_port() 1860 struct mlx4_en_cq *cq = priv->rx_cq[i]; in mlx4_en_stop_port() 2873 priv->tx_cq = kzalloc(sizeof(struct mlx4_en_cq *) * MAX_TX_RINGS, in mlx4_en_init_netdev()
|