Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1138 V_FW_IQ_CMD_IQESIZE(ilog2(iq->esize) - 4)); in alloc_iq_fl()
/titanic_50/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h3785 #define V_FW_IQ_CMD_IQESIZE(x) ((x) << S_FW_IQ_CMD_IQESIZE) macro