Searched refs:rc_next (Results 1 – 9 of 9) sorted by relevance
594 prev->rc_next = rctl; in rctl_gp_alloc()598 rctl->rc_next = NULL; in rctl_gp_alloc()639 rcgp->rcag_ctls = rctl->rc_next; in rctl_gp_detach_ctl()641 rctl->rc_next = NULL; in rctl_gp_detach_ctl()661 rctl_t *next = rctl->rc_next; in rctl_gp_free()983 rctl->rc_next = NULL; in rctl_set_insert()991 rctl->rc_next = set->rcs_ctls[index]; in rctl_set_insert()997 for (next_ctl = set->rcs_ctls[index]->rc_next, in rctl_set_insert()1001 next_ctl = next_ctl->rc_next) { in rctl_set_insert()1003 rctl->rc_next = next_ctl; in rctl_set_insert()[all …]
347 picl_nodehdl_t rc_next; in find_next_section() local350 (void *)&rc_next, sizeof (rc_next)) != PICL_SUCCESS) { in find_next_section()355 if (cmp_class_name(rc_next, PICL_CLASS_SECTION) in find_next_section()357 *next = rc_next; in find_next_section()363 return (find_next_section(rc_next, next)); in find_next_section()
358 picl_nodehdl_t rc_next; in find_next_section() local361 (void *)&rc_next, sizeof (rc_next)) != PICL_SUCCESS) { in find_next_section()366 if (cmp_class_name(rc_next, PICL_CLASS_SECTION) in find_next_section()368 *next = rc_next; in find_next_section()374 return (find_next_section(rc_next, next)); in find_next_section()
112 slot_recy = rgep->rc_next; in rge_rx_recycle()117 rgep->rc_next = NEXT(slot_recy, RGE_BUF_SLOTS); in rge_rx_recycle()
435 uint32_t rc_next; /* current recycle buf index */ member
600 rgep->rc_next = 0; in rge_init_buf_ring()
215 struct rctl *rc_next; /* next in set hash chain */ member
447 wsp->walk_addr = (uintptr_t)rctl.rc_next; in rctl_set_walk_step()
43 struct rc_queue *rc_next; member