Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
nes_hw_nic_cq Struct Reference

#include <nes_hw.h>

Data Fields

struct nes_hw_nic_cqe volatile * cq_vbase
 
void(* ce_handler )(struct nes_device *nesdev, struct nes_hw_nic_cq *cq)
 
dma_addr_t cq_pbase
 
int rx_cqes_completed
 
int cqe_allocs_pending
 
int rx_pkts_indicated
 
u16 cq_head
 
u16 cq_size
 
u16 cq_number
 
u8 cqes_pending
 

Detailed Description

Definition at line 935 of file nes_hw.h.

Field Documentation

void(* ce_handler)(struct nes_device *nesdev, struct nes_hw_nic_cq *cq)

Definition at line 937 of file nes_hw.h.

u16 cq_head

Definition at line 942 of file nes_hw.h.

u16 cq_number

Definition at line 944 of file nes_hw.h.

dma_addr_t cq_pbase

Definition at line 938 of file nes_hw.h.

u16 cq_size

Definition at line 943 of file nes_hw.h.

struct nes_hw_nic_cqe volatile* cq_vbase

Definition at line 936 of file nes_hw.h.

int cqe_allocs_pending

Definition at line 940 of file nes_hw.h.

u8 cqes_pending

Definition at line 945 of file nes_hw.h.

int rx_cqes_completed

Definition at line 939 of file nes_hw.h.

int rx_pkts_indicated

Definition at line 941 of file nes_hw.h.


The documentation for this struct was generated from the following file: