Searched refs:cq_stride (Results 1 – 1 of 1) sorted by relevance
2754 unsigned int cq_stride; in mcx_attach() local2791 cq_stride = 1 << MCX_CMDQ_LOG_STRIDE(r); /* size of the entries */ in mcx_attach()2798 if (cq_stride < sizeof(struct mcx_cmdq_entry)) { in mcx_attach()2800 "command queue entry size underflow %u\n", cq_stride); in mcx_attach()2803 if (cq_stride * cq_size > MCX_PAGE_SIZE) { in mcx_attach()2833 sc->sc_cmdq_size = cq_stride; in mcx_attach()