Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat/
H A Dqat_ocf_mem_pool.c37 int niseg, in qat_ocf_populate_buf_list_cb() argument
47 iseg < niseg && oseg < QAT_OCF_MAX_FLATS; in qat_ocf_populate_buf_list_cb()
68 return iseg < niseg ? E2BIG : 0; in qat_ocf_populate_buf_list_cb()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1318 bus_dma_segment_t *segs, int niseg, int noseg, int skip) in qat_crypto_populate_buf_list() argument
1325 for (iseg = 0, oseg = noseg; iseg < niseg && oseg < QAT_MAXSEG; in qat_crypto_populate_buf_list()
1346 return iseg < niseg ? E2BIG : 0; in qat_crypto_populate_buf_list()