Lines Matching defs:grpcnt
3928 uint_t grpcnt;
3950 grpcnt = cap_rings->mr_gnum;
3966 grpcnt = cap_rings->mr_rnum - 1;
3973 groups = kmem_zalloc(sizeof (mac_group_t) * (grpcnt+ 1), KM_SLEEP);
3981 for (g = 0; g < grpcnt; g++) {
4105 group = groups + grpcnt;
4163 mip->mi_tx_group_count = grpcnt;
4167 group = groups + grpcnt;
4229 mac_compare_ddi_handle(mac_group_t *groups, uint_t grpcnt, mac_ring_t *cring)
4237 for (g = 0; g < grpcnt; g++) {