Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c86 ulpmc->cmd = cpu_to_be32(V_ULPTX_CMD(ULP_TX_MEM_WRITE) | in _c4iw_write_mem_dma_aligned()
119 cmd = cpu_to_be32(V_ULPTX_CMD(ULP_TX_MEM_WRITE)); in _c4iw_write_mem_inline()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_ddp.c1638 cmd = htobe32(V_ULPTX_CMD(ULP_TX_MEM_WRITE)); in t4_write_page_pods_for_ps()
1716 cmd = htobe32(V_ULPTX_CMD(ULP_TX_MEM_WRITE)); in t4_write_page_pods_for_rcvbuf()
1823 cmd = htobe32(V_ULPTX_CMD(ULP_TX_MEM_WRITE)); in t4_write_page_pods_for_bio()
1900 cmd = htobe32(V_ULPTX_CMD(ULP_TX_MEM_WRITE)); in t4_write_page_pods_for_buf()
1992 cmd = htobe32(V_ULPTX_CMD(ULP_TX_MEM_WRITE)); in t4_write_page_pods_for_sgl()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_keyctx.c669 kwr->cmd = htobe32(V_ULPTX_CMD(ULP_TX_MEM_WRITE) | in t4_write_tlskey_wr()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h2828 ULP_TX_MEM_WRITE = 3, enumerator