Searched refs:max_credits (Results 1 – 14 of 14) sorted by relevance
| /Linux-v6.1/fs/ksmbd/ |
| D | smb2ops.c | 22 .max_credits = SMB2_MAX_CREDITS, 48 .max_credits = SMB2_MAX_CREDITS, 75 .max_credits = SMB2_MAX_CREDITS, 102 .max_credits = SMB2_MAX_CREDITS, 310 smb21_server_values.max_credits = sz; in init_smb2_max_credits() 311 smb30_server_values.max_credits = sz; in init_smb2_max_credits() 312 smb302_server_values.max_credits = sz; in init_smb2_max_credits() 313 smb311_server_values.max_credits = sz; in init_smb2_max_credits()
|
| D | smb2misc.c | 327 } else if (credit_charge > conn->vals->max_credits) { in smb2_validate_credit_charge()
|
| D | smb_common.h | 368 __u32 max_credits; member
|
| D | smb2pdu.c | 311 if (conn->total_credits > conn->vals->max_credits) { in smb2_set_rsp_credits() 339 aux_max = conn->vals->max_credits - credit_charge; in smb2_set_rsp_credits() 342 if (conn->vals->max_credits - conn->total_credits < credits_granted) in smb2_set_rsp_credits() 343 credits_granted = conn->vals->max_credits - in smb2_set_rsp_credits()
|
| /Linux-v6.1/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_dcb_82598.c | 84 u32 reg, max_credits; in ixgbe_dcb_config_tx_desc_arbiter_82598() local 100 max_credits = max[i]; in ixgbe_dcb_config_tx_desc_arbiter_82598() 101 reg = max_credits << IXGBE_TDTQ2TCCR_MCL_SHIFT; in ixgbe_dcb_config_tx_desc_arbiter_82598()
|
| D | ixgbe_dcb_82599.c | 85 u32 reg, max_credits; in ixgbe_dcb_config_tx_desc_arbiter_82599() local 96 max_credits = max[i]; in ixgbe_dcb_config_tx_desc_arbiter_82599() 97 reg = max_credits << IXGBE_RTTDT2C_MCL_SHIFT; in ixgbe_dcb_config_tx_desc_arbiter_82599()
|
| /Linux-v6.1/fs/cifs/ |
| D | fs_context.h | 262 unsigned int max_credits; /* smb3 max_credits 10 < credits < 60000 */ member
|
| D | cifsfs.c | 682 if (tcon->ses->server->max_credits != SMB2_MAX_CREDITS_AVAILABLE) in cifs_show_options() 683 seq_printf(s, ",max_credits=%u", tcon->ses->server->max_credits); in cifs_show_options()
|
| D | connect.c | 1735 if ((ctx->max_credits < 20) || (ctx->max_credits > 60000)) in cifs_get_tcp_session() 1736 tcp_ses->max_credits = SMB2_MAX_CREDITS_AVAILABLE; in cifs_get_tcp_session() 1738 tcp_ses->max_credits = ctx->max_credits; in cifs_get_tcp_session()
|
| D | sess.c | 419 ctx.max_credits = ses->server->max_credits; in cifs_ses_add_channel()
|
| D | cifsglob.h | 638 unsigned int max_credits; /* can override large 32000 default at mnt */ member
|
| D | fs_context.c | 1104 ctx->max_credits = result.uint_32; in smb3_fs_context_parse_param()
|
| D | smb2pdu.c | 97 if (server->credits >= server->max_credits) in smb2_hdr_assemble() 101 min_t(int, server->max_credits - in smb2_hdr_assemble()
|
| /Linux-v6.1/net/bluetooth/ |
| D | l2cap_core.c | 5936 u16 cid, credits, max_credits; in l2cap_le_credits() local 5951 max_credits = LE_FLOWCTL_MAX_CREDITS - chan->tx_credits; in l2cap_le_credits() 5952 if (credits > max_credits) { in l2cap_le_credits()
|