ADDRESS_FIFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 1394.h

typedef struct _ADDRESS_FIFO {
  SLIST_ENTRY FifoList;
  PMDL        FifoMdl;
} ADDRESS_FIFO, *PADDRESS_FIFO;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-1394-_address_fifo)

_ADDRESS_FIFO structure

Description

The ADDRESS_FIFO structure is an entry in a singly-linked list of MDLs used by the REQUEST_ALLOCATE_ADDRESS_RANGE IEEE 1394 bus request.

Members

FifoList

Specifies the rest of the list. This is a singly linked list.

FifoMdl

Specifies the MDL for the FIFO element described by this entry of the list.

See also

NOTIFICATION_INFO

REQUEST_ALLOCATE_ADDRESS_RANGE