Searched refs:cfifo_depth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_zcp.c42 uint32_t cfifo_depth; local
48 cfifo_depth = ZCP_NIU_CFIFO_DEPTH;
51 cfifo_depth = ZCP_P0_P1_CFIFO_DEPTH;
53 cfifo_depth = ZCP_P2_P3_CFIFO_DEPTH;
65 for (i = 0; i < cfifo_depth; i++) {
397 uint32_t cfifo_depth; local
429 cfifo_depth = ZCP_NIU_CFIFO_DEPTH;
432 cfifo_depth = ZCP_P0_P1_CFIFO_DEPTH;
434 cfifo_depth = ZCP_P2_P3_CFIFO_DEPTH;
445 for (i = 0; i < cfifo_depth;
[all...]

Completed in 57 milliseconds