Searched refs:cts (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-current/sys/cam/ata/
H A Data_xpt.c177 static void ata_get_transfer_settings(struct ccb_trans_settings *cts);
178 static void ata_set_transfer_settings(struct ccb_trans_settings *cts,
324 struct ccb_trans_settings cts; local
394 bzero(&cts, sizeof(cts));
395 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE);
396 cts.ccb_h.func_code = XPT_GET_TRAN_SETTINGS;
397 cts.type = CTS_TYPE_USER_SETTINGS;
398 xpt_action((union ccb *)&cts);
400 if (cts
711 struct ccb_trans_settings cts; local
729 struct ccb_trans_settings cts; local
1474 struct ccb_trans_settings cts; local
1658 struct ccb_trans_settings cts; local
1850 ata_get_transfer_settings(struct ccb_trans_settings *cts) argument
1894 ata_set_transfer_settings(struct ccb_trans_settings *cts, struct cam_path *path, int async_update) argument
2087 _ata_announce_periph(struct cam_periph *periph, struct ccb_trans_settings *cts, u_int *speed) argument
2123 struct ccb_trans_settings cts; local
[all...]
H A Data_pmp.c420 struct ccb_trans_settings cts; local
444 bzero(&cts, sizeof(cts));
445 xpt_setup_ccb(&cts.ccb_h, dpath, CAM_PRIORITY_NONE);
446 cts.ccb_h.func_code = XPT_GET_TRAN_SETTINGS;
447 cts.type = CTS_TYPE_USER_SETTINGS;
448 xpt_action((union ccb *)&cts);
449 if (cts.xport_specific.sata.valid & CTS_SATA_VALID_REVISION)
450 revision = cts.xport_specific.sata.revision;
494 bzero(&cts, sizeo
582 struct ccb_trans_settings cts; local
[all...]
/freebsd-current/sys/cam/mmc/
H A Dmmc_sim.c54 struct ccb_trans_settings *cts; local
62 cts = &mmc_sim->ccb->cts;
65 rv = MMC_SIM_GET_TRAN_SETTINGS(mmc_sim->dev, &cts->proto_specific.mmc);
72 rv = MMC_SIM_SET_TRAN_SETTINGS(mmc_sim->dev, &cts->proto_specific.mmc);
117 struct ccb_trans_settings *cts = &ccb->cts; local
119 rv = MMC_SIM_GET_TRAN_SETTINGS(mmc_sim->dev, &cts->proto_specific.mmc);
123 cts->protocol = PROTO_MMCSD;
124 cts
143 struct ccb_trans_settings *cts = &ccb->cts; local
[all...]
H A Dmmc_xpt.c380 struct ccb_trans_settings cts; local
387 memset(&cts, 0, sizeof(cts));
388 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NORMAL);
389 cts.ccb_h.func_code = XPT_GET_TRAN_SETTINGS;
390 cts.type = CTS_TYPE_CURRENT_SETTINGS;
391 xpt_action((union ccb*)&cts);
392 if ((cts.ccb_h.status & CAM_STATUS_MASK) != CAM_REQ_CMP)
396 ("XPT info: CLK %04d, ...\n", cts.proto_specific.mmc.ios.clock));
587 struct ccb_trans_settings_mmc *cts; local
835 struct ccb_trans_settings_mmc *cts; local
[all...]
H A Dmmc_da.c1055 struct ccb_trans_settings_mmc *cts; local
1056 cts = &ccb->cts.proto_specific.mmc;
1062 cts->ios.timing = timing;
1063 cts->ios_valid = MMC_BT;
1129 struct ccb_trans_settings_mmc *cts; local
1130 cts = &ccb->cts.proto_specific.mmc;
1136 cts->ios.bus_width = width;
1137 cts
1183 struct ccb_trans_settings_mmc *cts; local
1202 struct ccb_trans_settings_mmc *cts; local
1224 struct ccb_trans_settings_mmc *cts; local
[all...]
/freebsd-current/sys/cam/
H A Dcam_compat.c168 struct ccb_trans_settings *cts; local
171 cts = &ccb->cts;
173 cts->type = cts17->type;
174 cts->protocol = cts17->protocol;
175 cts->protocol_version = cts17->protocol_version;
176 cts->transport = cts17->transport;
177 cts->transport_version = cts17->transport_version;
178 bcopy(&cts17->proto_specific, &cts->proto_specific,
180 bcopy(&cts17->xport_specific, &cts
241 struct ccb_trans_settings *cts; local
308 struct ccb_trans_settings *cts; local
348 struct ccb_trans_settings *cts; local
[all...]
/freebsd-current/sys/dev/ata/
H A Data-all.c1023 struct ccb_trans_settings *cts = &ccb->cts; local
1028 if (cts->type == CTS_TYPE_CURRENT_SETTINGS)
1033 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_REVISION)
1034 d->revision = cts->xport_specific.sata.revision;
1035 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_MODE) {
1036 if (cts->type == CTS_TYPE_CURRENT_SETTINGS) {
1039 cts->xport_specific.sata.mode);
1041 d->mode = cts->xport_specific.sata.mode;
1043 if (cts
1070 struct ccb_trans_settings *cts = &ccb->cts; local
[all...]
/freebsd-current/sys/cam/scsi/
H A Dscsi_xpt.c582 static void scsi_set_transfer_settings(struct ccb_trans_settings *cts,
1038 struct ccb_trans_settings cts; local
1040 memset(&cts, 0, sizeof(cts));
1041 xpt_setup_ccb(&cts.ccb_h, periph->path, CAM_PRIORITY_NONE);
1042 cts.ccb_h.func_code = XPT_GET_TRAN_SETTINGS;
1043 cts.type = CTS_TYPE_USER_SETTINGS;
1044 xpt_action((union ccb *)&cts);
1045 if (cam_ccb_status((union ccb *)&cts) != CAM_REQ_CMP) {
1048 cts
1059 struct ccb_trans_settings cts; local
2421 struct ccb_trans_settings cts; local
2656 scsi_set_transfer_settings(struct ccb_trans_settings *cts, struct cam_path *path, int async_update) argument
2939 struct ccb_trans_settings cts; local
3034 _scsi_announce_periph(struct cam_periph *periph, u_int *speed, u_int *freq, struct ccb_trans_settings *cts) argument
3089 struct ccb_trans_settings cts; local
[all...]
/freebsd-current/sys/netinet/tcp_stacks/
H A Dbbr.c445 bbr_set_probebw_gains(struct tcp_bbr *bbr, uint32_t cts, uint32_t losses);
447 bbr_substate_change(struct tcp_bbr *bbr, uint32_t cts, int line,
452 bbr_state_change(struct tcp_bbr *bbr, uint32_t cts, int32_t epoch,
455 bbr_calc_thresh_rack(struct tcp_bbr *bbr, uint32_t srtt, uint32_t cts,
461 struct bbr_sendmap *rsm, uint32_t srtt, uint32_t cts);
463 bbr_exit_persist(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts,
468 bbr_enter_probe_rtt(struct tcp_bbr *bbr, uint32_t cts, int32_t line);
473 tcp_bbr_tso_size_check(struct tcp_bbr *bbr, uint32_t cts);
475 bbr_setup_red_bw(struct tcp_bbr *bbr, uint32_t cts);
477 bbr_log_rtt_shrinks(struct tcp_bbr *bbr, uint32_t cts, uint32_
553 bbr_timer_start(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts) argument
729 bbr_start_hpts_timer(struct tcp_bbr *bbr, struct tcpcb *tp, uint32_t cts, int32_t frm, int32_t slot, uint32_t tot_len) argument
950 bbr_timer_audit(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts, struct sockbuf *sb) argument
1098 bbr_calc_time(uint32_t cts, uint32_t earlier_time) argument
1857 bbr_fill_in_logging_data(struct tcp_bbr *bbr, struct tcp_log_bbr *l, uint32_t cts) argument
1924 bbr_log_type_just_return(struct tcp_bbr *bbr, uint32_t cts, uint32_t tlen, uint8_t hpts_calling, uint8_t reason, uint32_t p_maxseg, int len) argument
1968 bbr_log_msgsize_fail(struct tcp_bbr *bbr, struct tcpcb *tp, uint32_t len, uint32_t maxseg, uint32_t mtu, int32_t csum_flags, int32_t tso, uint32_t cts) argument
2009 bbr_log_pkt_epoch(struct tcp_bbr *bbr, uint32_t cts, uint32_t line, uint32_t lost, uint32_t del) argument
2034 bbr_log_time_epoch(struct tcp_bbr *bbr, uint32_t cts, uint32_t line, uint32_t epoch_time) argument
2077 bbr_log_type_statechange(struct tcp_bbr *bbr, uint32_t cts, int32_t line) argument
2104 bbr_log_rtt_shrinks(struct tcp_bbr *bbr, uint32_t cts, uint32_t applied, uint32_t rtt, uint32_t line, uint8_t reas, uint16_t cond) argument
2197 bbr_log_type_pesist(struct tcp_bbr *bbr, uint32_t cts, uint32_t time_in, int32_t line, uint8_t enter_exit) argument
2214 bbr_log_ack_clear(struct tcp_bbr *bbr, uint32_t cts) argument
2234 bbr_log_ack_event(struct tcp_bbr *bbr, struct tcphdr *th, struct tcpopt *to, uint32_t tlen, uint16_t nsegs, uint32_t cts, int32_t nxt_pkt, struct mbuf *m) argument
2283 bbr_log_doseg_done(struct tcp_bbr *bbr, uint32_t cts, int32_t nxt_pkt, int32_t did_out) argument
2307 bbr_log_enobuf_jmp(struct tcp_bbr *bbr, uint32_t len, uint32_t cts, int32_t line, uint32_t o_len, uint32_t segcnt, uint32_t segsiz) argument
2327 bbr_log_to_processing(struct tcp_bbr *bbr, uint32_t cts, int32_t ret, int32_t timers, uint8_t hpts_calling) argument
2349 bbr_log_to_event(struct tcp_bbr *bbr, uint32_t cts, int32_t to_num) argument
2377 bbr_log_startup_event(struct tcp_bbr *bbr, uint32_t cts, uint32_t flex1, uint32_t flex2, uint32_t flex3, uint8_t reason) argument
2400 bbr_log_hpts_diag(struct tcp_bbr *bbr, uint32_t cts, struct hpts_diag *diag) argument
2436 bbr_log_timer_var(struct tcp_bbr *bbr, int mode, uint32_t cts, uint32_t time_since_sent, uint32_t srtt, uint32_t thresh, uint32_t to) argument
2459 bbr_log_pacing_delay_calc(struct tcp_bbr *bbr, uint16_t gain, uint32_t len, uint32_t cts, uint32_t usecs, uint64_t bw, uint32_t override, int mod) argument
2486 bbr_log_to_start(struct tcp_bbr *bbr, uint32_t cts, uint32_t to, int32_t slot, uint8_t which) argument
2510 bbr_log_thresh_choice(struct tcp_bbr *bbr, uint32_t cts, uint32_t thresh, uint32_t lro, uint32_t srtt, struct bbr_sendmap *rsm, uint8_t frm) argument
2533 bbr_log_to_cancel(struct tcp_bbr *bbr, int32_t line, uint32_t cts, uint8_t hpts_removed) argument
2578 bbr_log_type_tsosize(struct tcp_bbr *bbr, uint32_t cts, uint32_t tsosz, uint32_t tls, uint32_t old_val, uint32_t maxseg, int hdwr) argument
2606 bbr_log_type_rsmclear(struct tcp_bbr *bbr, uint32_t cts, struct bbr_sendmap *rsm, uint32_t flags, uint32_t line) argument
2632 bbr_log_type_bbrupd(struct tcp_bbr *bbr, uint8_t flex8, uint32_t cts, uint32_t flex3, uint32_t flex2, uint32_t flex5, uint32_t flex6, uint32_t pkts_out, int flex7, uint32_t flex4, uint32_t flex1) argument
2665 bbr_log_type_ltbw(struct tcp_bbr *bbr, uint32_t cts, int32_t reason, uint32_t newbw, uint32_t obw, uint32_t diff, uint32_t tim) argument
2715 bbr_type_log_hdwr_pacing(struct tcp_bbr *bbr, const struct ifnet *ifp, uint64_t rate, uint64_t hw_rate, int line, uint32_t cts, int error) argument
2745 bbr_log_type_bbrsnd(struct tcp_bbr *bbr, uint32_t len, uint32_t slot, uint32_t del_by, uint32_t cts, uint32_t line, uint32_t prev_delay) argument
2768 bbr_log_type_bbrrttprop(struct tcp_bbr *bbr, uint32_t t, uint32_t end, uint32_t tsconv, uint32_t cts, int32_t match, uint32_t seq, uint8_t flags) argument
2791 bbr_log_exit_gain(struct tcp_bbr *bbr, uint32_t cts, int32_t entry_method) argument
2850 bbr_set_pktepoch(struct tcp_bbr *bbr, uint32_t cts, int32_t line) argument
2888 bbr_set_epoch(struct tcp_bbr *bbr, uint32_t cts, int32_t line) argument
2900 bbr_isit_a_pkt_epoch(struct tcp_bbr *bbr, uint32_t cts, struct bbr_sendmap *rsm, int32_t line, int32_t cum_acked) argument
3013 bbr_reset_lt_bw_interval(struct tcp_bbr *bbr, uint32_t cts) argument
3022 bbr_reset_lt_bw_sampling(struct tcp_bbr *bbr, uint32_t cts) argument
3031 bbr_lt_bw_samp_done(struct tcp_bbr *bbr, uint64_t bw, uint32_t cts, uint32_t timin) argument
3085 bbr_pick_probebw_substate(struct tcp_bbr *bbr, uint32_t cts) argument
3113 bbr_lt_bw_sampling(struct tcp_bbr *bbr, uint32_t cts, int32_t loss_detected) argument
3539 bbr_get_pacing_delay(struct tcp_bbr *bbr, uint16_t gain, int32_t len, uint32_t cts, int nolog) argument
3905 bbr_setup_red_bw(struct tcp_bbr *bbr, uint32_t cts) argument
4075 bbr_calc_thresh_rack(struct tcp_bbr *bbr, uint32_t srtt, uint32_t cts, struct bbr_sendmap *rsm) argument
4157 bbr_calc_thresh_tlp(struct tcpcb *tp, struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t srtt, uint32_t cts) argument
4275 bbr_is_lost(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t cts) argument
4292 bbr_check_recovery_mode(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts) argument
4357 bbr_timeout_rack(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts) argument
4544 bbr_timeout_tlp(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts) argument
4712 bbr_timeout_delack(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts) argument
4733 bbr_timeout_persist(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts) argument
4811 bbr_timeout_keepalive(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts) argument
4872 uint32_t cts, lost; local
4955 bbr_timeout_rxt(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts) argument
5186 bbr_process_timers(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts, uint8_t hpts_calling) argument
5246 bbr_timer_cancel(struct tcp_bbr *bbr, int32_t line, uint32_t cts) argument
5298 bbr_get_earliest_send_outstanding(struct tcp_bbr *bbr, struct bbr_sendmap *u_rsm, uint32_t cts) argument
5309 bbr_update_rsm(struct tcpcb *tp, struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t cts, uint32_t pacing_time) argument
5404 bbr_update_entry(struct tcpcb *tp, struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t cts, int32_t *lenp, uint32_t pacing_time) argument
5477 bbr_setup_less_of_rate(struct tcp_bbr *bbr, uint32_t cts, uint64_t act_rate, uint64_t rate_wanted) argument
5501 bbr_update_hardware_pacing_rate(struct tcp_bbr *bbr, uint32_t cts) argument
5563 bbr_adjust_for_hw_pacing(struct tcp_bbr *bbr, uint32_t cts) argument
5685 tcp_bbr_tso_size_check(struct tcp_bbr *bbr, uint32_t cts) argument
5881 bbr_log_output(struct tcp_bbr *bbr, struct tcpcb *tp, struct tcpopt *to, int32_t len, uint32_t seq_out, uint16_t th_flags, int32_t err, uint32_t cts, struct mbuf *mb, int32_t * abandon, struct bbr_sendmap *hintrsm, uint32_t delay_calc, struct sockbuf *sb) argument
6254 tcp_bbr_xmit_timer_commit(struct tcp_bbr *bbr, struct tcpcb *tp, uint32_t cts) argument
6408 bbr_set_reduced_rtt(struct tcp_bbr *bbr, uint32_t cts, uint32_t line) argument
6424 tcp_bbr_commit_bw(struct tcp_bbr *bbr, uint32_t cts) argument
6461 bbr_nf_measurement(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t rtt, uint32_t cts) argument
6575 bbr_google_measurement(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t rtt, uint32_t cts) argument
6658 bbr_update_bbr_info(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t rtt, uint32_t cts, uint32_t tsin, uint32_t uts, int32_t match, uint32_t rsm_send_time, int32_t ack_type, struct tcpopt *to) argument
6759 bbr_ts_convert(uint32_t cts) argument
6772 bbr_update_rtt(struct tcpcb *tp, struct tcp_bbr *bbr, struct bbr_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, uint32_t th_ack) argument
6966 bbr_proc_sack_blk(struct tcpcb *tp, struct tcp_bbr *bbr, struct sackblk *sack, struct tcpopt *to, struct bbr_sendmap **prsm, uint32_t cts) argument
7264 uint32_t cts; local
7309 uint32_t cts, acked, ack_point, sack_changed = 0; local
7860 bbr_enter_persist(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts, int32_t line) argument
7889 bbr_restart_after_idle(struct tcp_bbr *bbr, uint32_t cts, uint32_t idle_time) argument
7919 bbr_exit_persist(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts, int32_t line) argument
9922 uint32_t cts; local
10266 bbr_substate_change(struct tcp_bbr *bbr, uint32_t cts, int32_t line, int dolog) argument
10411 bbr_set_probebw_google_gains(struct tcp_bbr *bbr, uint32_t cts, uint32_t losses) argument
10449 bbr_set_probebw_gains(struct tcp_bbr *bbr, uint32_t cts, uint32_t losses) argument
10642 bbr_enter_probe_rtt(struct tcp_bbr *bbr, uint32_t cts, int32_t line) argument
10716 bbr_check_probe_rtt_limits(struct tcp_bbr *bbr, uint32_t cts) argument
10786 bbr_exit_probe_rtt(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts) argument
10847 bbr_should_enter_probe_rtt(struct tcp_bbr *bbr, uint32_t cts) argument
10864 bbr_google_startup(struct tcp_bbr *bbr, uint32_t cts, int32_t pkt_epoch) argument
10890 bbr_state_startup(struct tcp_bbr *bbr, uint32_t cts, int32_t epoch, int32_t pkt_epoch) argument
11030 bbr_state_change(struct tcp_bbr *bbr, uint32_t cts, int32_t epoch, int32_t pkt_epoch, uint32_t losses) argument
11248 bbr_check_bbr_for_state(struct tcp_bbr *bbr, uint32_t cts, int32_t line, uint32_t losses) argument
11268 uint32_t cts, lcts; local
11635 bbr_what_can_we_send(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t sendwin, uint32_t avail, int32_t sb_offset, uint32_t cts) argument
11805 uint32_t cts; local
14097 uint32_t cts; local
14424 uint32_t cts; local
[all...]
/freebsd-current/sys/dev/ath/ath_rate/sample/
H A Dsample.h137 int rts, cts; local
185 rts = cts = 0;
192 cts = 1;
201 if (rts || cts) {
218 if (cts) /* SIFS + ACK */
/freebsd-current/sys/dev/aic7xxx/
H A Daic79xx_osm.c60 struct ccb_trans_settings *cts);
63 struct ccb_trans_settings *cts);
645 SIM_CHANNEL(ahd, sim), &ccb->cts);
653 SIM_CHANNEL(ahd, sim), &ccb->cts);
732 struct ccb_trans_settings *cts)
743 scsi = &cts->proto_specific.scsi;
744 spi = &cts->xport_specific.spi;
746 cts->ccb_h.target_id,
747 cts->ccb_h.target_lun,
754 if (cts
731 ahd_set_tran_settings(struct ahd_softc *ahd, int our_id, char channel, struct ccb_trans_settings *cts) argument
847 ahd_get_tran_settings(struct ahd_softc *ahd, int our_id, char channel, struct ccb_trans_settings *cts) argument
1223 struct ccb_trans_settings cts; local
[all...]
H A Daic7xxx_osm.c54 struct ccb_trans_settings *cts);
607 struct ccb_trans_settings *cts; local
616 cts = &ccb->cts;
617 scsi = &cts->proto_specific.scsi;
618 spi = &cts->xport_specific.spi;
620 cts->ccb_h.target_id,
621 cts->ccb_h.target_lun,
628 if (cts->type == CTS_TYPE_CURRENT_SETTINGS) {
633 cts
828 ahc_get_tran_settings(struct ahc_softc *ahc, int our_id, char channel, struct ccb_trans_settings *cts) argument
1281 struct ccb_trans_settings cts; local
[all...]
/freebsd-current/sys/dev/nvmf/host/
H A Dnvmf_sim.c208 struct ccb_trans_settings *cts = &ccb->cts; local
212 cts->protocol = PROTO_NVME;
213 cts->protocol_version = sc->vs;
214 cts->transport = XPORT_NVMF;
215 cts->transport_version = sc->vs;
217 nvme = &cts->proto_specific.nvme;
221 nvmf = &cts->xport_specific.nvmf;
224 cts->ccb_h.status = CAM_REQ_CMP;
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_read_format_gtar_sparse.c193 struct contents *cts = ac->contents; local
204 expect = *cts++;
229 expect = *cts++;
/freebsd-current/sys/cam/nvme/
H A Dnvme_xpt.c623 struct ccb_trans_settings cts; local
636 memset(&cts, 0, sizeof(cts));
637 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE);
638 cts.ccb_h.func_code = XPT_SET_TRAN_SETTINGS;
639 cts.type = CTS_TYPE_CURRENT_SETTINGS;
640 cts.transport = path->device->transport;
641 cts.transport_version = path->device->transport_version;
642 cts.protocol = path->device->protocol;
643 cts
789 struct ccb_trans_settings cts; local
[all...]
/freebsd-current/sys/dev/nvme/
H A Dnvme_sim.c217 struct ccb_trans_settings *cts; local
224 cts = &ccb->cts;
225 nvmex = &cts->xport_specific.nvme;
226 nvmep = &cts->proto_specific.nvme;
248 cts->transport = XPORT_NVME;
249 cts->transport_version = nvmex->spec;
250 cts->protocol = PROTO_NVME;
251 cts->protocol_version = nvmex->spec;
252 cts
[all...]
/freebsd-current/sys/dev/siis/
H A Dsiis.c1841 struct ccb_trans_settings *cts = &ccb->cts; local
1846 if (cts->type == CTS_TYPE_CURRENT_SETTINGS)
1850 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_REVISION)
1851 d->revision = cts->xport_specific.sata.revision;
1852 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_MODE)
1853 d->mode = cts->xport_specific.sata.mode;
1854 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_BYTECOUNT)
1855 d->bytecount = min(8192, cts->xport_specific.sata.bytecount);
1856 if (cts
1875 struct ccb_trans_settings *cts = &ccb->cts; local
[all...]
/freebsd-current/sys/dev/mmcnull/
H A Dmmcnull.c383 struct ccb_trans_settings *cts = &ccb->cts; local
385 mcts = &ccb->cts.proto_specific.mmc;
389 cts->protocol = PROTO_MMCSD;
390 cts->protocol_version = 0;
391 cts->transport = XPORT_MMCSD;
392 cts->transport_version = 0;
393 cts->xport_specific.valid = 0;
/freebsd-current/sys/powerpc/mpc85xx/
H A Dfsl_sata.c1747 struct ccb_trans_settings *cts = &ccb->cts; local
1752 if (cts->type == CTS_TYPE_CURRENT_SETTINGS)
1756 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_REVISION)
1757 d->revision = cts->xport_specific.sata.revision;
1758 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_MODE)
1759 d->mode = cts->xport_specific.sata.mode;
1760 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_BYTECOUNT)
1761 d->bytecount = min(8192, cts->xport_specific.sata.bytecount);
1762 if (cts
1774 struct ccb_trans_settings *cts = &ccb->cts; local
[all...]
/freebsd-current/tools/tools/vhba/
H A Dvhba.c85 struct ccb_trans_settings *cts; local
107 cts = &ccb->cts;
108 cts->protocol_version = SCSI_REV_SPC3;
109 cts->protocol = PROTO_SCSI;
110 cts->transport_version = 0;
111 cts->transport = XPORT_PPB;
/freebsd-current/sbin/camcontrol/
H A Dcamcontrol.c328 struct ccb_trans_settings *cts);
333 int quiet, struct ccb_trans_settings *cts);
1327 ccb->cts.type = CTS_TYPE_CURRENT_SETTINGS;
1350 if (ccb->cts.transport == XPORT_SPI) {
1352 &ccb->cts.xport_specific.spi;
1361 } else if (ccb->cts.transport == XPORT_FC) {
1363 &ccb->cts.xport_specific.fc;
1367 } else if (ccb->cts.transport == XPORT_SAS) {
1369 &ccb->cts.xport_specific.sas;
1373 } else if (ccb->cts
5268 cts_print(struct cam_device *device, struct ccb_trans_settings *cts) argument
6042 get_print_cts(struct cam_device *device, int user_settings, int quiet, struct ccb_trans_settings *cts) argument
8051 struct ccb_trans_settings_mmc *cts; local
8068 struct ccb_trans_settings_mmc *cts; local
8086 struct ccb_trans_settings_mmc *cts; local
8106 struct ccb_trans_settings_mmc *cts; local
[all...]
/freebsd-current/sys/dev/mfi/
H A Dmfi_cam.c247 &ccb->cts.proto_specific.scsi;
249 &ccb->cts.xport_specific.sas;
251 ccb->cts.protocol = PROTO_SCSI;
252 ccb->cts.protocol_version = SCSI_REV_2;
253 ccb->cts.transport = XPORT_SAS;
254 ccb->cts.transport_version = 0;
/freebsd-current/sys/dev/mmc/host/
H A Ddwmmc.c1429 dwmmc_get_tran_settings(device_t dev, struct ccb_trans_settings_mmc *cts) argument
1435 cts->host_ocr = sc->host.host_ocr;
1436 cts->host_f_min = sc->host.f_min;
1437 cts->host_f_max = sc->host.f_max;
1438 cts->host_caps = sc->host.caps;
1439 cts->host_max_data = DWMMC_MAX_DATA;
1440 memcpy(&cts->ios, &sc->host.ios, sizeof(struct mmc_ios));
1446 dwmmc_set_tran_settings(device_t dev, struct ccb_trans_settings_mmc *cts) argument
1456 new_ios = &cts->ios;
1459 if (cts
[all...]
/freebsd-current/sys/powerpc/ps3/
H A Dps3cdrom.c388 struct ccb_trans_settings *cts = &ccb->cts; local
390 cts->protocol = PROTO_SCSI;
391 cts->protocol_version = SCSI_REV_2;
392 cts->transport = XPORT_SPI;
393 cts->transport_version = 2;
394 cts->proto_specific.valid = 0;
395 cts->xport_specific.valid = 0;
/freebsd-current/sys/dev/ahci/
H A Dahci.c2745 struct ccb_trans_settings *cts = &ccb->cts; local
2750 if (cts->type == CTS_TYPE_CURRENT_SETTINGS)
2754 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_REVISION)
2755 d->revision = cts->xport_specific.sata.revision;
2756 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_MODE)
2757 d->mode = cts->xport_specific.sata.mode;
2758 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_BYTECOUNT)
2759 d->bytecount = min(8192, cts->xport_specific.sata.bytecount);
2760 if (cts
2774 struct ccb_trans_settings *cts = &ccb->cts; local
[all...]

Completed in 232 milliseconds

123