Home | History | Annotate | Download | only in Library

Lines Matching refs:BlockOpNum

1549   UINT32         BlockOpNum;                 // Total number of BlockOp in the buffer

1609 #define NET_BUF_SIZE(BlockOpNum) \
1610 (sizeof (NET_BUF) + ((BlockOpNum) - 1) * sizeof (NET_BLOCK_OP))