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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_hw.h35 #define MAX_PIB_Q_DEPTH 64 macro
H A Dcrystalhd_hw.c936 pib_cnt = (w_offset + MAX_PIB_Q_DEPTH) -
939 if (pib_cnt > MAX_PIB_Q_DEPTH) {
964 if ((r_offset < MIN_PIB_Q_DEPTH) || (r_offset >= MAX_PIB_Q_DEPTH))
974 if (MAX_PIB_Q_DEPTH == r_offset)
997 (r_offset >= MAX_PIB_Q_DEPTH))
1002 if (MAX_PIB_Q_DEPTH == n_offset)

Completed in 112 milliseconds