Searched refs:MAX_SIZE_OF_SRP_PDU (Results 1 – 2 of 2) sorted by relevance
1146 if (fragLen > MAX_SIZE_OF_SRP_PDU) in SrpMsgCopy()1148 …020, "SRP::SrpMsgCopy - incoming data to large to copy %d, max %d", fragLen, MAX_SIZE_OF_SRP_PDU)); in SrpMsgCopy()1188 data = iRxPacketAlloc->allocate(MAX_SIZE_OF_SRP_PDU); in AllocateRxPacket()2068 OSCL_TRY(error, data = iRxPacketAlloc->allocate(MAX_SIZE_OF_SRP_PDU)); in LowerLayerRx()
83 #define MAX_SIZE_OF_SRP_PDU 1024 /* Thie is the AL1 SDU size */ macro