Home
last modified time | relevance | path

Searched refs:rxhw (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c2900 boolean_t rxhw; in mac_datapath_setup() local
2931 rxhw = (mrp->mrp_mask & MRP_RX_RINGS) && in mac_datapath_setup()
2957 group_only_mcip, rxhw); in mac_datapath_setup()
2967 if (rgroup == NULL && rxhw) { in mac_datapath_setup()
3016 (rxhw || mcip->mci_share != 0)) { in mac_datapath_setup()
H A Dmac.c7012 boolean_t rxhw = mrp->mrp_mask & MRP_RX_RINGS; in mac_reserve_rx_group() local
7040 if (rxhw && unspec && in mac_reserve_rx_group()
7049 if (rxhw && mrp->mrp_nrxrings > 0 && in mac_reserve_rx_group()
7054 if (rxhw) { in mac_reserve_rx_group()
7156 nrings = rxhw ? need_rings : isprimary ? donor_grp_rcnt: 1; in mac_reserve_rx_group()
7178 if (mac_is_primary_client(mcip) && !rxhw) in mac_reserve_rx_group()
8666 mac_check_primary_relocation(mac_client_impl_t *mcip, boolean_t rxhw) in mac_check_primary_relocation() argument
8687 if (rxhw && mip->mi_rxhwclnt_avail < 2) in mac_check_primary_relocation()