| /Linux-v5.10/drivers/net/ethernet/qlogic/qed/ |
| D | qed_main.c | 415 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() 470 qed_mcp_get_mbi_ver(QED_LEADING_HWFN(cdev), ptt, in qed_fill_dev_info() 473 qed_mcp_get_flash_size(QED_LEADING_HWFN(cdev), ptt, in qed_fill_dev_info() 476 qed_ptt_release(QED_LEADING_HWFN(cdev), ptt); in qed_fill_dev_info() 1203 struct qed_ptt *ptt = qed_ptt_acquire(hwfn); in qed_slowpath_task() local 1205 if (!ptt) { in qed_slowpath_task() 1215 qed_mfw_process_tlv_req(hwfn, ptt); in qed_slowpath_task() [all …]
|
| D | qed_dcbx.c | 1326 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() [all …]
|
| D | qed_sriov.c | 4072 static int qed_iov_copy_vf_msg(struct qed_hwfn *p_hwfn, struct qed_ptt *ptt, in qed_iov_copy_vf_msg() argument 4087 if (qed_dmae_host2host(p_hwfn, ptt, in qed_iov_copy_vf_msg() 4437 struct qed_ptt *ptt = qed_ptt_acquire(hwfn); in qed_sriov_disable() local 4442 if (!ptt) { in qed_sriov_disable() 4448 qed_clean_wfq_db(hwfn, ptt); in qed_sriov_disable() 4466 ptt, j); in qed_sriov_disable() 4472 qed_ptt_release(hwfn, ptt); in qed_sriov_disable() 4503 struct qed_ptt *ptt; in qed_sriov_enable() local 4517 ptt = qed_ptt_acquire(hwfn); in qed_sriov_enable() 4524 if (!ptt) { in qed_sriov_enable() [all …]
|
| D | qed.h | 979 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);
|
| D | qed_init_fw_funcs.c | 990 #define ARR_REG_WR(dev, ptt, addr, arr, arr_size) \ argument 995 qed_wr(dev, ptt, \
|
| D | qed_debug.c | 351 #define ARR_REG_WR(dev, ptt, addr, arr, arr_size) \ argument 354 qed_wr(dev, ptt, addr, (arr)[i]); \
|
| /Linux-v5.10/drivers/usb/host/ |
| D | xhci-mtk-sch.c | 87 struct mu3h_sch_tt *tt, **tt_index, **ptt; in find_tt() local 111 ptt = &tt_index[port]; in find_tt() 114 ptt = (struct mu3h_sch_tt **) &utt->hcpriv; in find_tt() 117 tt = *ptt; in find_tt() 130 *ptt = tt; in find_tt() 140 struct mu3h_sch_tt *tt, **tt_index, **ptt; in drop_tt() local 149 ptt = &tt_index[udev->ttport - 1]; in drop_tt() 155 ptt = (struct mu3h_sch_tt **)&utt->hcpriv; in drop_tt() 158 tt = *ptt; in drop_tt() 162 *ptt = NULL; in drop_tt()
|
| D | ehci-sched.c | 104 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 = NULL; in drop_tt()
|
| /Linux-v5.10/include/uapi/linux/ |
| D | hdlcdrv.h | 36 int ptt; member 42 int ptt; member
|
| /Linux-v5.10/include/linux/ |
| D | hdlcdrv.h | 132 unsigned char ptt; member 234 s->hdlctx.ptt = 0; in hdlcdrv_getbits() 258 return s->hdlctx.ptt || (s->hdlctx.calibrate > 0); in hdlcdrv_ptt()
|
| /Linux-v5.10/drivers/net/hamradio/ |
| D | baycom_ser_fdx.c | 120 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()
|
| D | hdlcdrv.c | 358 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()
|
| D | baycom_epp.c | 1060 hi.data.cs.ptt = !!(bc->stat & EPP_PTTBIT); in baycom_ioctl() 1070 hi.data.ocs.ptt = !!(bc->stat & EPP_PTTBIT); in baycom_ioctl()
|