Searched defs:ulpsc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2703 struct ulptx_idata *ulpsc; local
2736 ulpmc->len = htonl(howmany(sizeof (*ulpmc) + sizeof (*ulpsc) +
2740 ulpsc = (void *)(ulpmc + 1);
2741 ulpsc->cmd_more = cpu_to_be32(V_ULPTX_CMD((u32)ULP_TX_SC_IMM) |
2743 ulpsc->len = cpu_to_be32(sizeof (struct cpl_tx_pkt_core));
2745 flitp += sizeof (*ulpmc) + sizeof (*ulpsc);

Completed in 84 milliseconds