Home
last modified time | relevance | path

Searched refs:V_ULP_MEMIO_DATA_LEN (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sys/dev/cxgbe/iw_cxgbe/
HDmem.c89 ulpmc->dlen = cpu_to_be32(V_ULP_MEMIO_DATA_LEN(len>>5)); in _c4iw_write_mem_dma_aligned()
152 ulpmc->dlen = cpu_to_be32(V_ULP_MEMIO_DATA_LEN( in _c4iw_write_mem_inline()
/freebsd-14-stable/sys/dev/cxgbe/tom/
HDt4_ddp.c1658 ulpmc->dlen = htobe32(V_ULP_MEMIO_DATA_LEN(chunk / 32)); in t4_write_page_pods_for_ps()
1740 ulpmc->dlen = htobe32(V_ULP_MEMIO_DATA_LEN(chunk / 32)); in t4_write_page_pods_for_rcvbuf()
1845 ulpmc->dlen = htobe32(V_ULP_MEMIO_DATA_LEN(chunk / 32)); in t4_write_page_pods_for_bio()
1925 ulpmc->dlen = htobe32(V_ULP_MEMIO_DATA_LEN(chunk / 32)); in t4_write_page_pods_for_buf()
2016 ulpmc->dlen = htobe32(V_ULP_MEMIO_DATA_LEN(chunk / 32)); in t4_write_page_pods_for_sgl()
/freebsd-14-stable/sys/dev/cxgbe/crypto/
HDt4_keyctx.c672 kwr->dlen = htobe32(V_ULP_MEMIO_DATA_LEN(TLS_KEY_CONTEXT_SZ >> 5)); in t4_write_tlskey_wr()
/freebsd-14-stable/sys/dev/cxgb/common/
HDcxgb_t3_cpl.h1600 #define V_ULP_MEMIO_DATA_LEN(x) ((x) << S_ULP_MEMIO_DATA_LEN) macro
/freebsd-14-stable/sys/dev/cxgbe/common/
HDt4_msg.h2933 #define V_ULP_MEMIO_DATA_LEN(x) ((x) << S_ULP_MEMIO_DATA_LEN) macro