Searched refs:BCE_TSCH_FTQ_CTL_MAX_DEPTH (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bce/ | ||
H A D | if_bcereg.h | 4076 #define BCE_TSCH_FTQ_CTL_MAX_DEPTH (0x3ffL<<12) macro |
H A D | if_bce.c | 10190 max_depth = (ctl & BCE_TSCH_FTQ_CTL_MAX_DEPTH) >> 12; in bce_dump_ftqs() |