Home | History | Annotate | Download | only in MnpDxe

Lines Matching refs:MNP_TX_BUF_WRAP_SIGNATURE

246     TxBufWrap->Signature = MNP_TX_BUF_WRAP_SIGNATURE;

324 TxBufWrap = NET_LIST_USER_STRUCT_S (Entry, MNP_TX_BUF_WRAP, WrapEntry, MNP_TX_BUF_WRAP_SIGNATURE);
357 if (TxBufWrap->Signature != MNP_TX_BUF_WRAP_SIGNATURE) {