Lines Matching defs:modify
37 * multi-threading scheme is to single thread all create/modify/delete or set
41 * Control operations (set) that modify a mac end point are always serialized on
48 * data. Mostly these type of operations don't modify the control state. Any
214 * R18. The driver may assume that all set/modify control operations via
4763 * to modify the mode etc. to. (We haven't
5849 * If we have a Tx SRS, we need to modify all the threads associated
7506 uint_t modify;
7540 modify = group->mrg_cur_count - ringcnt;
7550 rings = kmem_alloc(modify * sizeof (mac_ring_handle_t),
7553 for (count = 0; count < modify; count++) {
7567 kmem_free(rings, modify * sizeof (mac_ring_handle_t));
7573 modify = ringcnt - group->mrg_cur_count;
7596 if (defgrp->mrg_cur_count < (modify + 1)) {
7612 defgrp->mrg_cur_count) < (modify + 1)) {
7632 defgrp->mrg_cur_count) < (modify + 1)) {
7643 if (defgrp->mrg_cur_count < (modify + 1))
7647 group, mcip->mci_share, modify)) != 0) {