Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_talk2ctlr.c449 uint32_t max_sg_cnt = 0; in cpqary3_init_ctlr() local
814 max_sg_cnt = DDI_GET32(cpqary3p, &ctp->MaxSGElements); in cpqary3_init_ctlr()
823 if ((max_blk_fetch_cnt == 0) || (max_sg_cnt == 0) || in cpqary3_init_ctlr()
842 cpqary3p->sg_cnt = MIN(max_sg_cnt, optimal_sg); in cpqary3_init_ctlr()