Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1403 c.cmpliqid_eqid = htonl(V_FW_EQ_CTRL_CMD_CMPLIQID(eq->iqid)); /* TODO */ in ctrl_eq_alloc()
/titanic_50/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h4552 #define V_FW_EQ_CTRL_CMD_CMPLIQID(x) ((x) << S_FW_EQ_CTRL_CMD_CMPLIQID) macro