Lines Matching refs:hint
1280 #define TX_SRS_TO_SOFT_RING(mac_srs, head, hint) { \ argument
1282 (void) mac_tx_fanout_mode(mac_srs, head, hint, 0, NULL);\
1284 (void) mac_tx_aggr_mode(mac_srs, head, hint, 0, NULL); \
1426 #define HASH_HINT(hint) \ argument
1427 ((hint) ^ ((hint) >> 24) ^ ((hint) >> 16) ^ ((hint) >> 8))
4156 uint64_t hint; in mac_tx_srs_drain() local
4174 hint = (ulong_t)tail->b_prev; in mac_tx_srs_drain()
4175 if (hint != (ulong_t)tail->b_prev) { in mac_tx_srs_drain()
4178 TX_SRS_TO_SOFT_RING(mac_srs, head, hint); in mac_tx_srs_drain()
4180 hint = (ulong_t)tail->b_prev; in mac_tx_srs_drain()
4204 TX_SRS_TO_SOFT_RING(mac_srs, head, hint); in mac_tx_srs_drain()