Home
last modified time | relevance | path

Searched refs:QL_DMA_SG_LIST_LENGTH (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h418 #define QL_DMA_SG_LIST_LENGTH 1 macro
426 #define QL_DMA_SG_LIST_LENGTH 1024 macro
H A Dql_iocb.h158 uint32_t cookie_list[QL_DMA_SG_LIST_LENGTH + 1][3];
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c479 QL_DMA_SG_LIST_LENGTH, /* s/g list length */
494 QL_DMA_SG_LIST_LENGTH, /* s/g list length */
H A Dql_xioctl.c1434 qd.MaxDataSegments = QL_DMA_SG_LIST_LENGTH; in ql_qry_driver()