Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2703 struct ulptx_idata *ulpsc; in write_ulp_cpl_sgl() local
2736 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()