Searched refs:scredits (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | transport.c | 494 int scredits, in_flight; in wait_for_free_credits() local 518 scredits = *credits; in wait_for_free_credits() 523 server->conn_id, server->hostname, scredits, -1, in_flight); in wait_for_free_credits() 525 __func__, 1, scredits); in wait_for_free_credits() 542 scredits = *credits; in wait_for_free_credits() 551 scredits = *credits; in wait_for_free_credits() 556 server->conn_id, server->hostname, scredits, in wait_for_free_credits() 593 scredits = *credits; in wait_for_free_credits() 600 scredits, num_credits, in_flight); in wait_for_free_credits() 624 scredits = *credits; in wait_for_free_credits() [all …]
|
H A D | smb2ops.c | 72 int scredits, in_flight; in smb2_add_credits() local 118 scredits = *val; in smb2_add_credits() 125 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits() 133 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits() 135 optype, scredits, add); in smb2_add_credits() 165 server->conn_id, server->hostname, scredits, add, in_flight); in smb2_add_credits() 166 cifs_dbg(FYI, "%s: added %u credits total=%d\n", __func__, add, scredits); in smb2_add_credits() 172 int scredits, in_flight; in smb2_set_credits() local 187 scredits = server->credits; in smb2_set_credits() 192 server->conn_id, server->hostname, scredits, val, in_flight); in smb2_set_credits() [all …]
|
H A D | connect.c | 1147 int scredits, in_flight; in smb2_add_credits_from_hdr() local 1158 scredits = server->credits; in smb2_add_credits_from_hdr() 1164 server->conn_id, server->hostname, scredits, in smb2_add_credits_from_hdr() 1168 scredits); in smb2_add_credits_from_hdr()
|