Home
last modified time | relevance | path

Searched refs:ptt (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-6.6/tools/perf/util/
H A Dhisi-ptt.c23 #include "hisi-ptt.h"
24 #include "hisi-ptt-decoder/hisi-ptt-pkt-decoder.h"
39 struct hisi_ptt *ptt; member
53 static void hisi_ptt_dump(struct hisi_ptt *ptt __maybe_unused, in hisi_ptt_dump()
76 static void hisi_ptt_dump_event(struct hisi_ptt *ptt, unsigned char *buf, in hisi_ptt_dump_event() argument
81 hisi_ptt_dump(ptt, buf, len); in hisi_ptt_dump_event()
96 struct hisi_ptt *ptt = container_of(session->auxtrace, struct hisi_ptt, in hisi_ptt_process_auxtrace_event() local
122 hisi_ptt_dump_event(ptt, data, size); in hisi_ptt_process_auxtrace_event()
140 struct hisi_ptt *ptt in hisi_ptt_free() local
150 struct hisi_ptt *ptt = container_of(session->auxtrace, struct hisi_ptt, auxtrace); hisi_ptt_evsel_is_auxtrace() local
167 struct hisi_ptt *ptt; hisi_ptt_process_auxtrace_info() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c382 struct qed_ptt *ptt; in qed_fill_dev_info() local
432 ptt = qed_ptt_acquire(QED_LEADING_HWFN(cdev)); in qed_fill_dev_info()
433 if (ptt) { in qed_fill_dev_info()
434 qed_mcp_get_mfw_ver(QED_LEADING_HWFN(cdev), ptt, in qed_fill_dev_info() local
437 qed_mcp_get_mbi_ver(QED_LEADING_HWFN(cdev), ptt, in qed_fill_dev_info() local
440 qed_mcp_get_flash_size(QED_LEADING_HWFN(cdev), ptt, in qed_fill_dev_info() local
443 qed_ptt_release(QED_LEADING_HWFN(cdev), ptt); in qed_fill_dev_info() local
1175 struct qed_ptt *ptt = qed_ptt_acquire(hwfn); in qed_slowpath_task() local
1177 if (!ptt) { in qed_slowpath_task()
1187 qed_mfw_process_tlv_req(hwfn, ptt); in qed_slowpath_task()
1658 struct qed_ptt *ptt; qed_set_link() local
1837 qed_fill_link_capability(struct qed_hwfn *hwfn, struct qed_ptt *ptt, u32 capability, unsigned long *if_caps) qed_fill_link_capability() argument
2071 qed_fill_link(struct qed_hwfn *hwfn, struct qed_ptt *ptt, struct qed_link_output *if_link) qed_fill_link() argument
2185 struct qed_ptt *ptt; qed_get_current_link() local
2205 qed_link_update(struct qed_hwfn *hwfn, struct qed_ptt *ptt) qed_link_update() argument
2218 qed_bw_update(struct qed_hwfn *hwfn, struct qed_ptt *ptt) qed_bw_update() argument
2230 struct qed_ptt *ptt; qed_drain() local
2531 struct qed_ptt *ptt; qed_nvm_flash_cfg_write() local
2597 struct qed_ptt *ptt; qed_nvm_flash_cfg_len() local
2621 struct qed_ptt *ptt; qed_nvm_flash_cfg_read() local
2786 struct qed_ptt *ptt; qed_set_led() local
2820 struct qed_ptt *ptt; qed_update_wol() local
2844 struct qed_ptt *ptt; qed_update_drv_state() local
2866 struct qed_ptt *ptt; qed_update_mac() local
2890 struct qed_ptt *ptt; qed_update_mtu() local
2916 struct qed_ptt *ptt; qed_get_sb_info() local
2939 struct qed_ptt *ptt; qed_read_module_eeprom() local
2960 struct qed_ptt *ptt; qed_set_grc_config() local
3006 struct qed_ptt *ptt; qed_get_esl_status() local
[all...]
H A Dqed_dcbx.c1326 struct qed_ptt *ptt; in qed_dcbnl_setstate() local
1338 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_setstate()
1339 if (!ptt) in qed_dcbnl_setstate()
1342 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setstate()
1344 qed_ptt_release(hwfn, ptt); in qed_dcbnl_setstate()
1430 struct qed_ptt *ptt; in qed_dcbnl_setpfccfg() local
1448 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_setpfccfg()
1449 if (!ptt) in qed_dcbnl_setpfccfg()
1452 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setpfccfg()
1454 qed_ptt_release(hwfn, ptt); in qed_dcbnl_setpfccfg()
1568 struct qed_ptt *ptt; qed_dcbnl_setpgtccfgtx() local
1607 struct qed_ptt *ptt; qed_dcbnl_setpgbwgcfgtx() local
1642 struct qed_ptt *ptt; qed_dcbnl_setall() local
1665 struct qed_ptt *ptt; qed_dcbnl_setnumtcs() local
1703 struct qed_ptt *ptt; qed_dcbnl_setpfcstate() local
1764 struct qed_ptt *ptt; qed_dcbnl_setapp() local
1810 struct qed_ptt *ptt; qed_dcbnl_setdcbx() local
1900 struct qed_ptt *ptt; qed_dcbnl_setfeatcfg() local
2085 struct qed_ptt *ptt; qed_dcbnl_ieee_setpfc() local
2175 struct qed_ptt *ptt; qed_dcbnl_ieee_setets() local
2308 struct qed_ptt *ptt; qed_dcbnl_ieee_setapp() local
[all...]
H A Dqed_sriov.c4109 static int qed_iov_copy_vf_msg(struct qed_hwfn *p_hwfn, struct qed_ptt *ptt, in qed_iov_copy_vf_msg() argument
4124 if (qed_dmae_host2host(p_hwfn, ptt, in qed_iov_copy_vf_msg()
4480 struct qed_ptt *ptt = qed_ptt_acquire(hwfn); in qed_sriov_disable() local
4482 /* Failure to acquire the ptt in 100g creates an odd error in qed_sriov_disable()
4485 if (!ptt) { in qed_sriov_disable()
4486 DP_ERR(hwfn, "Failed to acquire ptt\n"); in qed_sriov_disable()
4491 qed_clean_wfq_db(hwfn, ptt); in qed_sriov_disable()
4509 ptt, j); in qed_sriov_disable()
4515 qed_ptt_release(hwfn, ptt); in qed_sriov_disable()
4546 struct qed_ptt *ptt; in qed_sriov_enable() local
4791 struct qed_ptt *ptt; qed_inform_vf_link_state() local
4935 struct qed_ptt *ptt; qed_handle_vf_msg() local
5049 struct qed_ptt *ptt; qed_handle_bulletin_post() local
5216 struct qed_ptt *ptt = qed_ptt_acquire(hwfn); qed_iov_pf_task() local
[all...]
H A Dqed.h976 void qed_link_update(struct qed_hwfn *hwfn, struct qed_ptt *ptt);
977 void qed_bw_update(struct qed_hwfn *hwfn, struct qed_ptt *ptt);
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c415 struct qed_ptt *ptt; in qed_fill_dev_info() local
465 ptt = qed_ptt_acquire(QED_LEADING_HWFN(cdev)); in qed_fill_dev_info()
466 if (ptt) { in qed_fill_dev_info()
467 qed_mcp_get_mfw_ver(QED_LEADING_HWFN(cdev), ptt, in qed_fill_dev_info() local
470 qed_mcp_get_mbi_ver(QED_LEADING_HWFN(cdev), ptt, in qed_fill_dev_info() local
473 qed_mcp_get_flash_size(QED_LEADING_HWFN(cdev), ptt, in qed_fill_dev_info() local
476 qed_ptt_release(QED_LEADING_HWFN(cdev), ptt); in qed_fill_dev_info() local
1208 struct qed_ptt *ptt = qed_ptt_acquire(hwfn); in qed_slowpath_task() local
1210 if (!ptt) { in qed_slowpath_task()
1220 qed_mfw_process_tlv_req(hwfn, ptt); in qed_slowpath_task()
1686 struct qed_ptt *ptt; qed_set_link() local
1865 qed_fill_link_capability(struct qed_hwfn *hwfn, struct qed_ptt *ptt, u32 capability, unsigned long *if_caps) qed_fill_link_capability() argument
2099 qed_fill_link(struct qed_hwfn *hwfn, struct qed_ptt *ptt, struct qed_link_output *if_link) qed_fill_link() argument
2213 struct qed_ptt *ptt; qed_get_current_link() local
2233 qed_link_update(struct qed_hwfn *hwfn, struct qed_ptt *ptt) qed_link_update() argument
2246 qed_bw_update(struct qed_hwfn *hwfn, struct qed_ptt *ptt) qed_bw_update() argument
2258 struct qed_ptt *ptt; qed_drain() local
2559 struct qed_ptt *ptt; qed_nvm_flash_cfg_write() local
2625 struct qed_ptt *ptt; qed_nvm_flash_cfg_len() local
2649 struct qed_ptt *ptt; qed_nvm_flash_cfg_read() local
2814 struct qed_ptt *ptt; qed_set_led() local
2848 struct qed_ptt *ptt; qed_update_wol() local
2872 struct qed_ptt *ptt; qed_update_drv_state() local
2894 struct qed_ptt *ptt; qed_update_mac() local
2918 struct qed_ptt *ptt; qed_update_mtu() local
2943 struct qed_ptt *ptt; qed_read_module_eeprom() local
2964 struct qed_ptt *ptt; qed_set_grc_config() local
[all...]
H A Dqed_dcbx.c1328 struct qed_ptt *ptt; in qed_dcbnl_setstate() local
1340 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_setstate()
1341 if (!ptt) in qed_dcbnl_setstate()
1344 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setstate()
1346 qed_ptt_release(hwfn, ptt); in qed_dcbnl_setstate()
1432 struct qed_ptt *ptt; in qed_dcbnl_setpfccfg() local
1450 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_setpfccfg()
1451 if (!ptt) in qed_dcbnl_setpfccfg()
1454 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setpfccfg()
1456 qed_ptt_release(hwfn, ptt); in qed_dcbnl_setpfccfg()
1570 struct qed_ptt *ptt; qed_dcbnl_setpgtccfgtx() local
1609 struct qed_ptt *ptt; qed_dcbnl_setpgbwgcfgtx() local
1644 struct qed_ptt *ptt; qed_dcbnl_setall() local
1667 struct qed_ptt *ptt; qed_dcbnl_setnumtcs() local
1705 struct qed_ptt *ptt; qed_dcbnl_setpfcstate() local
1766 struct qed_ptt *ptt; qed_dcbnl_setapp() local
1812 struct qed_ptt *ptt; qed_dcbnl_setdcbx() local
1902 struct qed_ptt *ptt; qed_dcbnl_setfeatcfg() local
2087 struct qed_ptt *ptt; qed_dcbnl_ieee_setpfc() local
2177 struct qed_ptt *ptt; qed_dcbnl_ieee_setets() local
2310 struct qed_ptt *ptt; qed_dcbnl_ieee_setapp() local
[all...]
H A Dqed_sriov.c4084 static int qed_iov_copy_vf_msg(struct qed_hwfn *p_hwfn, struct qed_ptt *ptt, in qed_iov_copy_vf_msg() argument
4099 if (qed_dmae_host2host(p_hwfn, ptt, in qed_iov_copy_vf_msg()
4452 struct qed_ptt *ptt = qed_ptt_acquire(hwfn); in qed_sriov_disable() local
4454 /* Failure to acquire the ptt in 100g creates an odd error in qed_sriov_disable()
4457 if (!ptt) { in qed_sriov_disable()
4458 DP_ERR(hwfn, "Failed to acquire ptt\n"); in qed_sriov_disable()
4463 qed_clean_wfq_db(hwfn, ptt); in qed_sriov_disable()
4481 ptt, j); in qed_sriov_disable()
4487 qed_ptt_release(hwfn, ptt); in qed_sriov_disable()
4518 struct qed_ptt *ptt; in qed_sriov_enable() local
4762 struct qed_ptt *ptt; qed_inform_vf_link_state() local
4906 struct qed_ptt *ptt; qed_handle_vf_msg() local
5020 struct qed_ptt *ptt; qed_handle_bulletin_post() local
5187 struct qed_ptt *ptt = qed_ptt_acquire(hwfn); qed_iov_pf_task() local
[all...]
H A Dqed.h979 void qed_link_update(struct qed_hwfn *hwfn, struct qed_ptt *ptt);
980 void qed_bw_update(struct qed_hwfn *hwfn, struct qed_ptt *ptt);
H A Dqed_init_fw_funcs.c990 #define ARR_REG_WR(dev, ptt, addr, arr, arr_size) \
995 qed_wr(dev, ptt, \
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mtk-sch.c159 struct mu3h_sch_tt *tt, **tt_index, **ptt; in find_tt() local
181 ptt = &tt_index[udev->ttport - 1]; in find_tt()
183 ptt = (struct mu3h_sch_tt **) &utt->hcpriv; in find_tt()
186 tt = *ptt; in find_tt()
197 *ptt = tt; in find_tt()
207 struct mu3h_sch_tt *tt, **tt_index, **ptt; in drop_tt() local
216 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
222 ptt = (struct mu3h_sch_tt **)&utt->hcpriv; in drop_tt()
225 tt = *ptt; in drop_tt()
229 *ptt in drop_tt()
[all...]
H A Dehci-sched.c104 struct ehci_tt *tt, **tt_index, **ptt; in find_tt() local
129 ptt = &tt_index[port]; in find_tt()
132 ptt = (struct ehci_tt **) &utt->hcpriv; in find_tt()
135 tt = *ptt; in find_tt()
152 *ptt = tt; in find_tt()
162 struct ehci_tt *tt, **tt_index, **ptt; in drop_tt() local
171 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
178 ptt = (struct ehci_tt **) &utt->hcpriv; in drop_tt()
181 tt = *ptt; in drop_tt()
186 *ptt in drop_tt()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dhdlcdrv.h36 int ptt; member
42 int ptt; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dhdlcdrv.h36 int ptt; member
42 int ptt; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dhdlcdrv.h38 int ptt; member
43 int ptt; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dhdlcdrv.h38 int ptt; member
43 int ptt; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dhdlcdrv.h26 int ptt; member
31 int ptt; member
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mtk-sch.c112 struct mu3h_sch_tt *tt, **tt_index, **ptt; in find_tt() local
136 ptt = &tt_index[port]; in find_tt()
139 ptt = (struct mu3h_sch_tt **) &utt->hcpriv; in find_tt()
142 tt = *ptt; in find_tt()
155 *ptt = tt; in find_tt()
165 struct mu3h_sch_tt *tt, **tt_index, **ptt; in drop_tt() local
174 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
180 ptt = (struct mu3h_sch_tt **)&utt->hcpriv; in drop_tt()
183 tt = *ptt; in drop_tt()
187 *ptt in drop_tt()
[all...]
H A Dehci-sched.c104 struct ehci_tt *tt, **tt_index, **ptt; in find_tt() local
129 ptt = &tt_index[port]; in find_tt()
132 ptt = (struct ehci_tt **) &utt->hcpriv; in find_tt()
135 tt = *ptt; in find_tt()
152 *ptt = tt; in find_tt()
162 struct ehci_tt *tt, **tt_index, **ptt; in drop_tt() local
171 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
178 ptt = (struct ehci_tt **) &utt->hcpriv; in drop_tt()
181 tt = *ptt; in drop_tt()
186 *ptt in drop_tt()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dhdlcdrv.h132 unsigned char ptt; member
234 s->hdlctx.ptt = 0; in hdlcdrv_getbits()
258 return s->hdlctx.ptt || (s->hdlctx.calibrate > 0); in hdlcdrv_ptt()
/kernel/linux/linux-6.6/include/linux/
H A Dhdlcdrv.h132 unsigned char ptt; member
234 s->hdlctx.ptt = 0; in hdlcdrv_getbits()
258 return s->hdlctx.ptt || (s->hdlctx.calibrate > 0); in hdlcdrv_ptt()
/kernel/linux/linux-5.10/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c120 unsigned char ptt; member
289 if (bc->modem.ptt) in ser12_interrupt()
305 if (bc->modem.ptt && txcount) { in ser12_interrupt()
310 bc->modem.ptt = 0; in ser12_interrupt()
319 if (!bc->modem.ptt && txcount) { in ser12_interrupt()
324 bc->modem.ptt = 1; in ser12_interrupt()
H A Dhdlcdrv.c358 s->hdlctx.ptt = 1; in start_tx()
366 if (!s || s->magic != HDLCDRV_MAGIC || s->hdlctx.ptt || !s->skb) in hdlcdrv_arbitrate()
453 s->hdlctx.ptt = 0; in hdlcdrv_open()
547 bi.data.cs.ptt = hdlcdrv_ptt(s); in hdlcdrv_ioctl()
557 bi.data.ocs.ptt = hdlcdrv_ptt(s); in hdlcdrv_ioctl()
651 s->hdlctx.ptt = 0; in hdlcdrv_setup()
/kernel/linux/linux-6.6/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c120 unsigned char ptt; member
289 if (bc->modem.ptt) in ser12_interrupt()
305 if (bc->modem.ptt && txcount) { in ser12_interrupt()
310 bc->modem.ptt = 0; in ser12_interrupt()
319 if (!bc->modem.ptt && txcount) { in ser12_interrupt()
324 bc->modem.ptt = 1; in ser12_interrupt()
H A Dhdlcdrv.c359 s->hdlctx.ptt = 1; in start_tx()
367 if (!s || s->magic != HDLCDRV_MAGIC || s->hdlctx.ptt || !s->skb) in hdlcdrv_arbitrate()
454 s->hdlctx.ptt = 0; in hdlcdrv_open()
550 bi.data.cs.ptt = hdlcdrv_ptt(s); in hdlcdrv_siocdevprivate()
560 bi.data.ocs.ptt = hdlcdrv_ptt(s); in hdlcdrv_siocdevprivate()
654 s->hdlctx.ptt = 0; in hdlcdrv_setup()

Completed in 43 milliseconds

12