Lines Matching defs:index
3803 mac_init_ring(mac_impl_t *mip, mac_group_t *group, int index,
3815 * Ring index is numbered to be unique across a particular device.
3816 * Ring index computation makes following assumptions:
3818 * ring index exchanged with the driver (e.g. during mr_rget)
3823 ring->mr_index = group->mrg_index * group->mrg_info.mgi_count + index;
3836 index, &ring_info, (mac_ring_handle_t)ring);
3907 int index;
3913 for (index = size - 1; index >= 0; index--)
3914 (void) mac_init_ring(mip, group, index, cap_rings);
4384 * Find a ring from its index.
4387 mac_find_ring(mac_group_handle_t gh, int index)
4393 if (ring->mr_index == index)
4403 * index (for example when the ring is added by the driver.
4408 i_mac_group_add_ring(mac_group_t *group, mac_ring_t *ring, int index)
4433 * There should be no ring with the same ring index in the target
4437 driver_call ? index : ring->mr_index) == NULL);
4446 ring = mac_init_ring(mip, group, index, cap_rings);
6193 * at index 0 to stay in the default group, since it is the