Home
last modified time | relevance | path

Searched refs:priv_data_size (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/freescale/fman/
Dfman_sp.c70 ((buffer_prefix_content->priv_data_size & (OFFSET_UNITS - 1)) ? in fman_sp_build_buffer_struct()
71 ((buffer_prefix_content->priv_data_size + OFFSET_UNITS) & in fman_sp_build_buffer_struct()
73 buffer_prefix_content->priv_data_size); in fman_sp_build_buffer_struct()
129 buffer_prefix_content->priv_data_size; in fman_sp_build_buffer_struct()
Dfman.h146 u16 priv_data_size; member
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.h121 u16 priv_data_size; member
Ddpaa_eth.c1223 buf_prefix_content.priv_data_size = buf_layout->priv_data_size; in dpaa_eth_init_tx_port()
1265 buf_prefix_content.priv_data_size = buf_layout->priv_data_size; in dpaa_eth_init_rx_port()
3303 headroom = (u16)(bl[port].priv_data_size + DPAA_HWA_SIZE); in dpaa_get_headroom()
3410 priv->buf_layout[RX].priv_data_size = DPAA_RX_PRIV_DATA_SIZE; /* Rx */ in dpaa_eth_probe()
3411 priv->buf_layout[TX].priv_data_size = DPAA_TX_PRIV_DATA_SIZE; /* Tx */ in dpaa_eth_probe()
/linux-6.1.9/drivers/gpu/drm/amd/amdkfd/
Dkfd_chardev.c1981 priv_size != args->priv_data_size) { in criu_checkpoint()
2451 args->num_devices, args->num_bos, args->num_objects, args->priv_data_size); in criu_restore()
2453 if (!args->bos || !args->devices || !args->priv_data || !args->priv_data_size || in criu_restore()
2468 ret = criu_restore_process(p, args, &priv_offset, args->priv_data_size); in criu_restore()
2472 ret = criu_restore_devices(p, args, &priv_offset, args->priv_data_size); in criu_restore()
2476 ret = criu_restore_bos(p, args, &priv_offset, args->priv_data_size); in criu_restore()
2480 ret = criu_restore_objects(filep, p, args, &priv_offset, args->priv_data_size); in criu_restore()
2484 if (priv_offset != args->priv_data_size) { in criu_restore()
2592 &args->num_objects, &args->priv_data_size); in criu_process_info()
2598 args->priv_data_size); in criu_process_info()
/linux-6.1.9/include/uapi/linux/
Dkfd_ioctl.h569 __u64 priv_data_size; /* Used during ops: PROCESS_INFO, RESTORE */ member