Searched refs:sync_from (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_wr.c | 71 static void tavor_wqe_sync(void *hdl, uint_t sync_from, 106 uint32_t sync_from, sync_to; in tavor_post_send() local 173 sync_from = tail; in tavor_post_send() 303 tavor_wqe_sync(qp, sync_from, sync_to, TAVOR_WR_SEND, in tavor_post_send() 327 sync_to = sync_from; in tavor_post_send() 328 sync_from = (sync_from - 1) & qsize_msk; in tavor_post_send() 329 tavor_wqe_sync(qp, sync_from, sync_to, in tavor_post_send() 390 uint32_t sync_from, sync_to; in tavor_post_recv() local 461 sync_from = tail; in tavor_post_recv() 569 tavor_wqe_sync(qp, sync_from, sync_to, TAVOR_WR_RECV, in tavor_post_recv() [all …]
|