OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cq_size
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
if_mcx.c
2755
unsigned int
cq_size
;
local in function:mcx_attach
2792
cq_size
= 1 << MCX_CMDQ_LOG_SIZE(r); /* number of entries */
2793
if (
cq_size
> MCX_MAX_CQE) {
2795
"command queue size overflow %u\n",
cq_size
);
2803
if (cq_stride *
cq_size
> MCX_PAGE_SIZE) {
2832
sc->sc_cmdq_mask =
cq_size
- 1;
if_mcx.c
2755
unsigned int
cq_size
;
local in function:mcx_attach
2792
cq_size
= 1 << MCX_CMDQ_LOG_SIZE(r); /* number of entries */
2793
if (
cq_size
> MCX_MAX_CQE) {
2795
"command queue size overflow %u\n",
cq_size
);
2803
if (cq_stride *
cq_size
> MCX_PAGE_SIZE) {
2832
sc->sc_cmdq_mask =
cq_size
- 1;
if_mcx.c
2755
unsigned int
cq_size
;
local in function:mcx_attach
2792
cq_size
= 1 << MCX_CMDQ_LOG_SIZE(r); /* number of entries */
2793
if (
cq_size
> MCX_MAX_CQE) {
2795
"command queue size overflow %u\n",
cq_size
);
2803
if (cq_stride *
cq_size
> MCX_PAGE_SIZE) {
2832
sc->sc_cmdq_mask =
cq_size
- 1;
Completed in 54 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025