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

/freebsd-11.0-release/sys/dev/tl/
H A Dif_tlreg.h51 #define TL_RX_LIST_CNT 64 macro
81 struct tl_list_onefrag tl_rx_list[TL_RX_LIST_CNT];
99 struct tl_chain_onefrag tl_rx_chain[TL_RX_LIST_CNT];
H A Dif_tl.c1341 for (i = 0; i < TL_RX_LIST_CNT; i++) {
1346 if (i == (TL_RX_LIST_CNT - 1)) {
1357 cd->tl_rx_tail = &cd->tl_rx_chain[TL_RX_LIST_CNT - 1];
1495 cd->tl_rx_tail = &cd->tl_rx_chain[TL_RX_LIST_CNT - 1];
2235 for (i = 0; i < TL_RX_LIST_CNT; i++) {

Completed in 54 milliseconds