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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h94 struct ch_esb *cs_owner; /* list of buffers owned by ch_t */
168 ch_esb_t *ch_small_owner; /* list small bufs owned by ch_t */
175 ch_esb_t *ch_big_owner; /* list big bufs owned by ch_t */
242 } ch_t; typedef in typeref:struct:ch
277 void *ch_alloc_dma_mem(ch_t *, int, int, int, uint64_t *, ulong_t *, ulong_t *);
279 void ch_unbind_dma_handle(ch_t *, free_dh_t *);
281 void ch_send_up(ch_t *, mblk_t *, uint32_t, int);
283 void ch_gld_ok(ch_t *);
285 uint32_t t1_read_reg_4(ch_t *obj, uint32_t reg_val);
286 void t1_write_reg_4(ch_t *ob
[all...]

Completed in 83 milliseconds