| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| quic_cc.h | 23 size_t tx_size; member in struct:ossl_cc_ack_info_st 31 size_t tx_size; member in struct:ossl_cc_loss_info_st
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| cc_newreno.c | 348 nr->bytes_in_flight -= info->tx_size; 381 nr->cong_wnd += info->tx_size; 385 nr->bytes_acked += info->tx_size; 408 if (info->tx_size > nr->bytes_in_flight) 411 nr->bytes_in_flight -= info->tx_size;
|
| quic_ackm.c | 980 loss_info.tx_size = p->num_bytes; 1028 ainfo.tx_size = apkt->num_bytes;
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| quic_cc_test.c | 235 loss_info.tx_size = pkt->size; 250 ack_info.tx_size = pkt->size; 542 ack_info.tx_size = 1200; 581 loss_info.tx_size = 1200; 587 loss_info.tx_size = 1300;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_atombios_dp.c | 138 size_t tx_size; local 153 /* tx_size needs to be 4 even for bare address packets since the atom 156 tx_size = HEADER_SIZE + msg->size; 160 tx_buf[3] |= tx_size << 4; 163 tx_buf, tx_size, NULL, 0, delay, &ack); 170 /* tx_size needs to be 4 even for bare address packets since the atom 173 tx_size = HEADER_SIZE; 177 tx_buf[3] |= tx_size << 4; 179 tx_buf, tx_size, msg->buffer, msg->size, delay, &ack);
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_atombios_dp.c | 172 size_t tx_size; local 195 /* tx_size needs to be 4 even for bare address packets since the atom 198 tx_size = HEADER_SIZE + msg->size; 202 tx_buf[3] |= tx_size << 4; 206 tx_buf, tx_size, NULL, 0, delay, &ack); 213 /* tx_size needs to be 4 even for bare address packets since the atom 216 tx_size = HEADER_SIZE; 220 tx_buf[3] |= tx_size << 4; 222 tx_buf, tx_size, msg->buffer, msg->size, delay, &ack);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_gmbus.c | 601 unsigned int tx_size = msg->len; local 606 len = min(tx_size, gmbus_max_xfer_size(dev_priv)); 614 tx_size -= len; 615 } while (tx_size != 0);
|
| /src/sys/dev/isa/ |
| if_iy.c | 112 int sram, tx_size, rx_size; member in struct:iy_softc 691 avail += sc->tx_size; 735 end -= sc->tx_size; 1319 avail += sc->tx_size; 1536 sc->tx_size = testing - sc->rx_size;
|
| /src/external/bsd/nsd/dist/ |
| xdp-server.c | 364 xsk_cfg.tx_size = XSK_RING_PROD__NUM_DESCS;
|