Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Doffload.h41 V_FW_WR_IMMDLEN(sizeof (*w) - sizeof (w->wr))); \
H A Dt4_sge.c2832 V_FW_WR_IMMDLEN(0)); /* immdlen does not matter in this WR */ in write_txpkts_wr()
2899 V_FW_WR_IMMDLEN(ctrl)); in write_txpkt_wr()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h191 #define V_FW_WR_IMMDLEN(x) ((x) << S_FW_WR_IMMDLEN) macro