Lines Matching refs:bufptr
101 qemu_log(" Pointer : 0x%08x\n", bd.bufptr); in print_bd()
120 bd->bufptr = ldl_le_p(&bd->bufptr); in read_buffer_descriptor()
124 bd->bufptr = ldl_be_p(&bd->bufptr); in read_buffer_descriptor()
137 stl_le_p(&bd->bufptr, bd->bufptr); in write_buffer_descriptor()
141 stl_be_p(&bd->bufptr, bd->bufptr); in write_buffer_descriptor()
242 cpu_physical_memory_read(bd->bufptr + tbdbth, tmp_buff, bd->length); in process_tx_bd()
387 hwaddr bufptr = bd->bufptr + in fill_rx_bd() local
396 bufptr, *size, etsec->rx_padding, etsec->rx_fcb_size); in fill_rx_bd()
403 cpu_physical_memory_write(bufptr, etsec->rx_fcb, etsec->rx_fcb_size); in fill_rx_bd()
405 bufptr += etsec->rx_fcb_size; in fill_rx_bd()
419 cpu_physical_memory_write(bufptr, *buf, to_write); in fill_rx_bd()
422 bufptr += to_write; in fill_rx_bd()
441 cpu_physical_memory_write(bufptr, padd, rem); in fill_rx_bd()