Lines Matching refs:pktCount
765 * @param pktCount The number of entries needed in the read queue
768 bool readQueueFull(unsigned int pktCount) const;
773 * @param pktCount The number of entries needed in the write queue
776 bool writeQueueFull(unsigned int pktCount) const;
788 * @param pktCount The number of DRAM bursts the pkt
790 * then pktCount is greater than one.
792 void addToReadQueue(PacketPtr pkt, unsigned int pktCount);
801 * @param pktCount The number of DRAM bursts the pkt
803 * then pktCount is greater than one.
805 void addToWriteQueue(PacketPtr pkt, unsigned int pktCount);