Searched refs:update_buffer (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | port_buffer.c | 493 bool update_buffer = false; in mlx5e_port_manual_buffer_config() local 508 update_buffer = true; in mlx5e_port_manual_buffer_config() 523 &update_buffer); in mlx5e_port_manual_buffer_config() 539 port_buff_cell_sz, &port_buffer, &update_buffer); in mlx5e_port_manual_buffer_config() 564 update_buffer = true; in mlx5e_port_manual_buffer_config() 571 if (!update_buffer && xoff != priv->dcbx.xoff) { in mlx5e_port_manual_buffer_config() 572 update_buffer = true; in mlx5e_port_manual_buffer_config() 580 if (update_buffer) { in mlx5e_port_manual_buffer_config()
|
| /linux-6.15/drivers/hwtracing/coresight/ |
| H A D | coresight-etm-perf.c | 618 if (!sink_ops(sink)->update_buffer) in etm_event_stop() 621 size = sink_ops(sink)->update_buffer(sink, handle, in etm_event_stop()
|
| H A D | ultrasoc-smb.c | 413 .update_buffer = smb_update_buffer,
|
| H A D | coresight-tmc-etf.c | 675 .update_buffer = tmc_update_etf_buffer,
|
| H A D | coresight-etb10.c | 579 .update_buffer = etb_update_buffer,
|
| H A D | coresight-trbe.c | 1195 .update_buffer = arm_trbe_update_buffer,
|
| H A D | coresight-tmc-etr.c | 1891 .update_buffer = tmc_update_etr_buffer,
|
| /linux-6.15/include/linux/ |
| H A D | coresight.h | 374 unsigned long (*update_buffer)(struct coresight_device *csdev, member
|