Home
last modified time | relevance | path

Searched refs:batch_size (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/i915/gt/
Dintel_renderstate.c90 so->batch_size = rodata->batch_items * sizeof(u32); in render_state_setup()
225 so->batch_offset, so->batch_size, in intel_renderstate_emit()
Dintel_renderstate.h40 u32 batch_size; member
/drivers/net/ethernet/sfc/falcon/
Drx.c334 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/net/ethernet/sfc/
Drx_common.c456 unsigned int fill_level, batch_size; in efx_fast_push_rx_descriptors() local
474 batch_size = efx->rx_pages_per_batch * efx->rx_bufs_per_page; in efx_fast_push_rx_descriptors()
476 EFX_WARN_ON_ONCE_PARANOID(space < batch_size); in efx_fast_push_rx_descriptors()
491 } while ((space -= batch_size) >= batch_size); in efx_fast_push_rx_descriptors()
/drivers/net/ethernet/sfc/siena/
Drx_common.c460 unsigned int fill_level, batch_size; in efx_siena_fast_push_rx_descriptors() local
478 batch_size = efx->rx_pages_per_batch * efx->rx_bufs_per_page; in efx_siena_fast_push_rx_descriptors()
480 EFX_WARN_ON_ONCE_PARANOID(space < batch_size); in efx_siena_fast_push_rx_descriptors()
495 } while ((space -= batch_size) >= batch_size); in efx_siena_fast_push_rx_descriptors()
/drivers/dma/idxd/
Dsysfs.c1052 u64 batch_size; in wq_max_batch_size_store() local
1061 rc = __get_sysfs_u64(buf, &batch_size); in wq_max_batch_size_store()
1065 if (batch_size > idxd->max_batch_size) in wq_max_batch_size_store()
1068 idxd_wq_set_max_batch_size(idxd->data->type, wq, (u32)batch_size); in wq_max_batch_size_store()
/drivers/md/
Draid5.c6686 int i, batch_size = 0, hash; in handle_active_stripes() local
6689 while (batch_size < MAX_STRIPE_BATCH && in handle_active_stripes()
6691 batch[batch_size++] = sh; in handle_active_stripes()
6693 if (batch_size == 0) { in handle_active_stripes()
6701 return batch_size; in handle_active_stripes()
6716 for (i = 0; i < batch_size; i++) in handle_active_stripes()
6723 for (i = 0; i < batch_size; i++) { in handle_active_stripes()
6727 return batch_size; in handle_active_stripes()
6746 int batch_size, released; in raid5_do_work() local
6750 batch_size = handle_active_stripes(conf, group_id, worker, in raid5_do_work()
[all …]
/drivers/media/pci/tw5864/
Dtw5864-video.c1322 int batch_size = H264_BUF_CNT; in tw5864_handle_frame_task() local
1325 while (dev->h264_buf_r_index != dev->h264_buf_w_index && batch_size--) { in tw5864_handle_frame_task()
/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mcu.c2050 int i, n_chan, batch_size, idx = 0, tx_power, last_ch; in mt76_connac_mcu_rate_txpower_band() local
2070 batch_size = DIV_ROUND_UP(n_chan, batch_len); in mt76_connac_mcu_rate_txpower_band()
2079 for (i = 0; i < batch_size; i++) { in mt76_connac_mcu_rate_txpower_band()
2084 num_ch = i == batch_size - 1 ? n_chan % batch_len : batch_len; in mt76_connac_mcu_rate_txpower_band()