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

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_hw.c9593 uint32_t sgls_per_request = 256; local
9600 sgls = ocs_malloc(hw->os, sizeof(*sgls) * sgls_per_request, OCS_M_NOWAIT);
9606 rc = ocs_dma_alloc(hw->os, &reqbuf, 32 + sgls_per_request*16, OCS_MIN_DMA_ALIGNMENT);
9609 ocs_free(hw->os, sgls, sizeof(*sgls) * sgls_per_request);
9620 for (n = 0; n < MIN(sgls_per_request, nremaining); n++) {
9654 ocs_free(hw->os, sgls, sizeof(*sgls) * sgls_per_request);

Completed in 131 milliseconds