Searched refs:tx_frame_ptr (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/stars/star111004/
H A Dstar111004.cpp172 sc_uint<32> tx_frame_ptr = read_from_memory(addr_tx_frame_ptr); local
173 if (tx_frame_ptr != 0)
174 word_cnt = read_from_memory(tx_frame_ptr+(MII_FIFO_SIZE+1)*4);
179 while (tx_frame_ptr != 0 && word_cnt == MII_FRAME_SIZE){
190 sc_uint<32> data = read_from_memory(tx_frame_ptr+i*4);
202 // write 0xFFFFFFFF (>MII_FRAME_SIZE) into tx_frame_ptr
206 write_into_memory(tx_frame_ptr+(MII_FIFO_SIZE+1)*4, 0xFFFFFFFF);
211 tx_frame_ptr = read_from_memory(tx_frame_ptr+MII_FIFO_SIZE*4);
212 if (tx_frame_ptr !
[all...]
/gem5/src/systemc/tests/systemc/misc/stars/star111657/
H A Dstar111657.cpp227 sc_uint<32> tx_frame_ptr = read_from_memory0(addr_tx_frame_ptr); local
228 if (tx_frame_ptr != 0)
229 word_cnt = read_from_memory0(tx_frame_ptr+(MII_FRAME_SIZE+1)*4);
234 while (tx_frame_ptr != 0 && word_cnt == MII_FRAME_SIZE){
245 sc_uint<32> data = read_from_memory0(tx_frame_ptr+i*4);
263 // write 0xFFFFFFFF (>MII_FRAME_SIZE) into tx_frame_ptr
267 write_into_memory0(tx_frame_ptr+(MII_FRAME_SIZE+1)*4, 0xFFFFFFFF);
272 tx_frame_ptr = read_from_memory0(tx_frame_ptr+MII_FRAME_SIZE*4);
273 if (tx_frame_ptr !
[all...]

Completed in 5 milliseconds