Searched refs:max_hdr_size (Results 1 – 4 of 4) sorted by relevance
142 u32 max_hdr_size; member
221 __le32 max_hdr_size; member
1373 req->iu = rtrs_iu_alloc(1, clt_path->max_hdr_size, GFP_KERNEL, in alloc_path_reqs()1876 clt_path->max_hdr_size = le32_to_cpu(msg->max_hdr_size); in rtrs_rdma_conn_established()1879 clt_path->chunk_size = clt_path->max_io_size + clt_path->max_hdr_size; in rtrs_rdma_conn_established()3011 if (usr_len + hdr_len > clt_path->max_hdr_size) { in rtrs_clt_request()3015 usr_len, hdr_len, clt_path->max_hdr_size); in rtrs_clt_request()
1601 .max_hdr_size = cpu_to_le32(MAX_HDR_SIZE), in rtrs_rdma_do_accept()