Linux Kernel
3.7.1
|
#include <drv_xgbe_impl.h>
Data Fields | |
uint16_t | flags |
uint16_t | transfer_size |
uint32_t | va |
__netio_pkt_handle_t | handle |
uint32_t | csum0 |
uint32_t | csum1 |
Internal structure used to convey packet send information to the hypervisor. FIXME: Actually, it's not used for that anymore, but netio_packet_send() still uses it internally.
Definition at line 263 of file drv_xgbe_impl.h.
uint32_t csum0 |
First checksum word
Definition at line 269 of file drv_xgbe_impl.h.
uint32_t csum1 |
Second checksum word
Definition at line 270 of file drv_xgbe_impl.h.
uint16_t flags |
Packet flags (__NETIO_SEND_FLG_xxx)
Definition at line 265 of file drv_xgbe_impl.h.
Packet handle
Definition at line 268 of file drv_xgbe_impl.h.
uint16_t transfer_size |
Size of packet
Definition at line 266 of file drv_xgbe_impl.h.
uint32_t va |
VA of start of packet
Definition at line 267 of file drv_xgbe_impl.h.