Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgbe/
HDt4_netmap.c433 V_FW_EQ_ETH_CMD_IQID(sc->sge.nm_rxq[nm_txq->iqidx].iq_cntxt_id)); in alloc_nm_txq_hwq()
HDt4_sge.c4358 V_FW_EQ_ETH_CMD_IQID(eq->iqid)); in eth_eq_alloc()
/freebsd-13-stable/sys/dev/cxgbe/firmware/
HDt4fw_interface.h6055 #define V_FW_EQ_ETH_CMD_IQID(x) ((x) << S_FW_EQ_ETH_CMD_IQID) macro