Searched refs:PAGES_REQUIRED (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/scsi/be2iscsi/
H A Dbe_main.h163 #define PAGES_REQUIRED(x) \ macro
H A Dbe_main.c2198 num_cq_pages = PAGES_REQUIRED(phba->params.num_cq_entries * \
2201 PAGES_REQUIRED(phba->params.asyncpdus_per_ctrl * \
2204 PAGES_REQUIRED(phba->params.asyncpdus_per_ctrl * \
2207 PAGES_REQUIRED(phba->params.asyncpdus_per_ctrl * \
2210 PAGES_REQUIRED(phba->params.asyncpdus_per_ctrl * \
2705 num_eq_pages = PAGES_REQUIRED(phba->params.num_eq_entries * \
2766 num_cq_pages = PAGES_REQUIRED(phba->params.num_cq_entries * \

Completed in 108 milliseconds