Searched defs:RX_QUEUE_HASH (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c3980 #define RX_QUEUE_HASH(rwqe) \ macro
3991 * The number 8 in RX_QUEUE_HASH is a random choice that provides
3999 rxp = state->id_rx_queues + RX_QUEUE_HASH(rwqe);
4003 rxp = state->id_rx_queues + RX_QUEUE_HASH(rwqe + 16);

Completed in 61 milliseconds