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

/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Den_cq.c48 struct mlx4_en_cq **pcq,
53 struct mlx4_en_cq *cq;
56 cq = kzalloc_node(sizeof(struct mlx4_en_cq), GFP_KERNEL, node);
58 cq = kzalloc(sizeof(struct mlx4_en_cq), GFP_KERNEL);
107 int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq,
141 struct mlx4_en_cq *rx_cq;
172 void mlx4_en_destroy_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq)
175 struct mlx4_en_cq *cq = *pcq;
187 void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq)
200 int mlx4_en_set_cq_moder(struct mlx4_en_priv *priv, struct mlx4_en_cq *c
[all...]
H A Dmlx4_en.h383 struct mlx4_en_cq { struct
593 struct mlx4_en_cq **tx_cq;
594 struct mlx4_en_cq *rx_cq[MAX_RX_RINGS];
658 static inline void mlx4_en_cq_init_lock(struct mlx4_en_cq *cq)
665 static inline bool mlx4_en_cq_lock_napi(struct mlx4_en_cq *cq)
681 static inline bool mlx4_en_cq_unlock_napi(struct mlx4_en_cq *cq)
696 static inline bool mlx4_en_cq_lock_poll(struct mlx4_en_cq *cq)
718 static inline bool mlx4_en_cq_unlock_poll(struct mlx4_en_cq *cq)
732 static inline bool mlx4_en_cq_ll_polling(struct mlx4_en_cq *cq)
738 static inline void mlx4_en_cq_init_lock(struct mlx4_en_cq *c
[all...]
H A Den_tx.c370 struct mlx4_en_cq *cq)
465 struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq);
478 struct mlx4_en_cq *cq = (struct mlx4_en_cq *) data;
531 struct mlx4_en_cq *cq = priv->tx_cq[tx_ind];
754 struct mlx4_en_cq *cq;
1050 struct mlx4_en_cq *cq;
1071 struct mlx4_en_cq *cq;
H A Den_rx.c543 int mlx4_en_process_rx_cq(struct net_device *dev, struct mlx4_en_cq *cq, int budget)
674 static int mlx4_en_poll_rx_cq(struct mlx4_en_cq *cq, int budget)
687 struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq);
704 struct mlx4_en_cq *cq;
H A Den_netdev.c63 struct mlx4_en_cq *cq = container_of(napi, struct mlx4_en_cq, napi);
1005 struct mlx4_en_cq *cq;
1035 struct mlx4_en_cq *cq;
1082 struct mlx4_en_cq *cq;
1223 struct mlx4_en_cq *cq;
1514 struct mlx4_en_cq *cq = priv->rx_cq[i];
2040 priv->tx_cq = kcalloc(sizeof(struct mlx4_en_cq *), MAX_TX_RINGS,

Completed in 114 milliseconds