Searched refs:MCX_LOG_RQ_SIZE (Results 1 – 1 of 1) sorted by relevance
90 #define MCX_LOG_RQ_SIZE 10 macro4837 mbin->rq_wq.wq_log_size = MCX_LOG_RQ_SIZE; in mcx_create_rq()6734 slot = p % (1 << MCX_LOG_RQ_SIZE); in mcx_rx_fill_slots()6781 slots = if_rxr_get(&rx->rx_rxr, (1 << MCX_LOG_RQ_SIZE)); in mcx_rx_fill()6905 slot = betoh16(cqe->cq_wqe_count) % (1 << MCX_LOG_RQ_SIZE); in mcx_process_rx()7200 rx->rx_slots = mallocarray(sizeof(*ms), (1 << MCX_LOG_RQ_SIZE), in mcx_queue_up()7207 for (i = 0; i < (1 << MCX_LOG_RQ_SIZE); i++) { in mcx_queue_up()7260 i = (1 << MCX_LOG_RQ_SIZE); in mcx_queue_up()7262 mcx_free_slots(sc, rx->rx_slots, i, (1 << MCX_LOG_RQ_SIZE)); in mcx_queue_up()7451 if_rxr_init(&rx->rx_rxr, 1, (1 << MCX_LOG_RQ_SIZE)); in mcx_up()[all …]