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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport_buffer.c493 bool update_buffer = false; local
508 update_buffer = true;
523 &update_buffer);
539 port_buff_cell_sz, &port_buffer, &update_buffer);
564 update_buffer = true;
571 if (!update_buffer && xoff != priv->dcbx.xoff) {
572 update_buffer = true;
580 if (update_buffer) {
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c608 if (!sink_ops(sink)->update_buffer)
611 size = sink_ops(sink)->update_buffer(sink, handle,
617 * update_buffer() and IRQ. Thus either we
H A Dcoresight-tmc-etf.c598 .update_buffer = tmc_update_etf_buffer,
H A Dultrasoc-smb.c414 .update_buffer = smb_update_buffer,
H A Dcoresight-trbe.c290 * the update_buffer() to return a 0 size.
1125 * If the pending IRQ was handled by update_buffer callback
1181 .update_buffer = arm_trbe_update_buffer,
H A Dcoresight-etb10.c579 .update_buffer = etb_update_buffer,
H A Dcoresight-tmc-etr.c1747 .update_buffer = tmc_update_etr_buffer,
/linux-master/include/linux/
H A Dcoresight.h326 * @update_buffer: update buffer pointers after a trace session.
336 unsigned long (*update_buffer)(struct coresight_device *csdev, member in struct:coresight_ops_sink

Completed in 159 milliseconds