Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c169 ch->ch_swqe = kmem_zalloc(sizeof (srpt_swqe_t) * ch->ch_num_swqe, in srpt_ch_alloc()
171 if (ch->ch_swqe == NULL) { in srpt_ch_alloc()
179 ch->ch_swqe[ch->ch_tail].sw_next = ch->ch_tail + 1; in srpt_ch_alloc()
181 ch->ch_swqe[ch->ch_tail].sw_next = 0; in srpt_ch_alloc()
286 kmem_free(ch->ch_swqe, sizeof (srpt_swqe_t) * ch->ch_num_swqe); in srpt_ch_release_ref()
662 swqe = ch->ch_swqe + wcp->wc_id; in srpt_ch_scq_hdlr()
1418 ch->ch_swqe[ch->ch_head].sw_type = wqe_type; in srpt_ch_alloc_swqe_wrid()
1419 ch->ch_swqe[ch->ch_head].sw_addr = addr; in srpt_ch_alloc_swqe_wrid()
1420 ch->ch_head = ch->ch_swqe[ch->ch_head].sw_next; in srpt_ch_alloc_swqe_wrid()
1433 ch->ch_swqe[ch->ch_tail].sw_next = id; in srpt_ch_free_swqe_wrid()
H A Dsrpt_impl.h198 srpt_swqe_t *ch_swqe; member