Lines Matching refs:max_chunk_size
35 static int __read_mostly max_chunk_size = DEFAULT_MAX_CHUNK_SIZE; variable
43 module_param_named(max_chunk_size, max_chunk_size, int, 0444);
44 MODULE_PARM_DESC(max_chunk_size,
615 max_chunk_size, 0); in map_cont_bufs()
630 NULL, max_chunk_size); in map_cont_bufs()
1121 max_chunk_size, DMA_BIDIRECTIONAL); in process_io_req()
1246 if (msg_id >= srv->queue_depth || off >= max_chunk_size) { in rtrs_srv_rdma_done()
1365 __free_pages(srv->chunks[i], get_order(max_chunk_size)); in free_srv()
1419 get_order(max_chunk_size)); in get_or_create_srv()
1432 __free_pages(srv->chunks[i], get_order(max_chunk_size)); in get_or_create_srv()
1600 .max_io_size = cpu_to_le32(max_chunk_size - MAX_HDR_SIZE), in rtrs_rdma_do_accept()
2238 if (max_chunk_size < MIN_CHUNK_SIZE || !is_power_of_2(max_chunk_size)) { in check_module_params()
2240 max_chunk_size, MIN_CHUNK_SIZE); in check_module_params()
2249 (ilog2(max_chunk_size - 1) + 1) > MAX_IMM_PAYL_BITS) { in check_module_params()
2251 MAX_IMM_PAYL_BITS, sess_queue_depth, max_chunk_size); in check_module_params()
2264 max_chunk_size, max_chunk_size - MAX_HDR_SIZE, MAX_HDR_SIZE, in rtrs_server_init()