Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | nes_hw_mgt |
struct | nes_vnic_mgt |
struct | pau_fpdu_frag |
struct | pau_fpdu_info |
struct | pau_qh_chg |
Macros | |
#define | MPA_FRAMING 6 /* length is 2 bytes, crc is 4 bytes */ |
#define | MAX_FPDU_FRAGS 4 |
Enumerations | |
enum | pau_qh_state { PAU_DEL_QH, PAU_ADD_LB_QH, PAU_READY } |
Functions | |
int | nes_init_mgt_qp (struct nes_device *nesdev, struct net_device *netdev, struct nes_vnic *nesvnic) |
void | nes_queue_mgt_skbs (struct sk_buff *skb, struct nes_vnic *nesvnic, struct nes_qp *nesqp) |
void | nes_destroy_mgt (struct nes_vnic *nesvnic) |
void | nes_destroy_pau_qp (struct nes_device *nesdev, struct nes_qp *nesqp) |
enum pau_qh_state |
void nes_destroy_pau_qp | ( | struct nes_device * | nesdev, |
struct nes_qp * | nesqp | ||
) |
int nes_init_mgt_qp | ( | struct nes_device * | nesdev, |
struct net_device * | netdev, | ||
struct nes_vnic * | nesvnic | ||
) |