Home
last modified time | relevance | path

Searched refs:td (Results 51 – 75 of 317) sorted by relevance

12345678910>>...13

/openbmc/hiomapd/Documentation/
H A Dprotocol.md424 </td>
430 </td>
446 </td>
452 </td>
468 </td>
474 </td>
502 </td>
511 </td>
528 </td>
537 </td>
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dtestmode.c268 rate.mcs = td->tx_rate_idx; in mt7915_tm_set_tx_len()
269 rate.nss = td->tx_rate_nss; in mt7915_tm_set_tx_len()
271 switch (td->tx_rate_mode) { in mt7915_tm_set_tx_len()
287 if (td->tx_rate_sgi) in mt7915_tm_set_tx_len()
293 if (td->tx_rate_sgi) in mt7915_tm_set_tx_len()
300 rate.he_gi = td->tx_rate_sgi; in mt7915_tm_set_tx_len()
441 u32 tx_time = td->tx_time; in mt7915_tm_set_tx_frames()
442 u32 ipg = td->tx_ipg; in mt7915_tm_set_tx_frames()
450 if (td->tx_spe_idx) in mt7915_tm_set_tx_frames()
473 if (!en || !td->tx_skb) in mt7915_tm_set_tx_frames()
[all …]
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_est.c153 if (!td) in ip_vs_tick_estimation()
161 if (!td) in ip_vs_tick_estimation()
444 if (!td) { in ip_vs_enqueue_estimator()
445 td = kzalloc(sizeof(*td), GFP_KERNEL); in ip_vs_enqueue_estimator()
446 if (!td) { in ip_vs_enqueue_estimator()
457 if (!td->chain_len[cid]) in ip_vs_enqueue_estimator()
459 td->chain_len[cid]++; in ip_vs_enqueue_estimator()
545 td->chain_len[cid]--; in ip_vs_stop_estimator()
546 if (!td->chain_len[cid]) in ip_vs_stop_estimator()
552 kfree_rcu(td, rcu_head); in ip_vs_stop_estimator()
[all …]
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c382 if (td->drbl) in cdnsp_ring_doorbell_for_active_rings()
387 td->drbl = 1; in cdnsp_ring_doorbell_for_active_rings()
515 if (flip_cycle && trb != td->first_trb && trb != td->last_trb) in cdnsp_td_to_noop()
608 preq = td->preq; in cdnsp_unmap_td_bounce_buffer()
707 cur_td = &preq->td; in cdnsp_remove_request()
1014 td->preq->request.actual = td->preq->request.length - remaining; in cdnsp_process_ctrl_td()
1019 td->preq->request.actual = td->preq->request.length; in cdnsp_process_ctrl_td()
1214 td->drbl = 0; in cdnsp_handle_tx_nrdy()
1236 struct cdnsp_td *td; in cdnsp_handle_tx_event() local
1690 preq->td.preq = preq; in cdnsp_prepare_transfer()
[all …]
/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dsve_regs.c23 static bool sve_get_vls(struct tdescr *td) in sve_get_vls() argument
58 static int do_one_sve_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sve_vl() argument
77 if (!get_current_context(td, &context.uc, sizeof(context))) in do_one_sve_vl()
100 static int sve_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sve_regs() argument
105 if (do_one_sve_vl(td, si, uc, vls[i])) in sve_regs()
109 td->pass = 1; in sve_regs()
H A Dtpidr2_restore.c45 static bool save_tpidr2(struct tdescr *td) in save_tpidr2() argument
53 static int modify_tpidr2(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in modify_tpidr2() argument
64 static void check_tpidr2(struct tdescr *td) in check_tpidr2() argument
68 td->pass = tpidr2 == initial_tpidr2; in check_tpidr2()
70 if (td->pass) in check_tpidr2()
H A Dza_no_regs.c23 static bool sme_get_vls(struct tdescr *td) in sme_get_vls() argument
52 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sme_vl() argument
70 if (!get_current_context(td, &context.uc, sizeof(context))) in do_one_sme_vl()
98 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs() argument
103 if (do_one_sme_vl(td, si, uc, vls[i])) in sme_regs()
107 td->pass = 1; in sme_regs()
H A Dssve_regs.c23 static bool sme_get_vls(struct tdescr *td) in sme_get_vls() argument
62 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sme_vl() argument
83 if (!get_current_context(td, &context.uc, sizeof(context))) in do_one_sme_vl()
111 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs() argument
116 if (do_one_sme_vl(td, si, uc, vls[i])) in sme_regs()
120 td->pass = 1; in sme_regs()
H A Dtpidr2_siginfo.c39 int tpidr2_present(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in tpidr2_present() argument
52 if (!get_current_context(td, &context.uc, sizeof(context))) in tpidr2_present()
56 get_header(head, TPIDR2_MAGIC, td->live_sz, &offset); in tpidr2_present()
64 td->pass = (in_sigframe == have_sme); in tpidr2_present()
78 td->pass = false; in tpidr2_present()
H A Dza_regs.c23 static bool sme_get_vls(struct tdescr *td) in sme_get_vls() argument
64 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sme_vl() argument
83 if (!get_current_context(td, &context.uc, sizeof(context))) in do_one_sme_vl()
117 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs() argument
122 if (do_one_sme_vl(td, si, uc, vls[i])) in sme_regs()
126 td->pass = 1; in sme_regs()
H A Dssve_za_regs.c23 static bool sme_get_vls(struct tdescr *td) in sme_get_vls() argument
67 static int do_one_sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc, in do_one_sme_vl() argument
90 if (!get_current_context(td, &context.uc, sizeof(context))) in do_one_sme_vl()
140 static int sme_regs(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_regs() argument
145 if (do_one_sme_vl(td, si, uc, vls[i])) in sme_regs()
149 td->pass = 1; in sme_regs()
/openbmc/linux/drivers/char/agp/
H A Disoch.c80 struct pci_dev *td = bridge->dev, *dev; in agp_3_5_isochronous_node_enable() local
155 dev_err(&td->dev, "isochronous bandwidth required " in agp_3_5_isochronous_node_enable()
170 pci_read_config_word(td, bridge->capndx+AGPNICMD, &tnicmd); in agp_3_5_isochronous_node_enable()
173 pci_write_config_word(td, bridge->capndx+AGPNICMD, tnicmd); in agp_3_5_isochronous_node_enable()
190 dev_err(&td->dev, "number of isochronous " in agp_3_5_isochronous_node_enable()
231 dev_err(&td->dev, "number of request queue slots " in agp_3_5_isochronous_node_enable()
315 struct pci_dev *td = bridge->dev, *dev = NULL; in agp_3_5_enable() local
406 dev_err(&td->dev, "woah! Non-AGP device %s on " in agp_3_5_enable()
415 dev_err(&td->dev, "woah! AGP 2.0 device %s on " in agp_3_5_enable()
427 dev_err(&td->dev, "woah! AGP 3.x device %s not " in agp_3_5_enable()
[all …]
/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c461 return get_dwords(ohci, addr, (uint32_t *)td, sizeof(*td) >> 2); in ohci_read_td()
493 return put_dwords(ohci, addr, (uint32_t *)td, sizeof(*td) >> 2); in ohci_put_td()
518 ptr = td->cbp; in ohci_copy_td()
935 if (td.cbp && td.be) { in ohci_service_td()
936 if ((td.cbp & 0xfffff000) != (td.be & 0xfffff000)) { in ohci_service_td()
937 len = (td.be & 0xfff) + 0x1001 - (td.cbp & 0xfff); in ohci_service_td()
939 if (td.cbp > td.be) { in ohci_service_td()
940 trace_usb_ohci_iso_td_bad_cc_overrun(td.cbp, td.be); in ohci_service_td()
944 len = (td.be - td.cbp) + 1; in ohci_service_td()
968 flag_r, td.cbp, td.be); in ohci_service_td()
[all …]
/openbmc/openbmc/meta-security/recipes-security/libmhash/files/
H A Dmhash.c11 MHASH td; in main() local
15 td = mhash_hmac_init(MHASH_MD5, password, keylen, mhash_get_hash_pblock(MHASH_MD5)); in main()
17 mhash(td, data, datalen); in main()
18 mhash_hmac_deinit(td, mac); in main()
/openbmc/linux/drivers/usb/host/
H A Dohci-dbg.c256 const struct td *td) in ohci_dump_td() argument
261 label, td, in ohci_dump_td()
263 td->urb, td->index, in ohci_dump_td()
264 hc32_to_cpup (ohci, &td->hwNextTD)); in ohci_dump_td()
298 hc32_to_cpup (ohci, &td->hwBE)); in ohci_dump_td()
351 struct td *td; in ohci_dump_ed() local
352 td = list_entry (tmp, struct td, td_list); in ohci_dump_ed()
353 ohci_dump_td (ohci, " ->", td); in ohci_dump_ed()
416 struct td *td; in show_list() local
436 td = list_entry (entry, struct td, td_list); in show_list()
[all …]
H A Dfhci.h336 struct td *td_head; /* a pointer to the current TD handled */
339 struct td { struct
390 struct td **tds;
514 void fhci_recycle_empty_td(struct fhci_hcd *fhci, struct td *td);
517 struct td *fhci_td_fill(struct fhci_hcd *fhci, struct urb *urb,
521 void fhci_add_tds_to_ed(struct ed *ed, struct td **td_list, int number);
565 struct td *fhci_remove_td_from_ed(struct ed *ed);
566 struct td *fhci_remove_td_from_frame(struct fhci_time_frame *frame);
568 struct td *fhci_peek_td_from_frame(struct fhci_time_frame *frame);
569 void fhci_add_td_to_frame(struct fhci_time_frame *frame, struct td *td);
[all …]
H A Dohci.h45 struct td *dummy; /* next TD to activate */
74 struct td *pending_td;
88 struct td { struct
132 struct td *td_hash; /* dma-->td hashtable */ argument
133 struct td *next_dl_td; argument
340 struct td *td[]; // all TDs in this request member
393 struct td *td_hash [TD_HASH_SIZE];
394 struct td *dl_start, *dl_end; /* the done list */
675 const struct td *td, int index) in ohci_hwPSWp() argument
678 &td->hwPSW[index ^ 1] : &td->hwPSW[index]); in ohci_hwPSWp()
[all …]
H A Duhci-debug.c50 status = td_status(uhci, td); in uhci_show_td()
52 hc32_to_cpu(uhci, td->link)); in uhci_show_td()
69 token = td_token(uhci, td); in uhci_show_td()
104 struct uhci_td *td; in uhci_show_urbp() local
143 out += uhci_show_td(uhci, td, out, in uhci_show_urbp()
225 if (element != LINK_TO_TD(uhci, td)) in uhci_show_qh()
379 struct uhci_td *td; in uhci_sprint_schedule() local
420 td = uhci->frame_cpu[i]; in uhci_sprint_schedule()
422 if (!td) in uhci_sprint_schedule()
431 head = &td->fl_list; in uhci_sprint_schedule()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/core/cases/example/
H A Dtest_basic.py11 self.logger.info('IMAGE: %s' % self.td.get('IMAGE'))
12 self.assertEqual('core-image-minimal', self.td.get('IMAGE'))
13 self.logger.info('ARCH: %s' % self.td.get('ARCH'))
14 self.assertEqual('x86', self.td.get('ARCH'))
/openbmc/qemu/tests/qtest/
H A Dcpu-plug-test.c29 const PlugTestData *td = data; in test_plug_with_device_add() local
39 td->machine, td->cpu_model, in test_plug_with_device_add()
40 td->sockets, td->cores, td->threads, td->maxcpus); in test_plug_with_device_add()
60 qtest_qmp_device_add_qdict(qts, td->device_model, props); in test_plug_with_device_add()
H A Dnpcm7xx_emc-test.c350 const TestData *td = test_data; in test_init() local
351 const EMCModule *mod = td->module; in test_init()
798 const TestData *td = test_data; in test_tx() local
823 const TestData *td = test_data; in test_rx() local
859 qtest_add_data_func(full_name, td, fn); in emc_add_test()
861 #define add_test(name, td) emc_add_test(#name, td, test_##name) argument
870 TestData *td = &test_data_list[i]; in main() local
872 td->module = &emc_module_list[i]; in main()
874 add_test(init, td); in main()
876 add_test(tx, td); in main()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_common.c88 err = mlx5_core_alloc_transport_domain(mdev, &res->td.tdn); in mlx5e_create_mdev_resources()
106 INIT_LIST_HEAD(&res->td.tirs_list); in mlx5e_create_mdev_resources()
107 mutex_init(&res->td.list_lock); in mlx5e_create_mdev_resources()
121 mlx5_core_dealloc_transport_domain(mdev, res->td.tdn); in mlx5e_create_mdev_resources()
135 mlx5_core_dealloc_transport_domain(mdev, res->td.tdn); in mlx5e_destroy_mdev_resources()
167 mutex_lock(&mdev->mlx5e_res.hw_objs.td.list_lock); in mlx5e_refresh_tirs()
168 list_for_each_entry(tir, &mdev->mlx5e_res.hw_objs.td.tirs_list, list) { in mlx5e_refresh_tirs()
174 mutex_unlock(&mdev->mlx5e_res.hw_objs.td.list_lock); in mlx5e_refresh_tirs()
/openbmc/linux/drivers/net/ethernet/seeq/
H A Dsgiseeq.c434 struct sgiseeq_tx_desc *td; in kick_tx() local
443 td = &sp->tx_desc[i]; in kick_tx()
444 dma_sync_desc_cpu(dev, td); in kick_tx()
448 td = &sp->tx_desc[i]; in kick_tx()
462 struct sgiseeq_tx_desc *td; in sgiseeq_tx() local
480 td = &sp->tx_desc[j]; in sgiseeq_tx()
497 if (td->skb) { in sgiseeq_tx()
499 td->skb = NULL; in sgiseeq_tx()
596 struct sgiseeq_tx_desc *td; in sgiseeq_start_xmit() local
613 td = &sp->tx_desc[entry]; in sgiseeq_start_xmit()
[all …]
/openbmc/openbmc/poky/scripts/lib/checklayer/cases/
H A Dbsp.py26 self.assertEqual(self.td['bbvars']['MACHINE'], machine,
28 (self.tc.layer['name'], self.td['bbvars']['MACHINE'], machine))
43 if not self.td['machines']:
46 for machine in self.td['machines']:
49 get_signatures(self.td['builddir'], failsafe=False, machine=machine)
70 if not self.td['machines']:
82 for machine in self.td['machines']:
83 … curr_sigs, tune2tasks = get_signatures(self.td['builddir'], failsafe=True, machine=machine)
/openbmc/openbmc/poky/scripts/
H A Dyocto-check-layer35 def test_layer(td, layer, test_software_layer_signatures): argument
40 …tc = CheckLayerTestContext(td=td, logger=logger, layer=layer, test_software_layer_signatures=test_…
165 td = {}
210 td['bbvars'] = get_bb_vars()
212 td['builddir'] = builddir
214 td['sigs'], td['tunetasks'] = get_signatures(td['builddir'])
221 td['machines'] = args.machines
230 result = test_layer(td, layer, args.test_software_layer_signatures)

12345678910>>...13