Searched refs:watermark_tx (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/caif/
H A Dcaif_virtio.c80 * @watermark_tx: indicates number of free descriptors we need
107 unsigned int watermark_tx; member in struct:cfv_info
182 /* watermark_tx indicates if we previously stopped the tx
186 if (cfv->vq_tx->num_free <= cfv->watermark_tx)
197 cfv->watermark_tx =
207 WARN_ON(cfv->watermark_tx >
209 cfv->watermark_tx +=
430 cfv->watermark_tx = virtqueue_get_vring_size(cfv->vq_tx);
563 cfv->watermark_tx = virtqueue_get_vring_size(cfv->vq_tx) / 4;

Completed in 165 milliseconds