Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c293 V_FW_RI_TPTE_STAGTYPE(type) | V_FW_RI_TPTE_PDID(pdid)); in write_tpt_entry()
H A Dqp.c683 V_FW_RI_TPTE_PDID(mhp->attr.pdid)); in build_tpte_memreg()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1396 #define V_FW_RI_TPTE_PDID(x) ((x) << S_FW_RI_TPTE_PDID) macro