Searched refs:ldc_write (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc.h181 int ldc_write(ldc_handle_t handle, caddr_t buf, size_t *size);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_rxdring.c1262 rv = ldc_write(ldcp->ldc_handle, (caddr_t)msgp, &msglen);
1266 DERR(vswp, "vsw_send_msg_shm:ldc_write failed: "
H A Dvldc.c1635 rv = ldc_write(vport->ldc_handle, (caddr_t)vport->send_buf,
H A Dvnet_rxdring.c1474 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 Dvsw_txdring.c666 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 Dvnet_txdring.c1660 * 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 Dvcc.c1755 rv = ldc_write(vport->ldc_handle, (caddr_t)buf, &size);
H A Dds_common.c706 rv = ldc_write(port->ldc.hdl, currp, &msglen);
721 "ldc_write failed (%d), %d bytes "
H A Dldc.c4284 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 Dvds.c2229 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 Dvdc.c2148 * 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