Symbol: mlx4_en_cq
sys/dev/mlx4/mlx4_en/en.h
596
struct mlx4_en_cq **tx_cq;
sys/dev/mlx4/mlx4_en/en.h
597
struct mlx4_en_cq *rx_cq[MAX_RX_RINGS];
sys/dev/mlx4/mlx4_en/en.h
676
static inline void mlx4_en_cq_init_lock(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
683
static inline bool mlx4_en_cq_lock_napi(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
699
static inline bool mlx4_en_cq_unlock_napi(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
714
static inline bool mlx4_en_cq_lock_poll(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
736
static inline bool mlx4_en_cq_unlock_poll(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
750
static inline bool mlx4_en_cq_busy_polling(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
756
static inline void mlx4_en_cq_init_lock(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
760
static inline bool mlx4_en_cq_lock_napi(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
765
static inline bool mlx4_en_cq_unlock_napi(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
770
static inline bool mlx4_en_cq_lock_poll(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
775
static inline bool mlx4_en_cq_unlock_poll(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
780
static inline bool mlx4_en_cq_busy_polling(struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/en.h
799
int mlx4_en_create_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq,
sys/dev/mlx4/mlx4_en/en.h
801
void mlx4_en_destroy_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq);
sys/dev/mlx4/mlx4_en/en.h
802
int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq,
sys/dev/mlx4/mlx4_en/en.h
804
void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
sys/dev/mlx4/mlx4_en/en.h
805
int mlx4_en_set_cq_moder(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
sys/dev/mlx4/mlx4_en/en.h
806
int mlx4_en_arm_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
sys/dev/mlx4/mlx4_en/en.h
837
struct mlx4_en_cq *cq,
sys/dev/mlx4/mlx4_en/mlx4_en_cq.c
113
int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq,
sys/dev/mlx4/mlx4_en/mlx4_en_cq.c
144
struct mlx4_en_cq *rx_cq;
sys/dev/mlx4/mlx4_en/mlx4_en_cq.c
182
void mlx4_en_destroy_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq)
sys/dev/mlx4/mlx4_en/mlx4_en_cq.c
185
struct mlx4_en_cq *cq = *pcq;
sys/dev/mlx4/mlx4_en/mlx4_en_cq.c
201
void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/mlx4_en_cq.c
214
int mlx4_en_set_cq_moder(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/mlx4_en_cq.c
220
int mlx4_en_arm_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/mlx4_en_cq.c
53
struct mlx4_en_cq **pcq,
sys/dev/mlx4/mlx4_en/mlx4_en_cq.c
58
struct mlx4_en_cq *cq;
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
1073
struct mlx4_en_cq *cq;
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
1120
struct mlx4_en_cq *cq;
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
1265
struct mlx4_en_cq *cq;
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
1555
struct mlx4_en_cq *cq = priv->rx_cq[i];
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
2190
priv->tx_cq = kcalloc(sizeof(struct mlx4_en_cq *), MAX_TX_RINGS,
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
66
struct mlx4_en_cq *cq = container_of(napi, struct mlx4_en_cq, napi);
sys/dev/mlx4/mlx4_en/mlx4_en_rx.c
738
int mlx4_en_process_rx_cq(if_t dev, struct mlx4_en_cq *cq, int budget)
sys/dev/mlx4/mlx4_en/mlx4_en_rx.c
867
static int mlx4_en_poll_rx_cq(struct mlx4_en_cq *cq, int budget)
sys/dev/mlx4/mlx4_en/mlx4_en_rx.c
882
struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq);
sys/dev/mlx4/mlx4_en/mlx4_en_rx.c
901
struct mlx4_en_cq *cq;
sys/dev/mlx4/mlx4_en/mlx4_en_tx.c
348
struct mlx4_en_cq *cq)
sys/dev/mlx4/mlx4_en/mlx4_en_tx.c
425
struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq);
sys/dev/mlx4/mlx4_en/mlx4_en_tx.c
438
struct mlx4_en_cq *cq = (struct mlx4_en_cq *) data;
sys/dev/mlx4/mlx4_en/mlx4_en_tx.c
465
struct mlx4_en_cq *cq = priv->tx_cq[tx_ind];