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

/linux-master/drivers/platform/mellanox/
H A Dmlxbf-tmfifo.c651 * the TmFifo is shared by different services. In such case, the 'vring_change'
656 bool is_rx, bool *vring_change)
700 *vring_change = true;
739 bool vring_change = false; local
765 mlxbf_tmfifo_rxtx_header(vring, &desc, is_rx, &vring_change);
769 if (vring_change)
654 mlxbf_tmfifo_rxtx_header(struct mlxbf_tmfifo_vring *vring, struct vring_desc **desc, bool is_rx, bool *vring_change) argument

Completed in 103 milliseconds