Home
last modified time | relevance | path

Searched refs:add_credits (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/fs/cifs/
Dtransport.c830 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()
Dcifsglob.h232 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()
Dsmb2ops.c3219 .add_credits = smb2_add_credits,
3313 .add_credits = smb2_add_credits,
3408 .add_credits = smb2_add_credits,
3512 .add_credits = smb2_add_credits,
Dsmb1ops.c1037 .add_credits = cifs_add_credits,
Dsmb2pdu.c2823 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()
Dcifssmb.c736 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()