Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c167 ch->ch_num_swqe = ch->ch_sizes.cs_sq; in srpt_ch_alloc()
168 SRPT_DPRINTF_L2("ch_alloc, number of SWQEs = %u", ch->ch_num_swqe); in srpt_ch_alloc()
169 ch->ch_swqe = kmem_zalloc(sizeof (srpt_swqe_t) * ch->ch_num_swqe, in srpt_ch_alloc()
178 for (ch->ch_tail = 1; ch->ch_tail < ch->ch_num_swqe -1; ch->ch_tail++) { in srpt_ch_alloc()
286 kmem_free(ch->ch_swqe, sizeof (srpt_swqe_t) * ch->ch_num_swqe); in srpt_ch_release_ref()
H A Dsrpt_impl.h199 uint32_t ch_num_swqe; member