Searched refs:ptt (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_os.c | 7103 struct ecore_ptt *ptt; in qlnx_set_link() local 7113 ptt = ecore_ptt_acquire(hwfn); in qlnx_set_link() 7114 if (!ptt) in qlnx_set_link() 7117 rc = ecore_mcp_set_link(hwfn, ptt, link_up); in qlnx_set_link() 7119 ecore_ptt_release(hwfn, ptt); in qlnx_set_link() 7923 struct ecore_ptt *ptt = ecore_ptt_acquire(hwfn); in qlnx_sriov_disable() local 7925 if (!ptt) { in qlnx_sriov_disable() 7930 ecore_clean_wfq_db(hwfn, ptt); in qlnx_sriov_disable() 7951 ptt, j); in qlnx_sriov_disable() 7957 ecore_ptt_release(hwfn, ptt); in qlnx_sriov_disable() [all …]
|
H A D | ecore_iov_api.h | 379 struct ecore_ptt *ptt, 785 …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
|
H A D | bcm_osal.h | 372 #define OSAL_LINK_UPDATE(hwfn, ptt) qlnx_link_update(hwfn) argument
|
H A D | ecore_int.c | 55 struct ecore_ptt *ptt, 66 #define ecore_dbg_read_attn(hwfn, ptt, id, type, clear, results) \ argument 67 dbg_read_attn(hwfn, ptt, id, type, clear, results)
|
H A D | ecore_dbg_fw_funcs.c | 375 #define ARR_REG_WR(dev, ptt, addr, arr, arr_size) for (i = 0; i < (arr_size); i++) ecore_wr(dev,… argument 377 #define ARR_REG_RD(dev, ptt, addr, arr, arr_size) for (i = 0; i < (arr_size); i++) (arr)[i] = ec… argument
|
H A D | ecore_sriov.c | 4394 struct ecore_ptt *ptt, in ecore_iov_copy_vf_msg() argument 4409 if (ecore_dmae_host2host(p_hwfn, ptt, in ecore_iov_copy_vf_msg()
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_calendar.c | 190 const time_t * ptt in time_to_vint64() 196 tt = *ptt; in time_to_vint64() 191 time_to_vint64(const time_t * ptt) time_to_vint64() argument
|
/freebsd/sys/dev/usb/ |
H A D | usb_hub.c | 1142 uhub_query_info(struct usb_device *udev, uint8_t *pnports, uint8_t *ptt) in uhub_query_info() argument 1195 if (ptt != NULL) in uhub_query_info() 1196 *ptt = tt; in uhub_query_info()
|