Searched refs:V_ULPTX_CMD (Results 1 – 3 of 3) sorted by relevance
220 txpkt->cmd_dest = cpu_to_be32(V_ULPTX_CMD(ULP_TX_PKT) | in mk_set_tcb_field_ulp()223 sc->cmd_more = cpu_to_be32(V_ULPTX_CMD(ULP_TX_SC_IMM)); in mk_set_tcb_field_ulp()232 sc->cmd_more = cpu_to_be32(V_ULPTX_CMD(ULP_TX_SC_NOOP)); in mk_set_tcb_field_ulp()372 txpkt->cmd_dest = cpu_to_be32(V_ULPTX_CMD(ULP_TX_PKT) | in mk_abort_req_ulp()375 sc->cmd_more = cpu_to_be32(V_ULPTX_CMD(ULP_TX_SC_IMM)); in mk_abort_req_ulp()383 sc->cmd_more = cpu_to_be32(V_ULPTX_CMD(ULP_TX_SC_NOOP)); in mk_abort_req_ulp()396 txpkt->cmd_dest = cpu_to_be32(V_ULPTX_CMD(ULP_TX_PKT) | in mk_abort_rpl_ulp()399 sc->cmd_more = cpu_to_be32(V_ULPTX_CMD(ULP_TX_SC_IMM)); in mk_abort_rpl_ulp()407 sc->cmd_more = cpu_to_be32(V_ULPTX_CMD(ULP_TX_SC_NOOP)); in mk_abort_rpl_ulp()
629 sgl->cmd_nsge = htonl(V_ULPTX_CMD(ULP_TX_SC_DSGL) | in write_sgl()1010 mc->cmd_dest = htonl(V_ULPTX_CMD(4) | V_ULP_TXPKT_DEST(0) | in tx_do_packet_coalesce()1015 sc_imm->cmd_more = htonl(V_ULPTX_CMD(ULP_TX_SC_IMM) | in tx_do_packet_coalesce()
576 #define V_ULPTX_CMD(x) ((x) << S_ULPTX_CMD) macro