Searched refs:aux_max (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 1484 nv50_mstm_new(struct nouveau_encoder *outp, struct drm_dp_aux *aux, int aux_max, in nv50_mstm_new() argument 1497 ret = drm_dp_mst_topology_mgr_init(&mstm->mgr, dev, aux, aux_max, in nv50_mstm_new()
|
/linux-6.6.21/fs/smb/server/ |
D | smb2pdu.c | 316 unsigned short credits_requested, aux_max; in smb2_set_rsp_credits() local 350 aux_max = 1; in smb2_set_rsp_credits() 352 aux_max = conn->vals->max_credits - conn->total_credits; in smb2_set_rsp_credits() 353 credits_granted = min_t(unsigned short, credits_requested, aux_max); in smb2_set_rsp_credits()
|