HelenOS sources
RxBUF_SIZE 491 uspace/drv/nic/rtl8139/driver.c RxBUF_SIZE, frame_size);
RxBUF_SIZE 553 uspace/drv/nic/rtl8139/driver.c bytes_received %= RxBUF_SIZE;
RxBUF_SIZE 554 uspace/drv/nic/rtl8139/driver.c rx_offset %= RxBUF_SIZE;
RxBUF_SIZE 558 uspace/drv/nic/rtl8139/driver.c max_read = bytes_received + (RxBUF_SIZE - rx_offset);
RxBUF_SIZE 564 uspace/drv/nic/rtl8139/driver.c void *rx_ptr = rx_buffer + rx_offset % RxBUF_SIZE;
RxBUF_SIZE 595 uspace/drv/nic/rtl8139/driver.c RxBUF_SIZE, rx_offset + RTL_FRAME_HEADER_SIZE, frame_size);
HelenOS homepage, sources at GitHub