Searched defs:idm_buf_s (Results 1 – 1 of 1) sorted by relevance
280 typedef struct idm_buf_s { struct281 uint32_t idb_magic; /* "IBUF" */287 list_node_t idm_tx_link; /* link in a list of TX objects */289 list_node_t idb_buflink; /* link in a multi-buffer data xfer */290 idm_conn_t *idb_ic; /* Associated connection */291 void *idb_buf; /* data */292 uint64_t idb_buflen; /* length of buffer */293 size_t idb_bufoffset; /* offset in a multi-buffer xfer */294 boolean_t idb_bufalloc; /* true if alloc'd in idm_buf_alloc */300 uint32_t idb_exp_offset;[all …]