Home
last modified time | relevance | path

Searched defs:e1000_ring (Results 1 – 2 of 2) sorted by relevance

/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h87909 struct e1000_ring { struct
87910 struct e1000_adapter___2 *adapter;
87911 void *desc;
87912 dma_addr_t dma;
87913 unsigned int size;
87914 unsigned int count;
87915 u16 next_to_use;
87916 u16 next_to_clean;
87917 void *head;
87918 void *tail;
[all …]
Dvmlinux.h87909 struct e1000_ring { struct
87910 struct e1000_adapter___2 *adapter;
87911 void *desc;
87912 dma_addr_t dma;
87913 unsigned int size;
87914 unsigned int count;
87915 u16 next_to_use;
87916 u16 next_to_clean;
87917 void *head;
87918 void *tail;
[all …]