Searched refs:max_frmr_depth (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/smb/smbdirect/ |
| H A D | mr.c | 42 sp->max_frmr_depth); in smbdirect_connection_create_mr_list() 48 sc->mr_io.type, sp->max_frmr_depth); in smbdirect_connection_create_mr_list() 51 mr->sgt.sgl = kzalloc_objs(struct scatterlist, sp->max_frmr_depth); in smbdirect_connection_create_mr_list() 56 sp->max_frmr_depth); in smbdirect_connection_create_mr_list() 275 num_pages = iov_iter_npages(iter, sp->max_frmr_depth + 1); in smbdirect_connection_register_mr_io() 276 if (num_pages > sp->max_frmr_depth) { in smbdirect_connection_register_mr_io() 279 num_pages, sp->max_frmr_depth); in smbdirect_connection_register_mr_io() 300 num_pages, iov_iter_count(iter), sp->max_frmr_depth); in smbdirect_connection_register_mr_io() 301 smbdirect_iter_to_sgt(iter, &mr->sgt, sp->max_frmr_depth); in smbdirect_connection_register_mr_io()
|
| H A D | debug.c | 80 sp->max_frmr_depth, in smbdirect_connection_legacy_debug_proc_show()
|
| H A D | connect.c | 179 sp->max_frmr_depth = min_t(u32, sp->max_frmr_depth, in smbdirect_connect_rdma_connect() 836 sp->max_read_write_size = min_t(u32, sp->max_frmr_depth * PAGE_SIZE, in smbdirect_connect_negotiate_recv_work() 846 sp->max_frmr_depth = sp->max_read_write_size / PAGE_SIZE; in smbdirect_connect_negotiate_recv_work()
|
| /linux/include/linux/ |
| H A D | smbdirect.h | 43 __u32 max_frmr_depth; member
|
| /linux/fs/smb/client/ |
| H A D | smbdirect.c | 299 sp->max_frmr_depth = smbd_max_frmr_depth; in _smbd_get_connection()
|
| H A D | file.c | 103 stream->sreq_max_segs = sp->max_frmr_depth; in cifs_prepare_write() 197 rreq->io_streams[0].sreq_max_segs = sp->max_frmr_depth; in cifs_prepare_read()
|