Searched refs:idb_buf_cb (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm.h363 idm_buf_cb_t idb_buf_cb, void *cb_arg);
368 idm_buf_cb_t idb_buf_cb, void *cb_arg);
H A Didm_impl.h307 idm_buf_cb_t *idb_buf_cb; /* Data Completion Notify, tgt only */ member in struct:idm_buf_s
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm.c679 * and the callback (idb->idb_buf_cb) at transfer completion are
693 idm_buf_cb_t idb_buf_cb, void *cb_arg)
699 idb->idb_buf_cb = idb_buf_cb;
760 * the callback (idb->idb_buf_cb) notification for data transfer completion are
775 idm_buf_cb_t idb_buf_cb, void *cb_arg)
781 idb->idb_buf_cb = idb_buf_cb;
826 * idt may be freed after the call to idb->idb_buf_cb.
850 (*idb->idb_buf_cb)(id
691 idm_buf_tx_to_ini(idm_task_t *idt, idm_buf_t *idb, uint32_t offset, uint32_t xfer_len, idm_buf_cb_t idb_buf_cb, void *cb_arg) argument
773 idm_buf_rx_from_ini(idm_task_t *idt, idm_buf_t *idb, uint32_t offset, uint32_t xfer_len, idm_buf_cb_t idb_buf_cb, void *cb_arg) argument
[all...]
H A Didm_so.c2504 rtt_buf->idb_buf_cb = NULL;

Completed in 55 milliseconds