#include <linux/mlx4/cq.h>
#include <linux/slab.h>
#include <linux/mlx4/qp.h>
#include <linux/skbuff.h>
#include <linux/if_ether.h>
#include <linux/if_vlan.h>
#include <linux/vmalloc.h>
#include "mlx4_en.h"
Go to the source code of this file.
|
int | mlx4_en_create_rx_ring (struct mlx4_en_priv *priv, struct mlx4_en_rx_ring *ring, u32 size, u16 stride) |
|
int | mlx4_en_activate_rx_rings (struct mlx4_en_priv *priv) |
|
void | mlx4_en_destroy_rx_ring (struct mlx4_en_priv *priv, struct mlx4_en_rx_ring *ring, u32 size, u16 stride) |
|
void | mlx4_en_deactivate_rx_ring (struct mlx4_en_priv *priv, struct mlx4_en_rx_ring *ring) |
|
int | mlx4_en_process_rx_cq (struct net_device *dev, struct mlx4_en_cq *cq, int budget) |
|
void | mlx4_en_rx_irq (struct mlx4_cq *mcq) |
|
int | mlx4_en_poll_rx_cq (struct napi_struct *napi, int budget) |
|
void | mlx4_en_calc_rx_buf (struct net_device *dev) |
|
int | mlx4_en_create_drop_qp (struct mlx4_en_priv *priv) |
|
void | mlx4_en_destroy_drop_qp (struct mlx4_en_priv *priv) |
|
int | mlx4_en_config_rss_steer (struct mlx4_en_priv *priv) |
|
void | mlx4_en_release_rss_steer (struct mlx4_en_priv *priv) |
|