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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c44 MBUF_INFO *buf_info; local
51 buf_info = &bufinfo;
57 bzero(buf_info, sizeof (MBUF_INFO));
58 buf_info->size = (hba->max_iotag * sizeof (emlxs_buf_t *));
60 (void) emlxs_mem_alloc(hba, buf_info);
61 if (buf_info->virt == NULL) {
68 hba->fc_table = buf_info->virt;
69 bzero(hba->fc_table, buf_info->size);
214 bzero(buf_info, sizeof (MBUF_INFO));
215 buf_info
261 MBUF_INFO *buf_info; local
379 MBUF_INFO *buf_info; local
545 MBUF_INFO *buf_info; local
1019 MBUF_INFO *buf_info; local
1078 MBUF_INFO *buf_info; local
1522 MBUF_INFO *buf_info; local
[all...]
H A Demlxs_sli3.c1790 MBUF_INFO *buf_info; local
1793 buf_info = &bufinfo;
1795 bzero(buf_info, sizeof (MBUF_INFO));
1796 buf_info->size = SLI_SLIM2_SIZE;
1797 buf_info->flags =
1799 buf_info->align = ddi_ptob(dip, 1L);
1801 (void) emlxs_mem_alloc(hba, buf_info);
1803 if (buf_info->virt == NULL) {
1807 hba->sli.sli3.slim2.virt = buf_info->virt;
1808 hba->sli.sli3.slim2.phys = buf_info
1856 MBUF_INFO *buf_info = &bufinfo; local
6511 MBUF_INFO *buf_info; local
[all...]
H A Demlxs_sli4.c1616 MBUF_INFO *buf_info; local
1619 buf_info = &bufinfo;
1621 bzero(buf_info, sizeof (MBUF_INFO));
1622 buf_info->size = EMLXS_BOOTSTRAP_MB_SIZE + MBOX_EXTENSION_SIZE;
1623 buf_info->flags =
1625 buf_info->align = ddi_ptob(dip, 1L);
1627 (void) emlxs_mem_alloc(hba, buf_info);
1629 if (buf_info->virt == NULL) {
1633 hba->sli.sli4.bootstrapmb.virt = buf_info->virt;
1634 hba->sli.sli4.bootstrapmb.phys = buf_info
1661 MBUF_INFO *buf_info = &bufinfo; local
7204 MBUF_INFO *buf_info; local
7283 MBUF_INFO *buf_info; local
[all...]
H A Demlxs_solaris.c8160 * The buf_info->flags field describes the memory operation requested.
8163 * Virtual address is supplied in buf_info->virt
8164 * DMA mapping flag is in buf_info->align
8166 * The mapped physical address is returned buf_info->phys
8170 * The byte alignment of the memory request is supplied in buf_info->align
8171 * The byte size of the memory request is supplied in buf_info->size
8172 * The virtual address is returned buf_info->virt
8173 * The mapped physical address is returned buf_info->phys (for FC_MBUF_DMA)
8176 emlxs_mem_alloc(emlxs_hba_t *hba, MBUF_INFO *buf_info) argument
8190 if (buf_info
8419 emlxs_mem_free(emlxs_hba_t *hba, MBUF_INFO *buf_info) argument
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dmultidata.c188 struct mmd_buf_info *buf_info; local
202 buf_info = (struct mmd_buf_info *)buf;
203 buf_info->frp.free_arg = (caddr_t)buf;
205 mmd = (multidata_t *)(buf_info + 1);
209 &(buf_info->frp))) == NULL) {
269 struct mmd_buf_info *buf_info; local
274 buf_info = (struct mmd_buf_info *)buf;
275 buf_info->frp.free_func = mmd_esballoc_free;
276 buf_info->buf_len = MMD_CACHE_SIZE;
278 mmd = (multidata_t *)(buf_info
[all...]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c226 struct buf_info { struct

Completed in 87 milliseconds