ReactOS 0.4.15-dev-7953-g1f49173
_NVNET_SEND Struct Reference

#include <nvnet.h>

Collaboration diagram for _NVNET_SEND:

Public Attributes

NDIS_SPIN_LOCK Lock
 
PNVNET_TCB HeadTcb
 
PNVNET_TCB TailTcb
 
PNVNET_TCB LastTcb
 
PNVNET_TCB CurrentTcb
 
PNVNET_TCB DeferredTcb
 
NVNET_TBD HeadTbd
 
NVNET_TBD TailTbd
 
NVNET_TBD CurrentTbd
 
ULONG TcbSlots
 
ULONG TbdSlots
 
ULONG StuckCount
 
ULONG PacketsCount
 
SINGLE_LIST_ENTRY BufferList
 

Detailed Description

Definition at line 235 of file nvnet.h.

Member Data Documentation

◆ BufferList

SINGLE_LIST_ENTRY _NVNET_SEND::BufferList

Definition at line 250 of file nvnet.h.

◆ CurrentTbd

NVNET_TBD _NVNET_SEND::CurrentTbd

Definition at line 245 of file nvnet.h.

◆ CurrentTcb

PNVNET_TCB _NVNET_SEND::CurrentTcb

Definition at line 241 of file nvnet.h.

◆ DeferredTcb

PNVNET_TCB _NVNET_SEND::DeferredTcb

Definition at line 242 of file nvnet.h.

◆ HeadTbd

NVNET_TBD _NVNET_SEND::HeadTbd

Definition at line 243 of file nvnet.h.

◆ HeadTcb

PNVNET_TCB _NVNET_SEND::HeadTcb

Definition at line 238 of file nvnet.h.

◆ LastTcb

PNVNET_TCB _NVNET_SEND::LastTcb

Definition at line 240 of file nvnet.h.

◆ Lock

NDIS_SPIN_LOCK _NVNET_SEND::Lock

Definition at line 237 of file nvnet.h.

Referenced by MiniportCheckForHang(), MiniportHandleInterrupt(), and MiniportSend().

◆ PacketsCount

ULONG _NVNET_SEND::PacketsCount

Definition at line 249 of file nvnet.h.

◆ StuckCount

ULONG _NVNET_SEND::StuckCount

Definition at line 248 of file nvnet.h.

Referenced by MiniportCheckForHang().

◆ TailTbd

NVNET_TBD _NVNET_SEND::TailTbd

Definition at line 244 of file nvnet.h.

◆ TailTcb

PNVNET_TCB _NVNET_SEND::TailTcb

Definition at line 239 of file nvnet.h.

◆ TbdSlots

ULONG _NVNET_SEND::TbdSlots

Definition at line 247 of file nvnet.h.

◆ TcbSlots

ULONG _NVNET_SEND::TcbSlots

Definition at line 246 of file nvnet.h.

Referenced by MiniportCheckForHang(), and MiniportQueryInformation().


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