Searched refs:SEC_LT_ENTRIES (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/sec/
H A Dsec.h44 #define SEC_LT_ENTRIES 1024 /* Must be power of 2 */ macro
191 struct sec_lt sc_lt[SEC_LT_ENTRIES + 1];
307 &SEC_GET_GENERIC(sc, sc_lt, sc_lt_alloc_cnt, SEC_LT_ENTRIES)
310 SEC_ADD(sc, sc_lt_alloc_cnt, SEC_LT_ENTRIES, -(num))
313 SEC_ADD(sc, sc_lt_free_cnt, SEC_LT_ENTRIES, num)
317 & (SEC_LT_ENTRIES - 1))
H A Dsec.c286 (SEC_LT_ENTRIES + 1) * sizeof(struct sec_hw_lt));
299 for (i = 0; i < SEC_LT_ENTRIES + 1; i++) {
307 lt = sc->sc_lt[SEC_LT_ENTRIES].sl_lt;
320 SEC_CNT_INIT(sc, sc_lt_alloc_cnt, SEC_LT_ENTRIES);
321 SEC_CNT_INIT(sc, sc_lt_free_cnt, SEC_LT_ENTRIES);

Completed in 105 milliseconds