Home
last modified time | relevance | path

Searched refs:max_frmr_depth (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/common/smbdirect/
H A Dsmbdirect.h39 __u32 max_frmr_depth; member
/linux/fs/smb/client/
H A Dsmbdirect.c608 sp->max_frmr_depth * PAGE_SIZE); in process_negotiation_response()
609 sp->max_frmr_depth = sp->max_read_write_size / PAGE_SIZE; in process_negotiation_response()
932 sp->max_frmr_depth = min_t(u32, in smbd_ia_open()
933 sp->max_frmr_depth, in smbd_ia_open()
1825 sp->max_frmr_depth = smbd_max_frmr_depth; in _smbd_get_connection()
2349 sp->max_frmr_depth); in smbd_mr_recovery_work()
2353 sp->max_frmr_depth); in smbd_mr_recovery_work()
2488 sp->max_frmr_depth); in allocate_mr_list()
2492 sc->mr_io.type, sp->max_frmr_depth); in allocate_mr_list()
2496 mr->sgt.sgl = kcalloc(sp->max_frmr_depth, in allocate_mr_list()
[all …]
H A Dcifs_debug.c544 sp->max_frmr_depth, in cifs_debug_data_proc_show()
H A Dfile.c105 stream->sreq_max_segs = sp->max_frmr_depth; in cifs_prepare_write()
199 rreq->io_streams[0].sreq_max_segs = sp->max_frmr_depth; in cifs_prepare_read()