_ETH_REQUEST

struct _ETH_REQUEST
{
	HANDLE			hAdapterHandle;
	NDISRD_ETH_Packet	EthPacket;
};

hAdapterHandle
The adapters handle value. This structure is used for sending receiving packets and this field specifies network interface for the operation.

EthPacket
This field keeps a pointer to the _INTERMEDIATE_BUFFER.