Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c179 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()
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.h160 ibt_wrid_t sw_next; member