Searched defs:iser_chan_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_ib.h157 } iser_chan_t; typedef in typeref:struct:iser_chan_s
181 iser_chan_t *iser_ib_alloc_channel_pathlookup(
184 iser_chan_t *iser_ib_alloc_channel_nopathlookup(
187 iser_chan_t *iser_ib_alloc_rc_channel(iser_hca_t *hca, uint8_t hca_port);
189 int iser_ib_open_rc_channel(iser_chan_t *chan);
191 void iser_ib_close_rc_channel(iser_chan_t *chan);
193 void iser_ib_free_rc_channel(iser_chan_t *chan);

Completed in 44 milliseconds