Searched refs:idb_buf_cb (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/idm/ |
H A D | idm.h | 363 idm_buf_cb_t idb_buf_cb, void *cb_arg); 368 idm_buf_cb_t idb_buf_cb, void *cb_arg);
|
H A D | idm_impl.h | 307 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 D | idm.c | 679 * 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 D | idm_so.c | 2504 rtt_buf->idb_buf_cb = NULL;
|
Completed in 55 milliseconds