Home
last modified time | relevance | path

Searched refs:cmd_more (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_ddp.c558 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM)); in mk_rx_data_ack_ulp()
567 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_NOOP)); in mk_rx_data_ack_ulp()
1663 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM)); in t4_write_page_pods_for_ps()
1745 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM)); in t4_write_page_pods_for_rcvbuf()
1850 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM)); in t4_write_page_pods_for_bio()
1930 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM)); in t4_write_page_pods_for_buf()
2021 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM)); in t4_write_page_pods_for_sgl()
H A Dt4_tls.c665 idata->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_NOOP)); in t4_push_ktls()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c293 idata->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM)); in write_set_tcb_field_ulp()
306 idata->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_NOOP)); in write_set_tcb_field_ulp()
1637 idata->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM) | in ktls_write_tls_wr()
1745 idata->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM) | in ktls_write_tls_wr()
1806 idata->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_NOOP)); in ktls_write_tls_wr()
H A Dt4_crypto.c467 crwr->sc_imm.cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM) | in ccr_populate_wreq()
1727 idata->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_NOOP)); in ccr_ccm()
/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c1715 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM)); in mk_abort_req_ulp()
1726 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_NOOP)); in mk_abort_req_ulp()
1747 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM)); in mk_abort_rpl_ulp()
1758 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_NOOP)); in mk_abort_rpl_ulp()
H A Dt4_sge.c5887 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM) | in write_txpkts_wr()
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h987 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM)); in mk_set_tcb_field_ulp()
1004 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_NOOP)); in mk_set_tcb_field_ulp()
H A Dt4_msg.h2882 __be32 cmd_more; member
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c159 ulpsc->cmd_more = cpu_to_be32(V_ULPTX_CMD(ULP_TX_SC_IMM)); in _c4iw_write_mem_inline()