Searched refs:V_TXPKT_OPCODE (Results 1 – 2 of 2) sorted by relevance
2646 cpl->ctrl0 = cpu_to_be32(V_TXPKT_OPCODE(CPL_TX_PKT) | in write_txpkt_wr()2751 cpl->ctrl0 = cpu_to_be32(V_TXPKT_OPCODE(CPL_TX_PKT) | in write_ulp_cpl_sgl()
1024 #define V_TXPKT_OPCODE(x) ((x) << S_TXPKT_OPCODE) macro