Lines Matching defs:hint
72 #define HASH_HINT(hint) \
73 ((hint) ^ ((hint) >> 24) ^ ((hint) >> 16) ^ ((hint) >> 8))
80 aggr_find_tx_ring(void *arg, mblk_t *mp, uintptr_t hint, mac_ring_handle_t *rh)
100 * Use hash as the hint so to direct traffic to
102 * is needed in case hint is 0 to get the most
106 if (hint == 0) {
110 hash = hint;