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

/freebsd-13-stable/sys/dev/qat/
H A Dqat.c1354 bus_dma_segment_t *segs, int niseg, int noseg, int skip)
1361 for (iseg = 0, oseg = noseg; iseg < niseg && oseg < QAT_MAXSEG;
1411 int noseg, skip; local
1426 noseg = 0;
1429 noseg = 0;
1432 noseg = crp->crp_aad == NULL ?
1436 nseg, noseg, skip);
1353 qat_crypto_populate_buf_list(struct buffer_list_desc *buffers, bus_dma_segment_t *segs, int niseg, int noseg, int skip) argument

Completed in 98 milliseconds