Home
last modified time | relevance | path

Searched refs:V_FW_WR_LEN16 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Doffload.h34 (w)->wr.wr_mid = htonl(V_FW_WR_LEN16(DIV_ROUND_UP(wrlen, 16)) | \
42 (w)->wr.wr_mid = htonl(V_FW_WR_LEN16(DIV_ROUND_UP(sizeof (*w), 16)) | \
H A Dt4_sge.c2471 ctrl = V_FW_WR_LEN16(howmany(txpkts->nflits, 2)); in write_txpkts_wr()
2649 ctrl = V_FW_WR_LEN16(howmany(nflits, 2)); in write_txpkt_wr()
3043 wr->equiq_to_len16 = cpu_to_be32(V_FW_WR_LEN16(sizeof (*wr) / 16) | in write_txqflush_wr()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c6896 wr->len16_pkd = cpu_to_be32(V_FW_WR_LEN16(sizeof(*wr) / 16)); in t4_mk_filtdelwr()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h222 #define V_FW_WR_LEN16(x) ((x) << S_FW_WR_LEN16) macro