HomeSort by: relevance | last modified time | path
    Searched defs:cq_stride (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_mcx.c 2754 unsigned int cq_stride; local in function:mcx_attach
2791 cq_stride = 1 << MCX_CMDQ_LOG_STRIDE(r); /* size of the entries */
2798 if (cq_stride < sizeof(struct mcx_cmdq_entry)) {
2800 "command queue entry size underflow %u\n", cq_stride);
2803 if (cq_stride * cq_size > MCX_PAGE_SIZE) {
2833 sc->sc_cmdq_size = cq_stride;

Completed in 20 milliseconds