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

/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h299 struct mlx4_en_cq { struct
469 struct mlx4_en_cq tx_cq[MAX_TX_RINGS];
470 struct mlx4_en_cq rx_cq[MAX_RX_RINGS];
504 int mlx4_en_create_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq,
506 void mlx4_en_destroy_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
507 int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq,
509 void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
510 int mlx4_en_set_cq_moder(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
511 int mlx4_en_arm_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
537 struct mlx4_en_cq *c
[all...]

Completed in 11 milliseconds