HomeSort by: relevance | last modified time | path
    Searched defs:rxbufpos (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
rtl81x9.c 914 uint8_t *rxbufpos, *dst; local in function:rtk_rxeof
935 rxbufpos = sc->rtk_rx_buf + cur_rx;
938 rxstat = le32toh(*(uint32_t *)rxbufpos);
1000 rxbufpos = sc->rtk_rx_buf + cur_rx;
1059 memcpy(dst, rxbufpos, wrap);
1063 rxbufpos = sc->rtk_rx_buf;
1073 memcpy(dst, rxbufpos, total_len);
rtl81x9.c 914 uint8_t *rxbufpos, *dst; local in function:rtk_rxeof
935 rxbufpos = sc->rtk_rx_buf + cur_rx;
938 rxstat = le32toh(*(uint32_t *)rxbufpos);
1000 rxbufpos = sc->rtk_rx_buf + cur_rx;
1059 memcpy(dst, rxbufpos, wrap);
1063 rxbufpos = sc->rtk_rx_buf;
1073 memcpy(dst, rxbufpos, total_len);
rtl81x9.c 914 uint8_t *rxbufpos, *dst; local in function:rtk_rxeof
935 rxbufpos = sc->rtk_rx_buf + cur_rx;
938 rxstat = le32toh(*(uint32_t *)rxbufpos);
1000 rxbufpos = sc->rtk_rx_buf + cur_rx;
1059 memcpy(dst, rxbufpos, wrap);
1063 rxbufpos = sc->rtk_rx_buf;
1073 memcpy(dst, rxbufpos, total_len);

Completed in 455 milliseconds