Searched refs:SEC_PBUF_PAGE_NUM (Results 1 – 1 of 1) sorted by relevance
75 #define SEC_PBUF_PAGE_NUM(depth) ((depth) / SEC_PBUF_NUM) macro 77 SEC_PBUF_PAGE_NUM(depth) * SEC_PBUF_NUM))78 #define SEC_TOTAL_PBUF_SZ(depth) (PAGE_SIZE * SEC_PBUF_PAGE_NUM(depth) + \475 int size = SEC_PBUF_PAGE_NUM(q_depth); in sec_alloc_pbuf_resource() 489 * So we need SEC_PBUF_PAGE_NUM numbers of PAGE in sec_alloc_pbuf_resource()