Home | History | Annotate | Download | only in Library

Lines Matching refs:BlockOp

1530 //memory blocks used by each fragment, and BlockOp

1549 UINT32 BlockOpNum; // Total number of BlockOp in the buffer
1551 NET_BLOCK_OP BlockOp[1]; // Specify the position of actual packet
1612 #define NET_HEADSPACE(BlockOp) \
1613 (UINTN)((BlockOp)->Head - (BlockOp)->BlockHead)
1615 #define NET_TAILSPACE(BlockOp) \
1616 (UINTN)((BlockOp)->BlockTail - (BlockOp)->Tail)