Home
last modified time | relevance | path

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

/linux/fs/smb/common/smbdirect/
H A Dsmbdirect.h32 __u16 recv_credit_max; member
/linux/fs/smb/client/
H A Dsmbdirect.c572 sc->recv_io.credits.target = min_t(u16, sc->recv_io.credits.target, sp->recv_credit_max); in process_negotiation_response()
751 min_t(u16, sc->recv_io.credits.target, sp->recv_credit_max); in recv_done()
1759 mempool_create(sp->recv_credit_max, mempool_alloc_slab, in allocate_caches()
1764 rc = allocate_receive_buffers(sc, sp->recv_credit_max); in allocate_caches()
1820 sp->recv_credit_max = smbd_receive_credit_max; in _smbd_get_connection()
1844 if (sp->recv_credit_max > sc->ib.dev->attrs.max_cqe || in _smbd_get_connection()
1845 sp->recv_credit_max > sc->ib.dev->attrs.max_qp_wr) { in _smbd_get_connection()
1847 sp->recv_credit_max, in _smbd_get_connection()
1879 qp_cap.max_recv_wr = sp->recv_credit_max + 1; in _smbd_get_connection()
H A Dcifs_debug.c507 sp->recv_credit_max, in cifs_debug_data_proc_show()
/linux/fs/smb/server/
H A Dtransport_rdma.c414 sp->recv_credit_max = smb_direct_receive_credit_max; in alloc_transport()
691 min_t(u16, sc->recv_io.credits.target, sp->recv_credit_max); in recv_done()
2145 mempool_create(sp->recv_credit_max, mempool_alloc_slab, in smb_direct_create_pools()
2150 for (i = 0; i < sp->recv_credit_max; i++) { in smb_direct_create_pools()
2216 qp_cap.max_recv_wr = sp->recv_credit_max + 1; in smb_direct_create_qpair()
2275 sp->recv_credit_max); in smb_direct_create_qpair()
2412 (sp->recv_credit_max * sp->max_recv_size) / 2; in smb_direct_prepare()
2414 sc->recv_io.credits.target = min_t(u16, sc->recv_io.credits.target, sp->recv_credit_max); in smb_direct_prepare()