Searched refs:vring_change (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/mellanox/ |
H A D | mlxbf-tmfifo.c | 623 * the TmFifo is shared by different services. In such case, the 'vring_change' 628 bool is_rx, bool *vring_change) in mlxbf_tmfifo_rxtx_header() 672 *vring_change = true; in mlxbf_tmfifo_rxtx_header() 711 bool vring_change = false; in mlxbf_tmfifo_rxtx_one_desc() local 737 mlxbf_tmfifo_rxtx_header(vring, &desc, is_rx, &vring_change); in mlxbf_tmfifo_rxtx_one_desc() 741 if (vring_change) in mlxbf_tmfifo_rxtx_one_desc() 626 mlxbf_tmfifo_rxtx_header(struct mlxbf_tmfifo_vring *vring, struct vring_desc **desc, bool is_rx, bool *vring_change) mlxbf_tmfifo_rxtx_header() argument
|
/kernel/linux/linux-6.6/drivers/platform/mellanox/ |
H A D | mlxbf-tmfifo.c | 651 * the TmFifo is shared by different services. In such case, the 'vring_change' 656 bool is_rx, bool *vring_change) in mlxbf_tmfifo_rxtx_header() 700 *vring_change = true; in mlxbf_tmfifo_rxtx_header() 739 bool vring_change = false; in mlxbf_tmfifo_rxtx_one_desc() local 765 mlxbf_tmfifo_rxtx_header(vring, &desc, is_rx, &vring_change); in mlxbf_tmfifo_rxtx_one_desc() 769 if (vring_change) in mlxbf_tmfifo_rxtx_one_desc() 654 mlxbf_tmfifo_rxtx_header(struct mlxbf_tmfifo_vring *vring, struct vring_desc **desc, bool is_rx, bool *vring_change) mlxbf_tmfifo_rxtx_header() argument
|
Completed in 4 milliseconds