Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_els.h44 #define OCS_ELS_REQ_LEN 116 /*Max request length*/ macro
H A Docs_io.c161 rc = ocs_dma_alloc(ocs, &io->els_req, OCS_ELS_REQ_LEN, OCS_MIN_DMA_ALIGNMENT); in ocs_io_pool_create()
H A Docs_els.c218 if (reqlen > OCS_ELS_REQ_LEN) { in ocs_els_io_alloc_size()