Home
last modified time | relevance | path

Searched refs:pxp (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Decore_hw.c63 struct pxp_ptt_entry pxp; member
92 p_pool->ptts[i].pxp.offset = ECORE_BAR_INVALID_OFFSET; in ecore_ptt_pool_alloc()
93 p_pool->ptts[i].pxp.pretend.control = 0; in ecore_ptt_pool_alloc()
122 p_ptt->pxp.offset = ECORE_BAR_INVALID_OFFSET; in ecore_ptt_invalidate()
179 return OSAL_LE32_TO_CPU(p_ptt->pxp.offset) << 2; in ecore_ptt_get_hw_addr()
211 p_ptt->pxp.offset = OSAL_CPU_TO_LE32(new_hw_addr >> 2); in ecore_ptt_set_win()
216 OSAL_LE32_TO_CPU(p_ptt->pxp.offset)); in ecore_ptt_set_win()
405 p_ptt->pxp.pretend.control = OSAL_CPU_TO_LE16(control); in ecore_fid_pretend()
406 p_ptt->pxp.pretend.fid.concrete_fid.fid = OSAL_CPU_TO_LE16(fid); in ecore_fid_pretend()
411 *(u32 *)&p_ptt->pxp.pretend); in ecore_fid_pretend()
[all …]
/freebsd-10-stable/sys/gnu/dts/arm/
Dimx6dl.dtsi74 pxp: pxp@020f0000 { label
Dimx6sl.dtsi642 pxp: pxp@020f0000 { label
Dimx6sx.dtsi1056 pxp: pxp@02218000 { label
1061 clock-names = "pxp-axi", "disp-axi";
Dimx28.dtsi919 pxp: pxp@8002a000 { label
Dimx23.dtsi347 pxp@8002a000 {
/freebsd-10-stable/contrib/groff/src/preproc/grn/
Dhgraph.cpp643 int pxp, pyp; /* previous point (to make lines from) */ in picurve() local
661 pxp = (x[0] + x[1]) / 2; /* make the last point pointers */ in picurve()
663 tmove2(pxp, pyp); in picurve()
/freebsd-10-stable/contrib/sendmail/src/
Dparseaddr.c2720 register char **pxp = pvp; local
2724 while (*pxp != NULL && strcmp(*pxp, "@") != 0)
2726 pxp++;
2729 if (*pxp == NULL)
2734 while ((*pxp++ = *qxq++) != NULL)
2738 *--pxp = NULL;