Lines Matching defs:index
5544 channel = nxgep->pt_config.hw_config.tdc.start + rhp->index;
5563 channel = nxgep->pt_config.hw_config.tdc.start + rhp->index;
5581 channel = nxgep->pt_config.hw_config.start_rdc + rhp->index;
5618 channel = nxgep->pt_config.hw_config.start_rdc + rhp->index;
5674 const int index, mac_ring_info_t *infop, mac_ring_handle_t rh)
5688 "==> nxge_fill_ring 0x%x index %d", rtype, index));
5696 "==> nxge_fill_ring (TX) 0x%x index %d ntdcs %d",
5697 rtype, index, p_cfgp->tdc.count));
5699 ASSERT((index >= 0) && (index < p_cfgp->tdc.count));
5700 rhandlep = &nxgep->tx_ring_handles[index];
5702 rhandlep->index = index;
5705 channel = nxgep->pt_config.hw_config.tdc.start + index;
5732 "==> nxge_fill_ring (RX) 0x%x index %d nrdcs %d",
5733 rtype, index, p_cfgp->max_rdcs));
5736 * 'index' is the ring index within the group.
5737 * Find the ring index in the nxge instance.
5739 nxge_rindex = nxge_get_rxring_index(nxgep, rg_index, index);
5740 channel = nxgep->pt_config.hw_config.start_rdc + index;
5746 rhandlep->index = nxge_rindex;
5804 channel = nxge->pt_config.hw_config.tdc.start + rhandle->index;
5840 channel = nxge->pt_config.hw_config.start_rdc + rhandle->index;
5872 channel = nxge->pt_config.hw_config.tdc.start + rhandle->index;
5889 channel = rdc_grp->start_rdc + rhandle->index;