Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
en_resources.c File Reference
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/mlx4/qp.h>
#include "mlx4_en.h"

Go to the source code of this file.

Functions

void mlx4_en_fill_qp_context (struct mlx4_en_priv *priv, int size, int stride, int is_tx, int rss, int qpn, int cqn, int user_prio, struct mlx4_qp_context *context)
 
int mlx4_en_map_buffer (struct mlx4_buf *buf)
 
void mlx4_en_unmap_buffer (struct mlx4_buf *buf)
 
void mlx4_en_sqp_event (struct mlx4_qp *qp, enum mlx4_event event)
 

Function Documentation

void mlx4_en_fill_qp_context ( struct mlx4_en_priv priv,
int  size,
int  stride,
int  is_tx,
int  rss,
int  qpn,
int  cqn,
int  user_prio,
struct mlx4_qp_context context 
)

Definition at line 40 of file en_resources.c.

int mlx4_en_map_buffer ( struct mlx4_buf buf)

Definition at line 71 of file en_resources.c.

void mlx4_en_sqp_event ( struct mlx4_qp qp,
enum mlx4_event  event 
)

Definition at line 102 of file en_resources.c.

void mlx4_en_unmap_buffer ( struct mlx4_buf buf)

Definition at line 94 of file en_resources.c.