Searched refs:ldc_fini (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | ldc.h | 170 int ldc_fini(ldc_handle_t handle);
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vcc.c | 436 (void) ldc_fini(vport->ldc_handle); 446 (void) ldc_fini(vport->ldc_handle); 457 (void) ldc_fini(vport->ldc_handle); 539 (void) ldc_fini(vport->ldc_handle);
|
H A D | vldc.c | 785 err = ldc_fini(vport->ldc_handle); 1187 (void) ldc_fini(vport->ldc_handle);
|
H A D | ldc.c | 507 (void) ldc_fini((ldc_handle_t)ldcp); 2843 * a ldc_fini operation. It frees TX/RX queues, associated 2847 ldc_fini(ldc_handle_t handle) function 2854 DWARN(DBG_ALL_LDCS, "ldc_fini: invalid channel handle\n"); 2863 DWARN(ldcp->id, "ldc_fini: (0x%llx) channel is open\n", 2885 DWARN(DBG_ALL_LDCS, "ldc_fini: invalid channel hdl\n"); 2941 D1(id, "ldc_fini: (0x%llx) channel finalized\n", id);
|
H A D | vsw_ldc.c | 643 (void) ldc_fini(ldcp->ldc_handle); 773 (void) ldc_fini(ldcp->ldc_handle);
|
H A D | vnet_gen.c | 2549 (void) ldc_fini(ldcp->ldc_handle); 2585 (void) ldc_fini(ldcp->ldc_handle);
|
H A D | ds_common.c | 427 if ((rv = ldc_fini(port->ldc.hdl)) != 0) { 428 cmn_err(CE_WARN, "ds@%lx: %s: ldc_fini error: %s" DS_EOL,
|
H A D | vds.c | 6937 (void) ldc_fini(vd->ldc_handle);
|
H A D | vdc.c | 2577 DMSG(vdc, 0, "[%d] ldc_fini()\n", instance); 2578 (void) ldc_fini(srvr->ldc_handle);
|
Completed in 111 milliseconds