Home
last modified time | relevance | path

Searched refs:max_credits (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/thunderbolt/
Dtunnel.c329 u32 max_credits; in tb_dp_init_video_path() local
331 max_credits = (nfc_credits & TB_PORT_MAX_CREDITS_MASK) >> in tb_dp_init_video_path()
334 path->nfc_credits = min(max_credits - 2, 12U); in tb_dp_init_video_path()
479 u32 max_credits; in tb_dma_credits() local
481 max_credits = (nhi->config.nfc_credits & TB_PORT_MAX_CREDITS_MASK) >> in tb_dma_credits()
483 return min(max_credits, 13U); in tb_dma_credits()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_82598.c84 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()
Dixgbe_dcb_82599.c85 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-v5.4/fs/cifs/
Dcifsglob.h609 unsigned int max_credits; /* smb3 max_credits 10 < credits < 60000 */ member
681 unsigned int max_credits; /* can override large 32000 default at mnt */ member
Dcifsfs.c606 if (tcon->ses->server->max_credits != SMB2_MAX_CREDITS_AVAILABLE) in cifs_show_options()
607 seq_printf(s, ",max_credits=%u", tcon->ses->server->max_credits); in cifs_show_options()
Dconnect.c2129 vol->max_credits = option; in cifs_parse_mount_options()
4227 if ((vol->max_credits < 20) || (vol->max_credits > 60000)) in mount_get_conns()
4228 server->max_credits = SMB2_MAX_CREDITS_AVAILABLE; in mount_get_conns()
4230 server->max_credits = vol->max_credits; in mount_get_conns()
Dsmb2pdu.c111 if (server->credits >= server->max_credits) in smb2_hdr_assemble()
115 min_t(int, server->max_credits - in smb2_hdr_assemble()
/Linux-v5.4/net/bluetooth/
Dl2cap_core.c5630 u16 cid, credits, max_credits; in l2cap_le_credits() local
5645 max_credits = LE_FLOWCTL_MAX_CREDITS - chan->tx_credits; in l2cap_le_credits()
5646 if (credits > max_credits) { in l2cap_le_credits()