Searched refs:pib_cnt (Results 1 - 1 of 1) 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.c920 uint32_t pib_cnt, r_offset, w_offset; local
934 pib_cnt = w_offset - r_offset;
936 pib_cnt = (w_offset + MAX_PIB_Q_DEPTH) -
939 if (pib_cnt > MAX_PIB_Q_DEPTH) {
940 BCMLOG_ERR("Invalid PIB Count (%u)\n", pib_cnt);
944 return pib_cnt;
1044 uint32_t pib_addr, pib_cnt; local
1048 pib_cnt = crystalhd_get_pib_avail_cnt(hw);
1050 if (!pib_cnt)
1053 for (cnt = 0; cnt < pib_cnt; cn
[all...]

Completed in 96 milliseconds