Searched refs:sync_to (Results 1 – 1 of 1) sorted by relevance
/titanic_41/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 312 sync_to = tail; in tavor_post_send() 315 tavor_wqe_sync(qp, sync_from, sync_to, TAVOR_WR_SEND, in tavor_post_send() 339 sync_to = sync_from; in tavor_post_send() 341 tavor_wqe_sync(qp, sync_from, sync_to, in tavor_post_send() 403 uint32_t sync_from, sync_to; in tavor_post_recv() local 594 sync_to = tail; in tavor_post_recv() 597 tavor_wqe_sync(qp, sync_from, sync_to, TAVOR_WR_RECV, in tavor_post_recv() 614 sync_to = sync_from; in tavor_post_recv() [all …]
|