Searched refs:cs_buf (Results 1 – 10 of 10) sorted by relevance
| /titanic_41/usr/src/uts/common/sys/lvm/ |
| H A D | md_sp.h | 136 buf_t cs_buf; /* child buffer */ member
|
| H A D | md_stripe.h | 138 buf_t cs_buf; member
|
| H A D | md_mirror.h | 310 buf_t cs_buf; member
|
| /titanic_41/usr/src/uts/common/io/chxge/ |
| H A D | pe.c | 1247 rbp->cs_buf = (caddr_t)ch_alloc_dma_mem(sa, 1, DMA_STREAM|DMA_SMALN, in ch_alloc_small_esbbuf() 1250 rbp->cs_buf = (caddr_t)ch_alloc_dma_mem(sa, 0, DMA_STREAM|DMA_SMALN, in ch_alloc_small_esbbuf() 1254 if (rbp->cs_buf == NULL) { in ch_alloc_small_esbbuf() 1284 rbp->cs_buf = (caddr_t)ch_alloc_dma_mem(sa, 1, DMA_STREAM|DMA_BGALN, in ch_alloc_big_esbbuf() 1287 rbp->cs_buf = (caddr_t)ch_alloc_dma_mem(sa, 0, DMA_STREAM|DMA_BGALN, in ch_alloc_big_esbbuf() 1291 if (rbp->cs_buf == NULL) { in ch_alloc_big_esbbuf()
|
| H A D | ch.h | 98 caddr_t cs_buf; /* vaddr of buffer */ member
|
| H A D | sge.c | 768 *mb = desballoc((unsigned char *)rbp->cs_buf + rxoff, in os_freelist_buffer_alloc() 787 *mb = desballoc((unsigned char *)rbp->cs_buf + rxoff, in os_freelist_buffer_alloc()
|
| /titanic_41/usr/src/uts/common/io/lvm/softpart/ |
| H A D | sp.c | 168 bioinit(&((md_spcs_t *)p)->cs_buf); in sp_child_constructor() 177 md_bioreset(&cs->cs_buf); in sp_child_init() 184 biofini(&((md_spcs_t *)p)->cs_buf); in sp_child_destructor() 1040 child_buf = &cs->cs_buf; in md_sp_strategy() 1178 child_buf = &cs->cs_buf; in sp_directed_read()
|
| /titanic_41/usr/src/uts/common/io/lvm/mirror/ |
| H A D | mirror.c | 189 bioinit(&((md_mcs_t *)p)->cs_buf); in mirror_child_constructor() 198 md_bioreset(&cs->cs_buf); in mirror_child_init() 205 biofini(&((md_mcs_t *)p)->cs_buf); in mirror_child_destructor() 1602 cs->cs_buf.b_flags |= B_FAILFAST; in select_read_unit() 1658 bp = &cs->cs_buf; in fast_select_read_unit() 2916 cb = &cs->cs_buf; in last_err_retry() 3372 bp = &cs->cs_buf; in mirror_map_read() 3424 cb = &cs->cs_buf; in continue_serial() 3446 cb = &cs->cs_buf; in mirror_map_write() 4143 cb = &cs->cs_buf; in mirror_write_strategy() [all …]
|
| H A D | mirror_resync.c | 973 bp = &sp->cs_buf; in resync_read_buffer()
|
| /titanic_41/usr/src/uts/common/io/lvm/stripe/ |
| H A D | stripe.c | 103 bioinit(&((md_scs_t *)p)->cs_buf); in stripe_child_constructor() 113 md_bioreset(&cs->cs_buf); in stripe_child_init() 120 biofini(&((md_scs_t *)p)->cs_buf); in stripe_child_destructor() 781 cb = &cs->cs_buf; in md_stripe_strategy()
|