| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_cc.c | 66 cc->ccb.log = log; in ngtcp2_reno_cc_init() 83 cc->ccb = &reno_cc->ccb; in ngtcp2_cc_reno_cc_init() 94 ngtcp2_reno_cc *reno_cc = ngtcp2_struct_of(cc->ccb, ngtcp2_reno_cc, ccb); in ngtcp2_cc_reno_cc_free() 109 ngtcp2_reno_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_reno_cc, ccb); in ngtcp2_cc_reno_cc_on_pkt_acked() 123 ngtcp2_log_info(cc->ccb.log, NGTCP2_LOG_EVENT_RCV, in ngtcp2_cc_reno_cc_on_pkt_acked() 138 ngtcp2_reno_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_reno_cc, ccb); in ngtcp2_cc_reno_cc_congestion_event() [all...] |
| H A D | ngtcp2_bbr.c | 104 cc->ccb.log = log; in ngtcp2_bbr_cc_init() 128 cc->ccb = &bbr_cc->ccb; in ngtcp2_cc_bbr_cc_init() 143 ngtcp2_bbr_cc *bbr_cc = ngtcp2_struct_of(cc->ccb, ngtcp2_bbr_cc, ccb); in ngtcp2_cc_bbr_cc_free() 166 ngtcp2_bbr_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_bbr_cc, ccb); in ngtcp2_cc_bbr_cc_congestion_event() 179 ngtcp2_bbr_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_bbr_cc, ccb); in ngtcp2_cc_bbr_cc_on_spurious_congestion() 195 ngtcp2_bbr_cc *cc = ngtcp2_struct_of(ccx->ccb, ngtcp2_bbr_c in ngtcp2_cc_bbr_cc_on_persistent_congestion() [all...] |
| H A D | ngtcp2_bbr2.c | 384 ngtcp2_log_info(bbr->ccb.log, NGTCP2_LOG_EVENT_RCV, in bbr_check_startup_full_bandwidth() 430 ngtcp2_log_info(bbr->ccb.log, NGTCP2_LOG_EVENT_RCV, "bbr2 enter Startup"); in bbr_enter_startup() 641 ngtcp2_log_info(bbr->ccb.log, NGTCP2_LOG_EVENT_RCV, "bbr2 enter Drain"); in bbr_enter_drain() 661 ngtcp2_log_info(bbr->ccb.log, NGTCP2_LOG_EVENT_RCV, in bbr_start_probe_bw_down() 681 ngtcp2_log_info(bbr->ccb.log, NGTCP2_LOG_EVENT_RCV, in bbr_start_probe_bw_cruise() 690 ngtcp2_log_info(bbr->ccb.log, NGTCP2_LOG_EVENT_RCV, in bbr_start_probe_bw_refill() 708 ngtcp2_log_info(bbr->ccb.log, NGTCP2_LOG_EVENT_RCV, "bbr2 start ProbeBW_UP"); in bbr_start_probe_bw_up() 1022 ngtcp2_log_info(bbr->ccb.log, NGTCP2_LOG_EVENT_RCV, in bbr_update_min_rtt() 1050 ngtcp2_log_info(bbr->ccb.log, NGTCP2_LOG_EVENT_RCV, "bbr2 enter ProbeRTT"); in bbr_enter_probe_rtt() 1119 ngtcp2_log_info(bbr->ccb in bbr_handle_restart_from_idle() [all...] |
| H A D | ngtcp2_cc.h | 250 * :member:`ccb` is a pointer to :type:`ngtcp2_cc_base` which 253 ngtcp2_cc_base *ccb; member 318 ngtcp2_cc_base ccb; member 352 ngtcp2_cc_base ccb; member
|
| H A D | ngtcp2_bbr2.h | 61 ngtcp2_cc_base ccb; member
|
| H A D | ngtcp2_bbr.h | 51 ngtcp2_cc_base ccb; member
|
| /third_party/backends/sanei/ |
| H A D | sanei_scsi.c | 3256 union ccb *ccb; in sanei_scsi_cmd2() local 3270 ccb = cam_getccb (dev); in sanei_scsi_cmd2() 3273 memset (&(&ccb->ccb_h)[1], 0, sizeof (struct ccb_scsiio)); in sanei_scsi_cmd2() 3274 memcpy (&ccb->csio.cdb_io.cdb_bytes, cmd, cmd_size); in sanei_scsi_cmd2() 3300 cam_fill_csio (&ccb->csio, in sanei_scsi_cmd2() 3313 if ((rv = cam_send_ccb (dev, ccb)) == -1) in sanei_scsi_cmd2() 3315 cam_freeccb (ccb); in sanei_scsi_cmd2() 3319 if ((ccb->ccb_h.status & CAM_STATUS_MASK) != CAM_REQ_CMP) in sanei_scsi_cmd2() 3324 (ccb in sanei_scsi_cmd2() 3696 CCB_SCSIIO ccb; sanei_scsi_cmd2() local [all...] |
| /third_party/FreeBSD/sys/dev/usb/storage/ |
| H A D | umass.c | 251 union ccb { union 318 typedef void (umass_callback_t)(struct umass_softc *sc, union ccb *ccb, 396 union ccb *data_ccb; 403 union ccb *ccb; member 514 uint32_t, uint32_t, umass_callback_t *, union ccb *); 519 static void umass_cam_cb(struct umass_softc *, union ccb *, uint32_t, uint8_t); 1082 sc->data_ccb = (union ccb *)malloc(sizeof(union ccb)); in umass_attach() [all...] |
| /third_party/libwebsockets/lib/core-net/ |
| H A D | close.c | 353 int n, ccb; in __lws_close_free_wsi() local 735 ccb = 0; in __lws_close_free_wsi() 743 ccb = 1; in __lws_close_free_wsi() 760 ccb = 1; in __lws_close_free_wsi() 762 lwsl_wsi_info(wsi, "cce=%d", ccb); in __lws_close_free_wsi() 771 ccb = 0; in __lws_close_free_wsi() 774 if (!wsi->close_is_redirect && !ccb && in __lws_close_free_wsi() 780 if (ccb in __lws_close_free_wsi()
|
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_draw.c | 291 struct lima_context_constant_buffer *ccb = in lima_pack_vs_cmd() local 302 int uniform_size = MIN2(vs->state.uniform_size, ccb->size); in lima_pack_vs_cmd() 854 struct lima_context_constant_buffer *ccb = in lima_update_gp_uniform() local 857 int uniform_size = MIN2(vs->state.uniform_size, ccb->size); in lima_update_gp_uniform() 863 if (ccb->buffer) in lima_update_gp_uniform() 864 memcpy(vs_const_buff, ccb->buffer, uniform_size); in lima_update_gp_uniform()
|