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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c195 /* Hash into 1 << IBD_LOG_RX_POST number of rx post queues */
196 #define IBD_LOG_RX_POST 4 macro
199 #define IBD_RWQE_MIN ((IBD_RX_POST_CNT << IBD_LOG_RX_POST) * 4)
4040 state->id_rx_nqueues = 1 << IBD_LOG_RX_POST;

Completed in 70 milliseconds