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