Searched refs:newmax (Results 1 – 2 of 2) sorted by relevance
817 int newmax = 1 << get_count_order(mds + 1); in register_session() local820 dout("%s: realloc to %d\n", __func__, newmax); in register_session()821 sa = kcalloc(newmax, sizeof(void *), GFP_NOFS); in register_session()830 mdsc->max_sessions = newmax; in register_session()
1564 static void brcms_b_set_cwmax(struct brcms_hardware *wlc_hw, u16 newmax) in brcms_b_set_cwmax() argument1566 wlc_hw->band->CWmax = newmax; in brcms_b_set_cwmax()1571 bcma_write32(wlc_hw->d11core, D11REGOFFS(objdata), newmax); in brcms_b_set_cwmax()