Linux Kernel
3.7.1
|
#include <linux/mlx4/cq.h>
#include <linux/mlx4/qp.h>
#include <linux/mlx4/cmd.h>
#include "mlx4_en.h"
Go to the source code of this file.
Functions | |
int | mlx4_en_create_cq (struct mlx4_en_priv *priv, struct mlx4_en_cq *cq, int entries, int ring, enum cq_type mode) |
int | mlx4_en_activate_cq (struct mlx4_en_priv *priv, struct mlx4_en_cq *cq, int cq_idx) |
void | mlx4_en_destroy_cq (struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) |
void | mlx4_en_deactivate_cq (struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) |
int | mlx4_en_set_cq_moder (struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) |
int | mlx4_en_arm_cq (struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) |
int mlx4_en_activate_cq | ( | struct mlx4_en_priv * | priv, |
struct mlx4_en_cq * | cq, | ||
int | cq_idx | ||
) |
int mlx4_en_arm_cq | ( | struct mlx4_en_priv * | priv, |
struct mlx4_en_cq * | cq | ||
) |
int mlx4_en_create_cq | ( | struct mlx4_en_priv * | priv, |
struct mlx4_en_cq * | cq, | ||
int | entries, | ||
int | ring, | ||
enum cq_type | mode | ||
) |
void mlx4_en_deactivate_cq | ( | struct mlx4_en_priv * | priv, |
struct mlx4_en_cq * | cq | ||
) |
void mlx4_en_destroy_cq | ( | struct mlx4_en_priv * | priv, |
struct mlx4_en_cq * | cq | ||
) |
int mlx4_en_set_cq_moder | ( | struct mlx4_en_priv * | priv, |
struct mlx4_en_cq * | cq | ||
) |