Searched refs:_packet (Results 1 – 1 of 1) sorted by relevance
2330 #define HISTORYINITIALIZERETRYLOGS(_packet) \ argument2332 if (_packet->RetryHistory != NULL) \2335 _packet->RetryHistory, \2336 _packet->RetryHistory->TotalHistoryCount \2345 #define HISTORYLOGSENDPACKET(_packet) \ argument2347 if (_packet->RetryHistory != NULL) { \2348 HistoryLogSendPacket(_packet); \2357 #define HISTORYLOGRETURNEDPACKET(_packet) \ argument2359 if (_packet->RetryHistory != NULL) { \2360 HistoryLogReturnedPacket(_packet); \