Searched refs:sync_to (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_wr.c | 72 uint_t sync_to, uint_t sync_type, uint_t flag); 106 uint32_t sync_from, sync_to; in tavor_post_send() local 300 sync_to = 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() 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 566 sync_to = tail; in tavor_post_recv() 569 tavor_wqe_sync(qp, sync_from, sync_to, TAVOR_WR_RECV, in tavor_post_recv() 586 sync_to = sync_from; in tavor_post_recv() [all …]
|