Searched refs:recv_count (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_ep_get_status.c | 99 *in_dto_idle = (ep_ptr->recv_count) ? DAT_FALSE : DAT_TRUE;
|
H A D | dapl_ep_post_recv.c | 131 dapl_os_atomic_inc(&ep_ptr->recv_count);
|
H A D | dapl_srq.c | 300 dapl_os_atomic_inc(&srq_ptr->recv_count); 364 srq_param->outstanding_dto_count = srq_ptr->recv_count; 447 if (srq_max_recv_dtos < srq_ptr->recv_count) {
|
H A D | dapl_ep_util.c | 143 ep_ptr->recv_count = 0;
|
H A D | dapl_evd_util.c | 1005 dapl_os_atomic_dec(&srq_ptr->recv_count); 1008 dapl_os_atomic_dec(&ep_ptr->recv_count);
|
/illumos-gate/usr/src/uts/common/io/simnet/ |
H A D | simnet_impl.h | 61 uint64_t recv_count; member in struct:simnet_stats
|
H A D | simnet.c | 715 sdev->sd_stats.recv_count++; 933 *val = sdev->sd_stats.recv_count;
|
/illumos-gate/usr/src/uts/common/io/nge/ |
H A D | nge_rx.c | 231 sw_stp->recv_count++; 368 ngep->recv_count++; 388 if (ngep->recv_count >= ngep->param_recv_max_packet) 393 if (sync_start + ngep->recv_count <= ngep->rx_desc) { 396 ngep->recv_count * ngep->desc_attr.rxd_size, 405 (ngep->recv_count + sync_start - ngep->rx_desc) *
|
H A D | nge.h | 624 uint64_t recv_count; member in struct:__anon6237 757 uint32_t recv_count; member in struct:nge
|
H A D | nge_chip.c | 1762 if (ngep->recv_count < ngep->param_rx_intr_hwater) { 1772 if (ngep->recv_count > ngep->param_rx_intr_lwater) { 1783 ngep->recv_count = 0;
|
H A D | nge_kstats.c | 358 *val = sw_stp->recv_count;
|
H A D | nge_main.c | 1109 sw_stp->recv_count = 0;
|
/illumos-gate/usr/src/uts/sun4v/io/glvc/ |
H A D | glvc.c | 629 uint64_t hverr, recv_count = 0; local 674 softsp->mtu, &recv_count); 676 DPRINTF(("Instance %d glvc_read returns error = %ld, recv_count = %lu", 677 instance, hverr, recv_count)); 680 if (uiop->uio_resid < recv_count) { 684 recv_count)); 689 error = uiomove(softsp->mb_recv_buf, recv_count, 836 uint64_t recv_count = 0; local 876 softsp->mtu, &recv_count); 877 DPRINTF(("glvc_peek recv data, error = %ld, recv_count [all...] |
/illumos-gate/usr/src/cmd/dtrace/demo/ip/ |
H A D | tcprst.d | 48 send_count[self->conn_id], recv_count[self->conn_id])) 152 recv_count[self->conn_id]++;
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl.h | 503 DAPL_ATOMIC recv_count; member in struct:dapl_ep 599 DAPL_ATOMIC recv_count; member in struct:dapl_srq
|
Completed in 104 milliseconds