Home
last modified time | relevance | path

Searched refs:_packet (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/storage/class/classpnp/
H A Dclassp.h2330 #define HISTORYINITIALIZERETRYLOGS(_packet) \ argument
2332 if (_packet->RetryHistory != NULL) \
2335 _packet->RetryHistory, \
2336 _packet->RetryHistory->TotalHistoryCount \
2345 #define HISTORYLOGSENDPACKET(_packet) \ argument
2347 if (_packet->RetryHistory != NULL) { \
2348 HistoryLogSendPacket(_packet); \
2357 #define HISTORYLOGRETURNEDPACKET(_packet) \ argument
2359 if (_packet->RetryHistory != NULL) { \
2360 HistoryLogReturnedPacket(_packet); \