Searched refs:next_handle (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/sun4/io/efcode/ |
H A D | fc_subr.c | 441 while (rp->next_handle) in fc_handle_to_phandle_head() 442 rp = rp->next_handle; in fc_handle_to_phandle_head() 573 while (rp->next_handle) in fc_handle_to_dtree_head() 574 rp = rp->next_handle; in fc_handle_to_dtree_head()
|
H A D | fcpci.c | 191 rp->next_handle = fc_ops_alloc_handle(ap, child, fcode, fcode_size, in pci_fc_ops_alloc_handle() 226 if (rp->next_handle) in pci_fc_ops_free_handle() 227 fc_ops_free_handle(rp->next_handle); in pci_fc_ops_free_handle() 273 if (fc_ops(ap, rp->next_handle, cp) == 0) { in pci_fc_ops()
|
H A D | fc_ops.c | 108 rp->next_handle = NULL; /* nobody is downstream */ in fc_ops_alloc_handle()
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | fcgp2.c | 147 rp->next_handle = fc_ops_alloc_handle(ap, child, fcode, fcode_size, in gp2_fc_ops_alloc_handle() 179 if (rp->next_handle) in gp2_fc_ops_free_handle() 180 fc_ops_free_handle(rp->next_handle); in gp2_fc_ops_free_handle() 234 if (fc_ops(ap, rp->next_handle, cp) == 0) { in gp2_fc_ops()
|
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt_dma.c | 238 qlt_dma_handle_t *handle, *next_handle; in qlt_dma_handle_pool_fini() local 253 next_handle = handle->next; in qlt_dma_handle_pool_fini() 255 handle = next_handle; in qlt_dma_handle_pool_fini()
|
/titanic_41/usr/src/uts/sun4/sys/ |
H A D | fcode.h | 450 void *next_handle; /* next handle in chain */ member
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 1155 rp->next_handle = fc_ops_alloc_handle(parent, child, fcode, fcode_size, in opl_fc_ops_alloc_handle() 1186 if (rp->next_handle) in opl_fc_ops_free_handle() 1187 fc_ops_free_handle(rp->next_handle); in opl_fc_ops_free_handle() 1253 if (fc_ops(ap, rp->next_handle, cp) == 0) in opl_fc_do_op()
|