Searched refs:rwqes (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_chan.c80 eib_wqe_t *rwqes[EIB_RWR_CHUNK_SZ]; local
98 * Grab a chunk of rwqes
104 * When eib_chan_post_rx() is called to post a bunch of rwqes,
110 ret = eib_rsrc_grab_rwqes(ss, rwqes, chunk_sz, &n_got,
116 * Post work requests from the rwqes we just grabbed
119 eib_wqe_t *rwqe = rwqes[i];
132 * If we got less rwqes than we asked for during the grab
195 "too many rwqes posted already, posted=0x%lx, max=0x%lx",

Completed in 58 milliseconds