| /drivers/gpu/drm/xe/ |
| A D | xe_migrate.c | 857 bb = xe_bb_new(gt, batch_size, usm); in xe_migrate_copy() 1090 u32 batch_size, update_idx; in xe_migrate_clear() local 1100 batch_size = 2 + in xe_migrate_clear() 1107 batch_size += EMIT_COPY_CCS_DW; in xe_migrate_clear() 1114 bb = xe_bb_new(gt, batch_size, usm); in xe_migrate_clear() 1346 batch_size += 2; in __xe_migrate_update_pgtables() 1351 bb = xe_bb_new(gt, batch_size, usm); in __xe_migrate_update_pgtables() 1622 u32 batch_size = 2; in xe_migrate_vram() local 1638 batch_size += pte_update_cmd_size(len); in xe_migrate_vram() 1639 batch_size += EMIT_COPY_DW; in xe_migrate_vram() [all …]
|
| /drivers/gpu/drm/i915/gt/ |
| A D | intel_renderstate.c | 90 so->batch_size = rodata->batch_items * sizeof(u32); in render_state_setup() 223 so->batch_offset, so->batch_size, in intel_renderstate_emit()
|
| A D | intel_renderstate.h | 40 u32 batch_size; member
|
| /drivers/net/ethernet/sfc/falcon/ |
| A D | rx.c | 334 unsigned int fill_level, batch_size; in ef4_fast_push_rx_descriptors() local 352 batch_size = efx->rx_pages_per_batch * efx->rx_bufs_per_page; in ef4_fast_push_rx_descriptors() 354 EF4_BUG_ON_PARANOID(space < batch_size); in ef4_fast_push_rx_descriptors() 371 } while ((space -= batch_size) >= batch_size); in ef4_fast_push_rx_descriptors()
|
| /drivers/gpu/drm/xe/tests/ |
| A D | xe_migrate.c | 394 u32 batch_size = 2; /* arb_clear() + MI_BATCH_BUFFER_END */ in blt_copy() local 409 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in blt_copy() 415 batch_size += pte_update_size(m, pte_flags, dst, &dst_it, &src_L0, in blt_copy() 420 batch_size += ((copy_only_ccs) ? 0 : EMIT_COPY_DW) + in blt_copy() 423 bb = xe_bb_new(gt, batch_size, xe->info.has_usm); in blt_copy()
|
| /drivers/net/ethernet/sfc/ |
| A D | rx_common.c | 460 unsigned int fill_level, batch_size; in efx_fast_push_rx_descriptors() local 478 batch_size = efx->rx_pages_per_batch * efx->rx_bufs_per_page; in efx_fast_push_rx_descriptors() 480 EFX_WARN_ON_ONCE_PARANOID(space < batch_size); in efx_fast_push_rx_descriptors() 495 } while ((space -= batch_size) >= batch_size); in efx_fast_push_rx_descriptors()
|
| /drivers/net/ethernet/sfc/siena/ |
| A D | rx_common.c | 458 unsigned int fill_level, batch_size; in efx_siena_fast_push_rx_descriptors() local 476 batch_size = efx->rx_pages_per_batch * efx->rx_bufs_per_page; in efx_siena_fast_push_rx_descriptors() 478 EFX_WARN_ON_ONCE_PARANOID(space < batch_size); in efx_siena_fast_push_rx_descriptors() 493 } while ((space -= batch_size) >= batch_size); in efx_siena_fast_push_rx_descriptors()
|
| /drivers/dma/idxd/ |
| A D | sysfs.c | 1049 u64 batch_size; in wq_max_batch_size_store() local 1058 rc = __get_sysfs_u64(buf, &batch_size); in wq_max_batch_size_store() 1062 if (batch_size > idxd->max_batch_size) in wq_max_batch_size_store() 1065 idxd_wq_set_max_batch_size(idxd->data->type, wq, (u32)batch_size); in wq_max_batch_size_store()
|
| /drivers/md/ |
| A D | raid5.c | 6640 int i, batch_size = 0, hash; in handle_active_stripes() local 6645 batch[batch_size++] = sh; in handle_active_stripes() 6647 if (batch_size == 0) { in handle_active_stripes() 6655 return batch_size; in handle_active_stripes() 6681 return batch_size; in handle_active_stripes() 6700 int batch_size, released; in raid5_do_work() local 6707 if (!batch_size && !released) in raid5_do_work() 6709 handled += batch_size; in raid5_do_work() 6751 int batch_size, released; in raid5d() local 6785 if (!batch_size && !released) in raid5d() [all …]
|
| /drivers/media/pci/tw5864/ |
| A D | tw5864-video.c | 1321 int batch_size = H264_BUF_CNT; in tw5864_handle_frame_work() local 1324 while (dev->h264_buf_r_index != dev->h264_buf_w_index && batch_size--) { in tw5864_handle_frame_work()
|
| /drivers/net/wireless/mediatek/mt76/ |
| A D | mt76_connac_mcu.c | 2127 int i, n_chan, batch_size, idx = 0, tx_power, last_ch, err = 0; in mt76_connac_mcu_rate_txpower_band() local 2151 batch_size = DIV_ROUND_UP(n_chan, batch_len); in mt76_connac_mcu_rate_txpower_band() 2160 for (i = 0; i < batch_size; i++) { in mt76_connac_mcu_rate_txpower_band() 2165 num_ch = i == batch_size - 1 ? n_chan - i * batch_len : batch_len; in mt76_connac_mcu_rate_txpower_band()
|
| /drivers/net/wireless/mediatek/mt76/mt7925/ |
| A D | mcu.c | 3565 int i, sku_len, batch_size, batch_len = 3; in mt7925_mcu_rate_txpower_band() local 3620 batch_size = DIV_ROUND_UP(n_chan, batch_len); in mt7925_mcu_rate_txpower_band() 3632 for (i = 0; i < batch_size; i++) { in mt7925_mcu_rate_txpower_band() 3637 num_ch = i == batch_size - 1 ? n_chan % batch_len : batch_len; in mt7925_mcu_rate_txpower_band()
|