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