Searched refs:bytes_sent (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libnsl/nsl/ |
H A D | t_sndv.c | 53 unsigned int bytes_sent, bytes_remaining, bytes_to_send, nbytes; in _tx_sndv() local 219 bytes_sent = bytes_to_send; in _tx_sndv() 220 curptr = curptr + bytes_sent; in _tx_sndv() 246 _t_adjust_iov(bytes_sent, iov, &iovcount); in _tx_sndv() 251 bytes_sent = retval; in _tx_sndv() 281 bytes_remaining = bytes_remaining - bytes_sent; in _tx_sndv()
|
H A D | t_snd.c | 57 unsigned int bytes_sent, bytes_remaining, bytes_to_send; in _tx_snd() local 195 bytes_sent = bytes_to_send; in _tx_snd() 206 bytes_sent = retval; in _tx_snd() 234 bytes_remaining = bytes_remaining - bytes_sent; in _tx_snd() 235 curptr = curptr + bytes_sent; in _tx_snd()
|
H A D | _utility.c | 1579 _t_adjust_iov(int bytes_sent, struct iovec *iov, int *iovcountp) in _t_adjust_iov() argument 1584 for (i = 0; i < *iovcountp && bytes_sent; i++) { in _t_adjust_iov() 1587 if (bytes_sent < iov[i].iov_len) in _t_adjust_iov() 1590 bytes_sent -= iov[i].iov_len; in _t_adjust_iov() 1594 iov[i].iov_len -= bytes_sent; in _t_adjust_iov() 1595 iov[i].iov_base += bytes_sent; in _t_adjust_iov()
|
/titanic_50/usr/src/cmd/vscan/vscand/ |
H A D | vs_icap.c | 439 int bytes_sent, send_len; in vs_icap_respmod_request() local 453 bytes_sent = rv; in vs_icap_respmod_request() 456 if ((ctx->vsc_fsize - (uint64_t)bytes_sent) > VS_BUF_SZ) { in vs_icap_respmod_request() 457 send_len = VS_BUF_SZ - bytes_sent; in vs_icap_respmod_request() 460 bytes_sent += rv; in vs_icap_respmod_request() 463 resid -= (uint64_t)bytes_sent; in vs_icap_respmod_request() 574 int bytes_sent; in vs_icap_send_preview() local 580 if ((bytes_sent = vs_icap_send_chunk(ctx, preview_len)) < 0) in vs_icap_send_preview() 583 if (bytes_sent < preview_len) in vs_icap_send_preview() 589 return (bytes_sent); in vs_icap_send_preview() [all …]
|
/titanic_50/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-fifo-fp.c | 359 txdl_priv->bytes_sent = 0; in xge_hal_fifo_dtr_reserve_many() 441 txdl_priv->bytes_sent = 0; in xge_hal_fifo_dtr_reserve() 772 ((xge_hal_channel_t *)channelh)->poll_bytes += txdl_priv->bytes_sent; in xge_hal_fifo_dtr_free() 872 txdl_priv->bytes_sent += misaligned_size; in xge_hal_fifo_dtr_buffer_set_aligned() 896 txdl_priv->bytes_sent += remaining_size; in xge_hal_fifo_dtr_buffer_set_aligned() 987 txdl_priv->bytes_sent += (unsigned int)txdl_priv->align_dma_offset; in xge_hal_fifo_dtr_buffer_finalize() 1060 txdl_priv->bytes_sent += size; in xge_hal_fifo_dtr_buffer_set()
|
/titanic_50/usr/src/cmd/isns/isnsd/ |
H A D | pdu.c | 211 ssize_t bytes_sent; in isns_send_pdu() local 262 bytes_sent = sendmsg(fd, &msg, 0); in isns_send_pdu() 276 } while (bytes_sent == send_len && pl > 0); in isns_send_pdu() 278 if (bytes_sent == send_len) { in isns_send_pdu()
|
/titanic_50/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-fifo.h | 231 unsigned int bytes_sent; member
|