Searched refs:sgls_per_request (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/ocs_fc/ |
| H A D | ocs_hw.c | 9619 uint32_t sgls_per_request = 256; in ocs_hw_init_io() local 9626 sgls = ocs_malloc(hw->os, sizeof(*sgls) * sgls_per_request, OCS_M_NOWAIT); in ocs_hw_init_io() 9632 rc = ocs_dma_alloc(hw->os, &reqbuf, 32 + sgls_per_request*16, OCS_MIN_DMA_ALIGNMENT); in ocs_hw_init_io() 9635 ocs_free(hw->os, sgls, sizeof(*sgls) * sgls_per_request); in ocs_hw_init_io() 9646 for (n = 0; n < MIN(sgls_per_request, nremaining); n++) { in ocs_hw_init_io() 9680 ocs_free(hw->os, sgls, sizeof(*sgls) * sgls_per_request); in ocs_hw_init_io()
|