Searched refs:sync_type (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt_dma.h | 127 void qlt_dmem_dma_sync(stmf_data_buf_t *dbuf, uint_t sync_type);
|
H A D | qlt_dma.c | 412 qlt_dmem_dma_sync(stmf_data_buf_t *dbuf, uint_t sync_type) in qlt_dmem_dma_sync() argument 428 0, 0, sync_type); in qlt_dmem_dma_sync() 439 dbuf->db_data_size, sync_type); in qlt_dmem_dma_sync()
|
/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); 2078 uint_t sync_type, uint_t flag) in tavor_wqe_sync() argument 2092 if (sync_type == TAVOR_WR_SRQ) { in tavor_wqe_sync() 2114 if (sync_type == TAVOR_WR_SEND) { in tavor_wqe_sync() 2121 } else if (sync_type == TAVOR_WR_RECV) { in tavor_wqe_sync()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | lwp_sobj.c | 1397 lwp_release(lwpchan_t *lwpchan, uchar_t *waiters, int sync_type) in lwp_release() argument 1420 if (sync_type != (tp->t_flag & T_WAITCVSEM)) { in lwp_release() 1421 ASSERT(sync_type == 0); in lwp_release()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fct.c | 84 uint_t sync_type); 5371 uint_t sync_type) 5397 EMLXS_MPDATA_SYNC(mp->dma_handle, 0, db->db_data_size, sync_type);
|