Searched refs:mlx4_en_cq (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_cq.c53 struct mlx4_en_cq **pcq,
58 struct mlx4_en_cq *cq;
113 int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq,
144 struct mlx4_en_cq *rx_cq;
182 void mlx4_en_destroy_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq)
185 struct mlx4_en_cq *cq = *pcq;
201 void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq)
214 int mlx4_en_set_cq_moder(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq)
220 int mlx4_en_arm_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq)
H A Den.h382 struct mlx4_en_cq { struct
588 struct mlx4_en_cq **tx_cq;
589 struct mlx4_en_cq *rx_cq[MAX_RX_RINGS];
662 static inline void mlx4_en_cq_init_lock(struct mlx4_en_cq *cq)
669 static inline bool mlx4_en_cq_lock_napi(struct mlx4_en_cq *cq)
685 static inline bool mlx4_en_cq_unlock_napi(struct mlx4_en_cq *cq)
700 static inline bool mlx4_en_cq_lock_poll(struct mlx4_en_cq *cq)
722 static inline bool mlx4_en_cq_unlock_poll(struct mlx4_en_cq *cq)
736 static inline bool mlx4_en_cq_busy_polling(struct mlx4_en_cq *cq)
742 static inline void mlx4_en_cq_init_lock(struct mlx4_en_cq *c
[all...]
H A Dmlx4_en_tx.c348 struct mlx4_en_cq *cq)
425 struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq);
438 struct mlx4_en_cq *cq = (struct mlx4_en_cq *) data;
465 struct mlx4_en_cq *cq = priv->tx_cq[tx_ind];
H A Dmlx4_en_rx.c738 int mlx4_en_process_rx_cq(struct net_device *dev, struct mlx4_en_cq *cq, int budget)
867 static int mlx4_en_poll_rx_cq(struct mlx4_en_cq *cq, int budget)
880 struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq);
898 struct mlx4_en_cq *cq;
H A Dmlx4_en_netdev.c63 struct mlx4_en_cq *cq = container_of(napi, struct mlx4_en_cq, napi);
1073 struct mlx4_en_cq *cq;
1120 struct mlx4_en_cq *cq;
1265 struct mlx4_en_cq *cq;
1556 struct mlx4_en_cq *cq = priv->rx_cq[i];
2197 priv->tx_cq = kcalloc(sizeof(struct mlx4_en_cq *), MAX_TX_RINGS,
/freebsd-11-stable/sys/modules/mlx4en/
H A DMakefile6 mlx4_en_cq.c \

Completed in 129 milliseconds