Lines Matching refs:ngrp
1734 mac_group_t *ngrp; in mac_client_set_rings_prop() local
1832 ngrp = mac_reserve_rx_group(mcip, mac_addr, in mac_client_set_rings_prop()
1835 if (ngrp == NULL) in mac_client_set_rings_prop()
1838 if (mac_rx_switch_group(mcip, defgrp, ngrp) != in mac_client_set_rings_prop()
1840 mac_stop_group(ngrp); in mac_client_set_rings_prop()
1864 ngrp = mac_reserve_rx_group(mcip, mac_addr, B_TRUE); in mac_client_set_rings_prop()
1865 if (ngrp == NULL) in mac_client_set_rings_prop()
1869 if (mac_rx_switch_group(mcip, defgrp, ngrp) != 0) { in mac_client_set_rings_prop()
1870 mac_release_rx_group(mcip, ngrp); in mac_client_set_rings_prop()
1875 MAC_RX_RING_RESERVED(mip, ngrp->mrg_cur_count); in mac_client_set_rings_prop()
1987 ngrp = mac_reserve_tx_group(mcip, B_TRUE); in mac_client_set_rings_prop()
1988 if (ngrp == NULL) in mac_client_set_rings_prop()
1992 mac_tx_switch_group(mcip, defgrp, ngrp); in mac_client_set_rings_prop()
2007 ngrp = mac_reserve_tx_group(mcip, B_TRUE); in mac_client_set_rings_prop()
2008 if (ngrp == NULL) in mac_client_set_rings_prop()
2011 mac_tx_switch_group(mcip, defgrp, ngrp); in mac_client_set_rings_prop()
2015 MAC_TX_RING_RESERVED(mip, ngrp->mrg_cur_count); in mac_client_set_rings_prop()