Home
last modified time | relevance | path

Searched refs:aux_max (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c1607 nv50_mstm_new(struct nouveau_encoder *outp, struct drm_dp_aux *aux, int aux_max, in nv50_mstm_new() argument
1620 ret = drm_dp_mst_topology_mgr_init(&mstm->mgr, dev, aux, aux_max, in nv50_mstm_new()
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.c306 unsigned short aux_max, aux_credits; in smb2_set_rsp_credits() local
332 aux_max = 0; in smb2_set_rsp_credits()
334 aux_max = conn->max_credits - credit_charge; in smb2_set_rsp_credits()
335 aux_credits = min_t(unsigned short, aux_credits, aux_max); in smb2_set_rsp_credits()