Searched refs:ldc_write (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | ldc.h | 181 int ldc_write(ldc_handle_t handle, caddr_t buf, size_t *size);
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vsw_rxdring.c | 1262 rv = ldc_write(ldcp->ldc_handle, (caddr_t)msgp, &msglen); 1266 DERR(vswp, "vsw_send_msg_shm:ldc_write failed: "
|
H A D | vldc.c | 1635 rv = ldc_write(vport->ldc_handle, (caddr_t)vport->send_buf,
|
H A D | vnet_rxdring.c | 1474 rv = ldc_write(ldcp->ldc_handle, (caddr_t)msg, &len); 1480 DWARN(vgenp, ldcp, "ldc_write failed: rv(%d) msglen(%d)\n", 1486 DWARN(vgenp, ldcp, "ldc_write failed: rv(%d) msglen (%d)\n",
|
H A D | vsw_txdring.c | 666 rv = ldc_write(ldcp->ldc_handle, (caddr_t)msgp, &msglen); 674 DERR(vswp, "vsw_send_msg:ldc_write failed: chan(%lld) rv(%d) "
|
H A D | vnet_txdring.c | 1660 * Wrapper routine to send the given message over ldc using ldc_write(). 1697 rv = ldc_write(ldcp->ldc_handle, (caddr_t)msg, &len); 1711 DWARN(vgenp, ldcp, "ldc_write failed: rv(%d)\n", 1717 DWARN(vgenp, ldcp, "ldc_write failed: rv(%d) msglen (%d)\n",
|
H A D | vcc.c | 1755 rv = ldc_write(vport->ldc_handle, (caddr_t)buf, &size);
|
H A D | ds_common.c | 706 rv = ldc_write(port->ldc.hdl, currp, &msglen); 721 "ldc_write failed (%d), %d bytes "
|
H A D | ldc.c | 4284 ldc_write(ldc_handle_t handle, caddr_t buf, size_t *sizep) function 4290 DWARN(DBG_ALL_LDCS, "ldc_write: invalid channel handle\n"); 4299 DWARN(ldcp->id, "ldc_write: (0x%llx) invalid data write\n", 4306 DWARN(ldcp->id, "ldc_write: (0x%llx) write size of zero\n", 4315 "ldc_write: (0x%llx) channel is not in UP state\n", 4351 "ldc_write: (0x%llx) invalid size (0x%llx) for RAW mode\n", 4362 "ldc_write: (0x%lx) cannot read queue ptrs\n", ldcp->id); 4370 "ldc_write: (0x%llx) channel down/reset\n", ldcp->id); 4397 "ldc_write: (0x%llx) TX queue is full\n", ldcp->id); 4402 D2(ldcp->id, "ldc_write [all...] |
H A D | vds.c | 2229 status = ldc_write(ldc_handle, msg, &nbytes); 2237 PR0("ldc_write() returned errno %d", status); 2240 PR0("ldc_write() performed only partial write");
|
H A D | vdc.c | 2148 * we retry the ldc_write(), otherwise we return the error returned by LDC. 2161 * xxx - other error codes returned by ldc_write 2186 status = ldc_write(vdc->curr_server->ldc_handle, pkt, &size);
|
Completed in 164 milliseconds