Lines Matching defs:ulpsc
551 struct ulptx_idata *ulpsc;
557 ulpsc = (struct ulptx_idata *)(ulpmc + 1);
558 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM));
559 ulpsc->len = htobe32(sizeof(*req));
561 req = (struct cpl_rx_data_ack_core *)(ulpsc + 1);
565 ulpsc = (struct ulptx_idata *)(req + 1);
567 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_NOOP));
568 ulpsc->len = htobe32(0);
569 return (ulpsc + 1);
571 return (ulpsc);
1625 struct ulptx_idata *ulpsc;
1649 len = roundup2(sizeof(*ulpmc) + sizeof(*ulpsc) + chunk, 16);
1665 ulpsc = (struct ulptx_idata *)(ulpmc + 1);
1666 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM));
1667 ulpsc->len = htobe32(chunk);
1669 ppod = (struct pagepod *)(ulpsc + 1);
1707 struct ulptx_idata *ulpsc;
1734 len = roundup2(sizeof(*ulpmc) + sizeof(*ulpsc) + chunk, 16);
1747 ulpsc = (struct ulptx_idata *)(ulpmc + 1);
1748 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM));
1749 ulpsc->len = htobe32(chunk);
1751 ppod = (struct pagepod *)(ulpsc + 1);
1815 struct ulptx_idata *ulpsc;
1839 len = roundup2(sizeof(*ulpmc) + sizeof(*ulpsc) + chunk, 16);
1855 ulpsc = (struct ulptx_idata *)(ulpmc + 1);
1856 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM));
1857 ulpsc->len = htobe32(chunk);
1859 ppod = (struct pagepod *)(ulpsc + 1);
1896 struct ulptx_idata *ulpsc;
1922 len = roundup2(sizeof(*ulpmc) + sizeof(*ulpsc) + chunk, 16);
1938 ulpsc = (struct ulptx_idata *)(ulpmc + 1);
1939 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM));
1940 ulpsc->len = htobe32(chunk);
1942 ppod = (struct pagepod *)(ulpsc + 1);
1989 struct ulptx_idata *ulpsc;
2016 len = roundup2(sizeof(*ulpmc) + sizeof(*ulpsc) + chunk, 16);
2032 ulpsc = (struct ulptx_idata *)(ulpmc + 1);
2033 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM));
2034 ulpsc->len = htobe32(chunk);
2036 ppod = (struct pagepod *)(ulpsc + 1);