Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h148 caddr_t cmd_base; /* start addr of this chunk */ member
/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c1864 DDI_DMA_DONTWAIT, NULL, (caddr_t *)&ptr->cmd_base, in sf_add_cr_pool()
1871 ptr->cmd_base, real_cmd_buf_size, in sf_add_cr_pool()
1916 dptr = (caddr_t)((uintptr_t)(ptr->cmd_base) + 7 & ~7); in sf_add_cr_pool()
1918 real_cmd_buf_size -= (dptr - ptr->cmd_base); in sf_add_cr_pool()
1925 ptr->free = (struct sf_cr_free_elem *)ptr->cmd_base; in sf_add_cr_pool()
1938 (uint32_t)((caddr_t)cptr - ptr->cmd_base); in sf_add_cr_pool()
1975 if (ptr->cmd_base != NULL) { in sf_add_cr_pool()
5309 (caddr_t)fcmd - cmd->cmd_cr_pool->cmd_base, in sf_prepare_pkt()