Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c6897 wr->tid_to_iq = cpu_to_be32(V_FW_FILTER_WR_TID(ftid) | in t4_mk_filtdelwr()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h387 #define V_FW_FILTER_WR_TID(x) ((x) << S_FW_FILTER_WR_TID) macro