Home | History | Annotate | Download | only in Library

Lines Matching refs:BlockOp

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

1511 UINT32 BlockOpNum; // Total number of BlockOp in the buffer
1513 NET_BLOCK_OP BlockOp[1]; // Specify the position of actual packet
1574 #define NET_HEADSPACE(BlockOp) \
1575 (UINTN)((BlockOp)->Head - (BlockOp)->BlockHead)
1577 #define NET_TAILSPACE(BlockOp) \
1578 (UINTN)((BlockOp)->BlockTail - (BlockOp)->Tail)