Home
last modified time | relevance | path

Searched refs:V_FW_EQ_OFLD_CMD_EQID (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/common/
HDt4_hw.c8727 c.eqid_pkd = cpu_to_be32(V_FW_EQ_OFLD_CMD_EQID(eqid)); in t4_ofld_eq_free()
/freebsd-13-stable/sys/dev/cxgbe/firmware/
HDt4fw_interface.h6382 #define V_FW_EQ_OFLD_CMD_EQID(x) ((x) << S_FW_EQ_OFLD_CMD_EQID) macro