Home
last modified time | relevance | path

Searched refs:V_FW_RI_TPTE_PDID (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
HDmem.c291 V_FW_RI_TPTE_STAGTYPE(type) | V_FW_RI_TPTE_PDID(pdid)); in write_tpt_entry()
HDqp.c682 V_FW_RI_TPTE_PDID(mhp->attr.pdid)); in build_tpte_memreg()
/freebsd-11-stable/sys/dev/cxgbe/firmware/
HDt4fw_interface.h1397 #define V_FW_RI_TPTE_PDID(x) ((x) << S_FW_RI_TPTE_PDID) macro