Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c294 tpt.locread_to_qpid = cpu_to_be32(V_FW_RI_TPTE_PERM(perm) | in write_tpt_entry()
H A Dqp.c685 V_FW_RI_TPTE_PERM(c4iw_ib_to_tpt_access(wr->access)) | in build_tpte_memreg()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1402 #define V_FW_RI_TPTE_PERM(x) ((x) << S_FW_RI_TPTE_PERM) macro