Home
last modified time | relevance | path

Searched refs:MAX_JOB_SG_ENTRIES (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.h204 #define MAX_JOB_SG_ENTRIES 36 macro
208 struct qm_sg_entry sg[MAX_JOB_SG_ENTRIES];
H A Ddpaa_sec.c82 for (i = 0; i < sg_count && i < MAX_JOB_SG_ENTRIES; i += 4) in dpaa_sec_alloc_ctx()