Searched defs:sync_type (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_dma.c412 qlt_dmem_dma_sync(stmf_data_buf_t *dbuf, uint_t sync_type) argument
428 0, 0, sync_type);
439 dbuf->db_data_size, sync_type);
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c1413 lwp_release(lwpchan_t *lwpchan, uchar_t *waiters, int sync_type) argument
1436 if (sync_type != (tp->t_flag & T_WAITCVSEM)) {
1437 ASSERT(sync_type == 0);
1440 * i.e. sync_type == 0, for correctly written
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c72 uint_t sync_to, uint_t sync_type, uint_t flag);
2078 uint_t sync_type, uint_t flag)
2092 if (sync_type == TAVOR_WR_SRQ) {
2114 if (sync_type == TAVOR_WR_SEND) {
2121 } else if (sync_type == TAVOR_WR_RECV) {
2077 tavor_wqe_sync(void *hdl, uint_t sync_from, uint_t sync_to, uint_t sync_type, uint_t flag) argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c84 uint_t sync_type);
5371 uint_t sync_type)
5397 EMLXS_MPDATA_SYNC(mp->dma_handle, 0, db->db_data_size, sync_type);
5370 emlxs_fct_dbuf_dma_sync(emlxs_hba_t *hba, stmf_data_buf_t *db, uint_t sync_type) argument

Completed in 66 milliseconds