Home
last modified time | relevance | path

Searched refs:sw_size (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/opencrypto/
HDcryptosoft.h56 #define sw_size SWCR_UN.SWCR_COMP.SW_size macro
HDcryptosoft.c663 sw->sw_size = result; in swcr_compdec()
1180 crp->crp_olen = (int)sw->sw_size; in swcr_process()
/freebsd-11-stable/sys/dev/cxgb/
HDcxgb_sge.c869 alloc_ring(adapter_t *sc, size_t nelem, size_t elem_size, size_t sw_size, in alloc_ring() argument
896 if (sw_size) { in alloc_ring()
897 len = nelem * sw_size; in alloc_ring()