Home
last modified time | relevance | path

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

/linux/fs/smb/common/smbdirect/
H A Dsmbdirect.h39 __u32 max_frmr_depth; member
/linux/fs/smb/client/
H A Dsmbdirect.c703 sp->max_frmr_depth * PAGE_SIZE); in process_negotiation_response()
704 sp->max_frmr_depth = sp->max_read_write_size / PAGE_SIZE; in process_negotiation_response()
1070 sp->max_frmr_depth = min_t(u32, in smbd_ia_open()
1071 sp->max_frmr_depth, in smbd_ia_open()
2126 sp->max_frmr_depth = smbd_max_frmr_depth; in _smbd_get_connection()
2661 sp->max_frmr_depth); in smbd_mr_recovery_work()
2665 sp->max_frmr_depth); in smbd_mr_recovery_work()
2800 sp->max_frmr_depth); in allocate_mr_list()
2804 sc->mr_io.type, sp->max_frmr_depth); in allocate_mr_list()
2809 sp->max_frmr_depth); in allocate_mr_list()
[all …]
H A Dfile.c104 stream->sreq_max_segs = sp->max_frmr_depth; in cifs_prepare_write()
198 rreq->io_streams[0].sreq_max_segs = sp->max_frmr_depth; in cifs_prepare_read()