NDIS_PACKET Related

Hi,
i’m new in NDIS, and as aspected have some difficulties in writing down my
Miniport driver. It runs on a pio device.
My questions is concerned with the recv process. Shortly described, i’ m
putting each received word into a localbuffer, until the last word has
arrived. At that point i create an NDIS_PACKET and want to fill it with the
data in the local buffer. Is this possible? If yes how?
Thanks in advance

Best Regards
Yagmur Konuslu