Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h469 [hwp->cq_info.cq_next_disp_thr]; \
470 hwp->cq_info.cq_next_disp_thr++; \
471 if (hwp->cq_info.cq_next_disp_thr == \
473 hwp->cq_info.cq_next_disp_thr = 0; \
H A Dpmcs.h207 uint32_t cq_next_disp_thr; member
/titanic_50/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c820 pwp->cq_info.cq_next_disp_thr = 0; in pmcs_attach()