Searched refs:max_frmr_depth (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smbdirect.c | 380 info->max_frmr_depth * PAGE_SIZE); in process_negotiation_response() 381 info->max_frmr_depth = info->max_readwrite_size / PAGE_SIZE; in process_negotiation_response() 653 info->max_frmr_depth = min_t(int, in smbd_ia_open() 2075 info->max_frmr_depth); in smbd_mr_recovery_work() 2077 log_rdma_mr(ERR, "ib_alloc_mr failed mr_type=%x max_frmr_depth=%x\n", in smbd_mr_recovery_work() 2079 info->max_frmr_depth); in smbd_mr_recovery_work() 2141 info->max_frmr_depth); in allocate_mr_list() 2143 log_rdma_mr(ERR, "ib_alloc_mr failed mr_type=%x max_frmr_depth=%x\n", in allocate_mr_list() 2144 info->mr_type, info->max_frmr_depth); in allocate_mr_list() 2147 smbdirect_mr->sgt.sgl = kcalloc(info->max_frmr_depth, in allocate_mr_list() [all...] |
H A D | smbdirect.h | 95 int max_frmr_depth; member
|
H A D | cifs_debug.c | 412 "max_frmr_depth: %x mr_type: %x", in cifs_debug_data_proc_show() 414 server->smbd_conn->max_frmr_depth, in cifs_debug_data_proc_show()
|
H A D | file.c | 2807 max_pages = server->smbd_conn->max_frmr_depth; in cifs_write_back_from_locked_folio() 3425 max_segs = server->smbd_conn->max_frmr_depth; in cifs_write_from_iter() 3959 max_segs = server->smbd_conn->max_frmr_depth; in cifs_send_async_read()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smbdirect.c | 374 info->max_frmr_depth * PAGE_SIZE); in process_negotiation_response() 375 info->max_frmr_depth = info->max_readwrite_size / PAGE_SIZE; in process_negotiation_response() 647 info->max_frmr_depth = min_t(int, in smbd_ia_open() 2194 info->max_frmr_depth); in smbd_mr_recovery_work() 2196 log_rdma_mr(ERR, "ib_alloc_mr failed mr_type=%x max_frmr_depth=%x\n", in smbd_mr_recovery_work() 2198 info->max_frmr_depth); in smbd_mr_recovery_work() 2260 info->max_frmr_depth); in allocate_mr_list() 2262 log_rdma_mr(ERR, "ib_alloc_mr failed mr_type=%x max_frmr_depth=%x\n", in allocate_mr_list() 2263 info->mr_type, info->max_frmr_depth); in allocate_mr_list() 2267 info->max_frmr_depth, in allocate_mr_list() [all...] |
H A D | smbdirect.h | 95 int max_frmr_depth; member
|
H A D | cifs_debug.c | 333 "max_frmr_depth: %x mr_type: %x", in cifs_debug_data_proc_show() 335 server->smbd_conn->max_frmr_depth, in cifs_debug_data_proc_show()
|
Completed in 16 milliseconds