Searched refs:cmdQ_ce_t (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/chxge/ |
H A D | pe.c | 260 cmdQ_ce_t cm[16]; in pe_start() 261 cmdQ_ce_t *cmp; in pe_start() 262 cmdQ_ce_t *hmp = &cm[0]; /* head of cm table (may be kmem_alloed) */ in pe_start() 267 uint32_t ch_bind_dma_handle(ch_t *, int, caddr_t, cmdQ_ce_t *, in pe_start() 270 uint32_t ch_bind_dvma_handle(ch_t *, int, caddr_t, cmdQ_ce_t *, in pe_start() 389 cmdQ_ce_t *buf; in pe_start() 392 buf = kmem_alloc(sizeof (cmdQ_ce_t) * 2 * mseg, in pe_start() 400 mseg * sizeof (cmdQ_ce_t)); in pe_start() 566 kmem_free(hmp, mseg * sizeof (cmdQ_ce_t)); in pe_start() 599 kmem_free(hmp, mseg * sizeof (cmdQ_ce_t)); in pe_start()
|
H A D | sge.h | 240 } cmdQ_ce_t; typedef 255 cmdQ_ce_t *cq_centries; 446 extern int sge_data_out(pesge*, int, mblk_t *, cmdQ_ce_t *, int, uint32_t);
|
H A D | sge.c | 304 cmdQ_ce_t *cmp, int count, uint32_t flg) in sge_data_out() 315 cmdQ_ce_t *ce; in sge_data_out() 316 cmdQ_ce_t *cq = Q->cq_centries; in sge_data_out()
|
H A D | ch.c | 1108 ch_bind_dma_handle(ch_t *chp, int size, caddr_t vaddr, cmdQ_ce_t *cmp, in ch_bind_dma_handle() 1296 ch_bind_dvma_handle(ch_t *chp, int size, caddr_t vaddr, cmdQ_ce_t *cmp, in ch_bind_dvma_handle()
|