Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_ddump.c228 ocs_ddump_value(textbuf, "sge_supported_length", "%x", sli4->config.sge_supported_length); in ocs_ddump_sli()
H A Dsli4.h2114 uint32_t sge_supported_length; member
3286 uint32_t sge_supported_length; member
3346 return sli4->config.sge_supported_length; in sli_get_max_sge()
H A Dsli4.c3860 sli4->config.sge_supported_length = parms->sge_supported_length; in sli_get_config()
3861 if (sli4->config.sge_supported_length > OCS_MAX_SGE_SIZE) in sli_get_config()
3862 sli4->config.sge_supported_length = OCS_MAX_SGE_SIZE; in sli_get_config()