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

/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h102 struct sf_cr_pool *sf_cr_pool; /* list of command/response pools */ member in struct:sf
144 struct sf_cr_pool { struct
145 struct sf_cr_pool *next;
276 struct sf_cr_pool *cmd_cr_pool; /* pool to which cmd/rsp belong */
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c105 static void sf_cr_free(struct sf_cr_pool *, struct sf_pkt *);
859 while (sf->sf_cr_pool != NULL) {
1117 while (sf->sf_cr_pool != NULL) {
1124 sf->sf_cr_pool->ntot = sf->sf_cr_pool->nfree;
1836 struct sf_cr_pool *ptr;
1845 if ((ptr = kmem_zalloc(sizeof (struct sf_cr_pool), KM_NOSLEEP)) ==
1950 ptr->next = sf->sf_cr_pool;
1951 sf->sf_cr_pool = ptr;
1981 kmem_free((caddr_t)ptr, sizeof (struct sf_cr_pool));
[all...]

Completed in 52 milliseconds