Searched refs:add_credits (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | transport.c | 996 add_credits(server, &credits, mid->optype); in cifs_compound_callback() 1138 add_credits(server, &credits[j], optype); in compound_send_recv() 1152 add_credits(server, &credits[j], optype); in compound_send_recv() 1186 add_credits(server, &credits[i], optype); in compound_send_recv() 1407 add_credits(server, &credits, 0); in SendReceive() 1439 add_credits(server, &credits, 0); in SendReceive() 1447 add_credits(server, &credits, 0); in SendReceive() 1463 add_credits(server, &credits, 0); in SendReceive()
|
H A D | cifsglob.h | 293 void (*add_credits)(struct TCP_Server_Info *server, member 879 add_credits(struct TCP_Server_Info *server, const struct cifs_credits *credits, in add_credits() function 882 server->ops->add_credits(server, credits, optype); in add_credits() 890 server->ops->add_credits(server, credits, optype); in add_credits_and_wake_if()
|
H A D | smb1ops.c | 1096 .add_credits = cifs_add_credits,
|
H A D | smb2ops.c | 5128 .add_credits = smb2_add_credits, 5230 .add_credits = smb2_add_credits, 5334 .add_credits = smb2_add_credits, 5450 .add_credits = smb2_add_credits,
|
H A D | trace.h | 1185 DEFINE_SMB3_CREDIT_EVENT(add_credits);
|
H A D | smb2pdu.c | 4105 add_credits(server, &credits, CIFS_ECHO_OP); in smb2_echo_callback() 4588 add_credits(server, &credits, 0); in smb2_readv_callback() 4834 add_credits(server, &credits, 0); in smb2_writev_callback()
|
H A D | cifssmb.c | 566 add_credits(server, &credits, CIFS_ECHO_OP); in cifs_echo_callback() 1310 add_credits(server, &credits, 0); in cifs_readv_callback() 1658 add_credits(tcon->ses->server, &credits, 0); in cifs_writev_callback()
|