Home
last modified time | relevance | path

Searched refs:cq_size (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/pci/
Dif_mcx.c2742 unsigned int cq_size; in mcx_attach() local
2766 cq_size = 1 << MCX_CMDQ_LOG_SIZE(r); /* number of entries */ in mcx_attach()
2767 if (cq_size > MCX_MAX_CQE) { in mcx_attach()
2768 printf(", command queue size overflow %u\n", cq_size); in mcx_attach()
2775 if (cq_stride * cq_size > MCX_PAGE_SIZE) { in mcx_attach()
2804 sc->sc_cmdq_mask = cq_size - 1; in mcx_attach()
Dif_bnxtreg.h25604 uint32_t cq_size; member