Searched refs:receive_credit_max (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smbdirect.h | 76 int receive_credit_max; member
|
H A D | smbdirect.c | 1371 == info->receive_credit_max); in smbd_destroy() 1486 mempool_create(info->receive_credit_max, mempool_alloc_slab, in allocate_caches_and_workqueue() 1496 rc = allocate_receive_buffers(info, info->receive_credit_max); in allocate_caches_and_workqueue() 1551 log_rdma_event(ERR, "consider lowering receive_credit_max = %d. Possible CQE overrun, device reporting max_cpe %d max_qp_wr %d\n", in _smbd_get_connection() 1558 info->receive_credit_max = smbd_receive_credit_max; in _smbd_get_connection() 1590 info->receive_credit_max, IB_POLL_SOFTIRQ); in _smbd_get_connection() 1600 qp_attr.cap.max_recv_wr = info->receive_credit_max; in _smbd_get_connection()
|
H A D | cifs_debug.c | 289 seq_printf(m, "\nConn receive_credit_max: %x " in cifs_debug_data_proc_show() 291 server->smbd_conn->receive_credit_max, in cifs_debug_data_proc_show()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smbdirect.h | 76 int receive_credit_max; member
|
H A D | smbdirect.c | 1338 == info->receive_credit_max); in smbd_destroy() 1456 mempool_create(info->receive_credit_max, mempool_alloc_slab, in allocate_caches_and_workqueue() 1466 rc = allocate_receive_buffers(info, info->receive_credit_max); in allocate_caches_and_workqueue() 1521 log_rdma_event(ERR, "consider lowering receive_credit_max = %d. Possible CQE overrun, device reporting max_cqe %d max_qp_wr %d\n", in _smbd_get_connection() 1528 info->receive_credit_max = smbd_receive_credit_max; in _smbd_get_connection() 1558 info->receive_credit_max, IB_POLL_SOFTIRQ); in _smbd_get_connection() 1568 qp_attr.cap.max_recv_wr = info->receive_credit_max; in _smbd_get_connection()
|
H A D | cifs_debug.c | 368 seq_printf(m, "\nConn receive_credit_max: %x " in cifs_debug_data_proc_show() 370 server->smbd_conn->receive_credit_max, in cifs_debug_data_proc_show()
|
Completed in 12 milliseconds