Home
last modified time | relevance | path

Searched refs:requested_size (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dqp.c625 u32 requested_size; in mlx4_create_zones() local
633 requested_size = min((u32)MLX4_QP_TABLE_RAW_ETH_SIZE, bf_mask + 1); in mlx4_create_zones()
639 !((last_offset + requested_size - 1) & in mlx4_create_zones()
641 size = requested_size; in mlx4_create_zones()
657 requested_size); in mlx4_create_zones()
658 if (size < requested_size) { in mlx4_create_zones()
664 requested_size); in mlx4_create_zones()
/linux/include/uapi/linux/
H A Dvirtio_mem.h60 * that is currently plugged. "requested_size" corresponds to a request
63 * "requested_size". It is impossible to plug more memory than requested.
67 * "requested_size" and will grow dynamically. It will only shrink when
213 __le64 requested_size;
211 __le64 requested_size; global() member