#include <asm/page.h>
#include <linux/mlx4/cq.h>
#include <linux/slab.h>
#include <linux/mlx4/qp.h>
#include <linux/skbuff.h>
#include <linux/if_vlan.h>
#include <linux/vmalloc.h>
#include <linux/tcp.h>
#include <linux/moduleparam.h>
#include "mlx4_en.h"
Go to the source code of this file.
|
| module_param_named (inline_thold, inline_thold, int, 0444) |
|
| MODULE_PARM_DESC (inline_thold,"threshold for using inline data") |
|
int | mlx4_en_create_tx_ring (struct mlx4_en_priv *priv, struct mlx4_en_tx_ring *ring, int qpn, u32 size, u16 stride) |
|
void | mlx4_en_destroy_tx_ring (struct mlx4_en_priv *priv, struct mlx4_en_tx_ring *ring) |
|
int | mlx4_en_activate_tx_ring (struct mlx4_en_priv *priv, struct mlx4_en_tx_ring *ring, int cq, int user_prio) |
|
void | mlx4_en_deactivate_tx_ring (struct mlx4_en_priv *priv, struct mlx4_en_tx_ring *ring) |
|
int | mlx4_en_free_tx_buf (struct net_device *dev, struct mlx4_en_tx_ring *ring) |
|
void | mlx4_en_tx_irq (struct mlx4_cq *mcq) |
|
u16 | mlx4_en_select_queue (struct net_device *dev, struct sk_buff *skb) |
|
netdev_tx_t | mlx4_en_xmit (struct sk_buff *skb, struct net_device *dev) |
|
- Enumerator:
-
Definition at line 46 of file en_tx.c.
module_param_named |
( |
inline_thold |
, |
|
|
inline_thold |
, |
|
|
int |
, |
|
|
0444 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
inline_thold |
, |
|
|
"threshold for using inline data" |
|
|
) |
| |