Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c427 c.eqid_pkd = htobe32(V_FW_EQ_ETH_CMD_EQID(nm_txq->cntxt_id)); in alloc_nm_txq_hwq()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c8652 c.eqid_pkd = cpu_to_be32(V_FW_EQ_ETH_CMD_EQID(eqid)); in t4_eth_eq_stop()
8677 c.eqid_pkd = cpu_to_be32(V_FW_EQ_ETH_CMD_EQID(eqid)); in t4_eth_eq_free()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h5982 #define V_FW_EQ_ETH_CMD_EQID(x) ((x) << S_FW_EQ_ETH_CMD_EQID) macro