Home
last modified time | relevance | path

Searched refs:V_FW_RI_TPTE_STAGTYPE (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.c682 V_FW_RI_TPTE_STAGTYPE(FW_RI_STAG_NSMR) | in build_tpte_memreg()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1390 #define V_FW_RI_TPTE_STAGTYPE(x) ((x) << S_FW_RI_TPTE_STAGTYPE) macro