Home
last modified time | relevance | path

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

/titanic_50/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.c2531 ctrl = V_FW_WR_LEN16(howmany(txpkts->nflits, 2)); in write_txpkts_wr()
2598 ctrl = V_FW_WR_LEN16(howmany(nflits, 2)); in write_txpkt_wr()
2915 wr->equiq_to_len16 = cpu_to_be32(V_FW_WR_LEN16(sizeof (*wr) / 16) | in write_txqflush_wr()
/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c3702 wr->len16_pkd = htonl(V_FW_WR_LEN16(sizeof (*wr) / 16)); in t4_mk_filtdelwr()
/titanic_50/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h189 #define V_FW_WR_LEN16(x) ((x) << S_FW_WR_LEN16) macro