Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h102 struct sf_cr_pool *sf_cr_pool; /* list of command/response pools */ member
144 struct sf_cr_pool { struct
145 struct sf_cr_pool *next; argument
276 struct sf_cr_pool *cmd_cr_pool; /* pool to which cmd/rsp belong */
/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c107 static void sf_cr_free(struct sf_cr_pool *, struct sf_pkt *);
861 while (sf->sf_cr_pool != NULL) { in sf_attach()
1119 while (sf->sf_cr_pool != NULL) { in sf_detach()
1126 sf->sf_cr_pool->ntot = sf->sf_cr_pool->nfree; in sf_detach()
1838 struct sf_cr_pool *ptr; in sf_add_cr_pool()
1847 if ((ptr = kmem_zalloc(sizeof (struct sf_cr_pool), KM_NOSLEEP)) == in sf_add_cr_pool()
1952 ptr->next = sf->sf_cr_pool; in sf_add_cr_pool()
1953 sf->sf_cr_pool = ptr; in sf_add_cr_pool()
1983 kmem_free((caddr_t)ptr, sizeof (struct sf_cr_pool)); in sf_add_cr_pool()
1995 struct sf_cr_pool *ptr; in sf_cr_alloc()
[all …]