Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c58 struct pxp_ptt_entry pxp; member
81 p_pool->ptts[i].pxp.offset = ECORE_BAR_INVALID_OFFSET; in ecore_ptt_pool_alloc()
82 p_pool->ptts[i].pxp.pretend.control = 0; in ecore_ptt_pool_alloc()
107 p_ptt->pxp.offset = ECORE_BAR_INVALID_OFFSET; in ecore_ptt_invalidate()
166 return OSAL_LE32_TO_CPU(p_ptt->pxp.offset) << 2; in ecore_ptt_get_hw_addr()
198 p_ptt->pxp.offset = OSAL_CPU_TO_LE32(new_hw_addr >> 2); in ecore_ptt_set_win()
203 OSAL_LE32_TO_CPU(p_ptt->pxp.offset)); in ecore_ptt_set_win()
392 p_ptt->pxp.pretend.control = OSAL_CPU_TO_LE16(control); in ecore_fid_pretend()
398 *(u32 *)&p_ptt->pxp.pretend); in ecore_fid_pretend()
414 *(u32 *)&p_ptt->pxp.pretend); in ecore_port_pretend()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.c2130 px_t *pxp = NULL; in px_cb_intr_redist() local
2141 pxp = pxl->pxp; in px_cb_intr_redist()
2142 f_p = &pxp->px_cb_fault; in px_cb_intr_redist()
2145 pxp = pxl->pxp; in px_cb_intr_redist()
2214 pxl->pxp = px_p; in px_cb_add_intr()
2230 pxl_new->pxp = px_p; in px_cb_add_intr()
2267 if (pxl->pxp == px_p) { in px_cb_rem_intr()
2303 pxp = cb_p->pxl->pxp; in px_cb_rem_intr()
2335 px_t *pxp; in px_cb_intr() local
2346 pxp = cb_p->pxl->pxp; in px_cb_intr()
[all …]
H A Dpx_lib4u.h67 px_t *pxp; member
H A Dpx_err.c1159 if ((((pxu_t *)pxl_elemp->pxp->px_plat_p)->portid & in px_err_search_cb()
1161 return (pxl_elemp->pxp->px_dip); in px_err_search_cb()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c150 int x[50], y[50], xp, yp, pxp, pyp; in drawwig() local
172 pxp = pyp = -9999; in drawwig()
186 if (xp != pxp || yp != pyp) { in drawwig()
190 pxp = xp; in drawwig()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c2699 register char **pxp = pvp; local
2703 while (*pxp != NULL && strcmp(*pxp, "@") != 0)
2705 pxp++;
2708 if (*pxp == NULL)
2713 while ((*pxp++ = *qxq++) != NULL)
2717 *--pxp = NULL;
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c1891 pool_xml_elem_t *pxp; in pool_xml_set_container() local
1895 pxp = (pool_xml_elem_t *)pp; in pool_xml_set_container()
1900 if (xmlAddChild(pxp->pxe_node, pxc->pxe_node) == NULL) { in pool_xml_set_container()