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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c7355 struct ecore_ptt *ptt; local
7366 ptt = ecore_ptt_acquire(hwfn);
7367 if (!ptt)
7370 rc = ecore_mcp_set_link(hwfn, ptt, link_up);
7372 ecore_ptt_release(hwfn, ptt);
8218 struct ecore_ptt *ptt = ecore_ptt_acquire(hwfn); local
8220 if (!ptt) {
8221 QL_DPRINT1(ha, "Failed to acquire ptt\n");
8225 ecore_clean_wfq_db(hwfn, ptt);
8246 ptt,
8329 struct ecore_ptt *ptt = ecore_ptt_acquire(hwfn); local
8446 struct ecore_ptt *ptt; local
8487 struct ecore_ptt *ptt; local
8512 struct ecore_ptt *ptt; local
[all...]
H A Decore_iov_api.h375 * @param ptt
381 struct ecore_ptt *ptt,
787 static OSAL_INLINE enum _ecore_status_t ecore_iov_copy_vf_msg(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_ptt OSAL_UNUSED *ptt, int OSAL_UNUSED vfid) {return ECORE_INVAL;} argument
H A Dbcm_osal.h408 #define OSAL_LINK_UPDATE(hwfn, ptt) qlnx_link_update(hwfn)
H A Decore_int.c57 struct ecore_ptt *ptt,
68 #define ecore_dbg_read_attn(hwfn, ptt, id, type, clear, results) \
69 dbg_read_attn(hwfn, ptt, id, type, clear, results)
1299 /* Check the validity of the DPC ptt. If not ack interrupts and fail */
H A 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, ptt, addr, (arr)[i])
380 #define ARR_REG_RD(dev, ptt, addr, arr, arr_size) for (i = 0; i < (arr_size); i++) (arr)[i] = ecore_rd(dev, ptt, addr)
H A Decore_sriov.c4397 struct ecore_ptt *ptt,
4412 if (ecore_dmae_host2host(p_hwfn, ptt,
4396 ecore_iov_copy_vf_msg(struct ecore_hwfn *p_hwfn, struct ecore_ptt *ptt, int vfid) argument
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_calendar.c191 const time_t * ptt
197 tt = *ptt;
/freebsd-11-stable/sys/dev/usb/
H A Dusb_hub.c1166 uhub_query_info(struct usb_device *udev, uint8_t *pnports, uint8_t *ptt) argument
1219 if (ptt != NULL)
1220 *ptt = tt;
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c1723 static struct ptt
1720 static struct ptt struct
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c1144 static struct ptt
1138 static struct ptt struct

Completed in 515 milliseconds