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

/freebsd-11.0-release/sys/dev/wb/
H A Dif_wbreg.h271 #define WB_RX_LIST_CNT 64 macro
309 struct wb_buf wb_rxbufs[WB_RX_LIST_CNT];
310 struct wb_desc wb_rx_list[WB_RX_LIST_CNT];
331 struct wb_chain_onefrag wb_rx_chain[WB_RX_LIST_CNT];
H A Dif_wb.c803 for (i = 0; i < WB_RX_LIST_CNT; i++) {
809 if (i == (WB_RX_LIST_CNT - 1)) {
1594 for (i = 0; i < WB_RX_LIST_CNT; i++) {

Completed in 50 milliseconds