Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bce/
HDif_bcereg.h6069 #define BCE_MCP_MCPQ_FTQ_CTL_CUR_DEPTH (0x3ffL<<22) macro
HDif_bce.c10482 cur_depth = (ctl & BCE_MCP_MCPQ_FTQ_CTL_CUR_DEPTH) >> 22; in bce_dump_ftqs()