Searched refs:sync_from (Results 1 – 1 of 1) sorted by relevance
/titanic_41/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 181 sync_from = 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() 340 sync_from = (sync_from - 1) & qsize_msk; 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 485 sync_from = tail; in tavor_post_recv() 597 tavor_wqe_sync(qp, sync_from, sync_to, TAVOR_WR_RECV, in tavor_post_recv() [all …]
|