Home
last modified time | relevance | path

Searched refs:ptt (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_main.c460 if (ptt) { in qed_fill_dev_info()
1706 if (!ptt) in qed_set_link()
2565 if (!ptt) in qed_nvm_flash_cfg_write()
2630 if (!ptt) in qed_nvm_flash_cfg_len()
2654 if (!ptt) in qed_nvm_flash_cfg_read()
2818 if (!ptt) in qed_set_led()
2855 if (!ptt) in qed_update_wol()
2879 if (!ptt) in qed_update_drv_state()
2901 if (!ptt) in qed_update_mac()
2925 if (!ptt) in qed_update_mtu()
[all …]
A Dqed_dcbx.c1339 if (!ptt) in qed_dcbnl_setstate()
1449 if (!ptt) in qed_dcbnl_setpfccfg()
1589 if (!ptt) in qed_dcbnl_setpgtccfgtx()
1625 if (!ptt) in qed_dcbnl_setpgbwgcfgtx()
1651 if (!ptt) in qed_dcbnl_setall()
1689 if (!ptt) in qed_dcbnl_setnumtcs()
1717 if (!ptt) in qed_dcbnl_setpfcstate()
1796 if (!ptt) in qed_dcbnl_setapp()
1843 if (!ptt) in qed_dcbnl_setdcbx()
1933 if (!ptt) in qed_dcbnl_setfeatcfg()
[all …]
A Dqed_sriov.c4470 if (!ptt) { in qed_sriov_disable()
4494 ptt, j); in qed_sriov_disable()
4531 struct qed_ptt *ptt; in qed_sriov_enable() local
4552 if (!ptt) { in qed_sriov_enable()
4583 if (!ptt) { in qed_sriov_enable()
4778 if (!ptt) { in qed_inform_vf_link_state()
4916 struct qed_ptt *ptt; in qed_handle_vf_msg() local
4920 if (!ptt) { in qed_handle_vf_msg()
5030 struct qed_ptt *ptt; in qed_handle_bulletin_post() local
5034 if (!ptt) { in qed_handle_bulletin_post()
[all …]
A Dqed.h977 void qed_link_update(struct qed_hwfn *hwfn, struct qed_ptt *ptt);
978 void qed_bw_update(struct qed_hwfn *hwfn, struct qed_ptt *ptt);
A Dqed_init_fw_funcs.c1113 #define ARR_REG_WR(dev, ptt, addr, arr, arr_size) \ argument
1118 qed_wr(dev, ptt, \
A Dqed_debug.c409 #define ARR_REG_WR(dev, ptt, addr, arr, arr_size) \ argument
412 qed_wr(dev, ptt, addr, (arr)[i]); \
/linux/drivers/usb/host/
A Dxhci-mtk-sch.c164 struct mu3h_sch_tt *tt, **tt_index, **ptt; in find_tt() local
186 ptt = &tt_index[udev->ttport - 1]; in find_tt()
188 ptt = (struct mu3h_sch_tt **) &utt->hcpriv; in find_tt()
191 tt = *ptt; in find_tt()
202 *ptt = tt; in find_tt()
212 struct mu3h_sch_tt *tt, **tt_index, **ptt; in drop_tt() local
221 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
227 ptt = (struct mu3h_sch_tt **)&utt->hcpriv; in drop_tt()
230 tt = *ptt; in drop_tt()
234 *ptt = NULL; in drop_tt()
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 = NULL; in drop_tt()
/linux/include/uapi/linux/
A Dhdlcdrv.h36 int ptt; member
42 int ptt; member
/linux/include/linux/
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()
/linux/drivers/net/hamradio/
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()
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()
549 bi.data.cs.ptt = hdlcdrv_ptt(s); in hdlcdrv_siocdevprivate()
559 bi.data.ocs.ptt = hdlcdrv_ptt(s); in hdlcdrv_siocdevprivate()
653 s->hdlctx.ptt = 0; in hdlcdrv_setup()
A Dbaycom_epp.c1061 hi.data.cs.ptt = !!(bc->stat & EPP_PTTBIT); in baycom_siocdevprivate()
1071 hi.data.ocs.ptt = !!(bc->stat & EPP_PTTBIT); in baycom_siocdevprivate()

Completed in 677 milliseconds