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

  /src/sys/dev/virtio/
viocon.c 119 u_char *vp_tx_buf; member in struct:viocon_port
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,
460 buf = vp->vp_tx_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 12 milliseconds