Searched refs:ulpsc (Results 1 – 1 of 1) sorted by relevance
2775 struct ulptx_idata *ulpsc; in write_ulp_cpl_sgl() local2816 ulpmc->len = htonl(howmany(sizeof (*ulpmc) + sizeof (*ulpsc) + in write_ulp_cpl_sgl()2820 ulpsc = (void *)(ulpmc + 1); in write_ulp_cpl_sgl()2821 ulpsc->cmd_more = cpu_to_be32(V_ULPTX_CMD((u32)ULP_TX_SC_IMM) | in write_ulp_cpl_sgl()2823 ulpsc->len = cpu_to_be32(sizeof (struct cpl_tx_pkt_core)); in write_ulp_cpl_sgl()2825 flitp += sizeof (*ulpmc) + sizeof (*ulpsc); in write_ulp_cpl_sgl()