Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c1110 struct ulp_txpkt *ulptx; in chcr_ktls_xmit_wr_complete() local
1159 ulptx = pos; in chcr_ktls_xmit_wr_complete()
1160 ulptx->cmd_dest = htonl(ULPTX_CMD_V(ULP_TX_PKT) | in chcr_ktls_xmit_wr_complete()
1164 ulptx->len = htonl(len16 - 1); in chcr_ktls_xmit_wr_complete()
1166 idata = (struct ulptx_idata *)(ulptx + 1); in chcr_ktls_xmit_wr_complete()
1286 struct ulp_txpkt *ulptx; in chcr_ktls_xmit_wr_short() local
1341 ulptx = pos; in chcr_ktls_xmit_wr_short()
1342 ulptx->cmd_dest = htonl(ULPTX_CMD_V(ULP_TX_PKT) | in chcr_ktls_xmit_wr_short()
1346 ulptx->len = htonl(len16 - 1); in chcr_ktls_xmit_wr_short()
1348 idata = (struct ulptx_idata *)(ulptx + 1); in chcr_ktls_xmit_wr_short()
[all …]
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.h26 struct ulp_txpkt ulptx; member
H A Dchcr_ipsec.c608 wr->req.ulptx.cmd_dest = FILL_ULPTX_CMD_DEST(pi->port_id, qid); in ch_ipsec_crypto_wreq()
609 wr->req.ulptx.len = htonl(ndesc - 1); in ch_ipsec_crypto_wreq()
/linux/drivers/crypto/chelsio/
H A Dchcr_core.h90 struct ulp_txpkt ulptx; member