Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Dqlnx_os.c7354 struct ecore_ptt *ptt; in qlnx_set_link() local
7365 ptt = ecore_ptt_acquire(hwfn); in qlnx_set_link()
7366 if (!ptt) in qlnx_set_link()
7369 rc = ecore_mcp_set_link(hwfn, ptt, link_up); in qlnx_set_link()
7371 ecore_ptt_release(hwfn, ptt); in qlnx_set_link()
8217 struct ecore_ptt *ptt = ecore_ptt_acquire(hwfn); in qlnx_sriov_disable() local
8219 if (!ptt) { in qlnx_sriov_disable()
8224 ecore_clean_wfq_db(hwfn, ptt); in qlnx_sriov_disable()
8245 ptt, j); in qlnx_sriov_disable()
8251 ecore_ptt_release(hwfn, ptt); in qlnx_sriov_disable()
[all …]
Decore_iov_api.h381 struct ecore_ptt *ptt,
787 …f_msg(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_ptt OSAL_UNUSED *ptt, int OSAL_UNUSED vf… in ecore_iov_copy_vf_msg() argument
Dbcm_osal.h405 #define OSAL_LINK_UPDATE(hwfn, ptt) qlnx_link_update(hwfn) argument
Decore_int.c57 struct ecore_ptt *ptt,
68 #define ecore_dbg_read_attn(hwfn, ptt, id, type, clear, results) \ argument
69 dbg_read_attn(hwfn, ptt, id, type, clear, results)
Decore_dbg_fw_funcs.c378 #define ARR_REG_WR(dev, ptt, addr, arr, arr_size) for (i = 0; i < (arr_size); i++) ecore_wr(dev,… argument
380 #define ARR_REG_RD(dev, ptt, addr, arr, arr_size) for (i = 0; i < (arr_size); i++) (arr)[i] = ec… argument
Decore_sriov.c4397 struct ecore_ptt *ptt, in ecore_iov_copy_vf_msg() argument
4412 if (ecore_dmae_host2host(p_hwfn, ptt, in ecore_iov_copy_vf_msg()
/freebsd-12-stable/contrib/ntp/libntp/
Dntp_calendar.c191 const time_t * ptt in time_to_vint64() argument
197 tt = *ptt; in time_to_vint64()
/freebsd-12-stable/sys/dev/usb/
Dusb_hub.c1170 uhub_query_info(struct usb_device *udev, uint8_t *pnports, uint8_t *ptt) in uhub_query_info() argument
1223 if (ptt != NULL) in uhub_query_info()
1224 *ptt = tt; in uhub_query_info()
/freebsd-12-stable/contrib/gdb/gdb/doc/
Dgdb.info-14551 shows that a variable `ptt' points at another variable `t', defined in
4555 (gdb) p/a ptt
Dgdb.texinfo5379 For example, here @value{GDBN} shows that a variable @code{ptt} points
5384 (@value{GDBP}) p/a ptt
/freebsd-12-stable/contrib/gcc/config/i386/
Di386.c1720 static struct ptt in override_options() struct
/freebsd-12-stable/contrib/gcc/config/rs6000/
Drs6000.c1138 static struct ptt in rs6000_override_options() struct
/freebsd-12-stable/contrib/gcc/
DChangeLog-199916180 * rs6000.c (rs6000_override_options, ptt, rs6000_file_start,