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

  /src/sys/dev/virtio/
viocon.c 118 u_char *vp_rx_buf; member in struct:viocon_port
297 vp->vp_rx_buf = (unsigned char *)kva;
301 vp->vp_tx_buf = vp->vp_rx_buf + vp->vp_rx->vq_num * BUFSIZE;
336 vp->vp_tx_buf - vp->vp_rx_buf + slot * BUFSIZE, BUFSIZE,
411 p = vp->vp_rx_buf + slot * BUFSIZE;
463 vp->vp_tx_buf - vp->vp_rx_buf + slot * BUFSIZE, cnt,
466 vp->vp_tx_buf - vp->vp_rx_buf + slot * BUFSIZE, cnt, 1);

Completed in 13 milliseconds