Home
last modified time | relevance | path

Searched refs:iser_ib_post_recv_async (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_ib.h195 int iser_ib_post_recv_async(ibt_channel_hdl_t chanhdl);
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c722 iser_ib_post_recv_async(ibt_channel_hdl_t chanhdl) in iser_ib_post_recv_async() function
827 status = iser_ib_post_recv_async(chanhdl); in iser_ib_post_recv()
900 status = iser_ib_post_recv_async(chanhdl); in iser_ib_post_recv()
H A Diser_cq.c399 status = iser_ib_post_recv_async(iser_chan->ic_chanhdl); in iser_ib_poll_recv_completions()