Searched refs:pg_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/infiniband/hw/nes/
H A Dnes_verbs.c1938 uint pg_cnt = 0; local
1960 pg_cnt = ((pbl_count_4k - 1) * 512) + residual_page_count_4k;
1961 pbl_count_256 = (pg_cnt + 31) / 32;
1962 if (pg_cnt <= 32) {
1967 } else if (pg_cnt <= 2048) {
2049 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_STAG_WQE_PBL_LEN_IDX, (pg_cnt * 8));

Completed in 67 milliseconds