Searched refs:ulpsc (Results 1 – 4 of 4) sorted by relevance
551 struct ulptx_idata *ulpsc; in mk_rx_data_ack_ulp() local557 ulpsc = (struct ulptx_idata *)(ulpmc + 1); in mk_rx_data_ack_ulp()558 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM)); in mk_rx_data_ack_ulp()559 ulpsc->len = htobe32(sizeof(*req)); in mk_rx_data_ack_ulp()561 req = (struct cpl_rx_data_ack_core *)(ulpsc + 1); in mk_rx_data_ack_ulp()565 ulpsc = (struct ulptx_idata *)(req + 1); in mk_rx_data_ack_ulp()567 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_NOOP)); in mk_rx_data_ack_ulp()568 ulpsc->len = htobe32(0); in mk_rx_data_ack_ulp()569 return (ulpsc + 1); in mk_rx_data_ack_ulp()571 return (ulpsc); in mk_rx_data_ack_ulp()[all …]
1922 struct ulptx_idata *ulpsc; in set_nat_params() 1928 ulpsc = (struct ulptx_idata *)(ulpmc + 1);1929 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM));1930 ulpsc->len = htobe32(sizeof(*req)); in configure_hashfilter_tcb() 1932 req = (struct cpl_abort_req_core *)(ulpsc + 1); in configure_hashfilter_tcb() 1938 ulpsc = (struct ulptx_idata *)(req + 1); in configure_hashfilter_tcb() 1940 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_NOOP)); in configure_hashfilter_tcb() 1941 ulpsc->len = htobe32(0); in configure_hashfilter_tcb() 1942 return (ulpsc + 1); in configure_hashfilter_tcb() 1944 return (ulpsc); in configure_hashfilter_tcb() 1708 struct ulptx_idata *ulpsc; mk_abort_req_ulp() local 1740 struct ulptx_idata *ulpsc; mk_abort_rpl_ulp() local [all...]
6069 struct ulptx_idata *ulpsc; in write_txpkts_wr() local6078 ulpsc = (void *)(ulpmc + 1); in write_txpkts_wr()6079 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM) | in write_txpkts_wr()6081 ulpsc->len = htobe32(sizeof(struct cpl_tx_pkt_core)); in write_txpkts_wr()6083 cpl = (void *)(ulpsc + 1); in write_txpkts_wr()
1095 struct ulptx_idata *ulpsc; in mk_set_tcb_field_ulp_with_rpl() local1105 ulpsc = (struct ulptx_idata *)(ulpmc + 1); in mk_set_tcb_field_ulp_with_rpl()1106 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_IMM)); in mk_set_tcb_field_ulp_with_rpl()1107 ulpsc->len = htobe32(sizeof(*req)); in mk_set_tcb_field_ulp_with_rpl()1109 req = (struct cpl_set_tcb_field_core *)(ulpsc + 1); in mk_set_tcb_field_ulp_with_rpl()1135 ulpsc = (struct ulptx_idata *)(req + 1); in mk_set_tcb_field_ulp_with_rpl()1136 ulpsc->cmd_more = htobe32(V_ULPTX_CMD(ULP_TX_SC_NOOP)); in mk_set_tcb_field_ulp_with_rpl()1137 ulpsc->len = htobe32(0); in mk_set_tcb_field_ulp_with_rpl()1139 return (ulpsc + 1); in mk_set_tcb_field_ulp_with_rpl()