Lines Matching defs:index
315 hw_rbd_p->index = (uint16_t)slot;
1307 * Compute the index of the required bit in the multicast hash map.
1329 uint32_t index;
1341 index = hash % BGE_HASH_TABLE_SIZE;
1342 word = index/32u;
1343 bit = 1 << (index % 32u);
1344 refp = &bgep->mcast_refs[index];
1346 BGE_DEBUG(("bge_m_multicst: hash 0x%x index %d (%d:0x%x) = %d",
1347 hash, index, word, bit, *refp));
1718 const int index, mac_ring_info_t *infop, mac_ring_handle_t rh)
1727 MAC_ADDRESS_REGS_MAX) && index == 0);