Home
last modified time | relevance | path

Searched refs:wr_mid (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Doffload.h40 (w)->wr_mid = htonl(V_FW_WR_LEN16(DIV_ROUND_UP(wrlen, 16)) | \
51 (w)->wr.wr_mid = htonl(V_FW_WR_LEN16(DIV_ROUND_UP(sizeof(*w), 16)) | \
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.h200 __be32 wr_mid; member
H A Dt4_keyctx.c661 kwr->wr_mid = htobe32(V_FW_WR_LEN16(DIV_ROUND_UP(TLS_KEY_WR_SZ, 16)) | in t4_write_tlskey_wr()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c85 ulpmc->wr.wr_mid = cpu_to_be32(V_FW_WR_LEN16(DIV_ROUND_UP(wr_len, 16))); in _c4iw_write_mem_dma_aligned()
148 ulpmc->wr.wr_mid = cpu_to_be32( in _c4iw_write_mem_inline()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c475 req->wr.wr_mid = htonl(V_FW_WR_LEN16(howmany(sizeof(*req), 16)) | in t4_close_conn()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h408 __be32 wr_mid; member