Searched refs:ulpsc (Results 1 – 1 of 1) sorted by relevance
2703 struct ulptx_idata *ulpsc; in write_ulp_cpl_sgl() local2736 ulpmc->len = htonl(howmany(sizeof (*ulpmc) + sizeof (*ulpsc) + in write_ulp_cpl_sgl()2740 ulpsc = (void *)(ulpmc + 1); in write_ulp_cpl_sgl()2741 ulpsc->cmd_more = cpu_to_be32(V_ULPTX_CMD((u32)ULP_TX_SC_IMM) | in write_ulp_cpl_sgl()2743 ulpsc->len = cpu_to_be32(sizeof (struct cpl_tx_pkt_core)); in write_ulp_cpl_sgl()2745 flitp += sizeof (*ulpmc) + sizeof (*ulpsc); in write_ulp_cpl_sgl()