Searched refs:add_credits (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | transport.c | 830 add_credits(ses->server, 1, optype); in compound_send_recv() 875 add_credits(ses->server, 1, optype); in compound_send_recv() 883 add_credits(ses->server, 1, optype); in compound_send_recv() 930 add_credits(ses->server, credits, optype); in compound_send_recv() 1029 add_credits(ses->server, 1, 0); in SendReceive() 1065 add_credits(ses->server, 1, 0); in SendReceive() 1073 add_credits(ses->server, 1, 0); in SendReceive() 1089 add_credits(ses->server, 1, 0); in SendReceive()
|
D | cifsglob.h | 232 void (*add_credits)(struct TCP_Server_Info *, const unsigned int, member 720 add_credits(struct TCP_Server_Info *server, const unsigned int add, in add_credits() function 723 server->ops->add_credits(server, add, optype); in add_credits() 731 server->ops->add_credits(server, add, optype); in add_credits_and_wake_if()
|
D | smb2ops.c | 3219 .add_credits = smb2_add_credits, 3313 .add_credits = smb2_add_credits, 3408 .add_credits = smb2_add_credits, 3512 .add_credits = smb2_add_credits,
|
D | smb1ops.c | 1037 .add_credits = cifs_add_credits,
|
D | smb2pdu.c | 2823 add_credits(server, credits_received, CIFS_ECHO_OP); in smb2_echo_callback() 3135 add_credits(server, credits_received, 0); in smb2_readv_callback() 3348 add_credits(tcon->ses->server, credits_received, 0); in smb2_writev_callback()
|
D | cifssmb.c | 736 add_credits(server, 1, CIFS_ECHO_OP); in cifs_echo_callback() 1650 add_credits(server, 1, 0); in cifs_readv_callback() 2160 add_credits(tcon->ses->server, 1, 0); in cifs_writev_callback()
|