Searched refs:max_frmr_depth (Results 1 – 4 of 4) sorted by relevance
391 info->max_frmr_depth * PAGE_SIZE); in process_negotiation_response()392 info->max_frmr_depth = sp->max_read_write_size / PAGE_SIZE; in process_negotiation_response()662 info->max_frmr_depth = min_t(int, in smbd_ia_open()2039 info->max_frmr_depth); in smbd_mr_recovery_work()2043 info->max_frmr_depth); in smbd_mr_recovery_work()2107 info->max_frmr_depth); in allocate_mr_list()2110 info->mr_type, info->max_frmr_depth); in allocate_mr_list()2113 smbdirect_mr->sgt.sgl = kcalloc(info->max_frmr_depth, in allocate_mr_list()2223 num_pages = iov_iter_npages(iter, info->max_frmr_depth + 1); in smbd_register_mr()2224 if (num_pages > info->max_frmr_depth) { in smbd_register_mr()[all …]
72 int max_frmr_depth; member
489 server->smbd_conn->max_frmr_depth, in cifs_debug_data_proc_show()
101 stream->sreq_max_segs = server->smbd_conn->max_frmr_depth; in cifs_prepare_write()191 rreq->io_streams[0].sreq_max_segs = server->smbd_conn->max_frmr_depth; in cifs_prepare_read()
Completed in 17 milliseconds