Lines Matching defs:ulptx
790 chcr_req->ulptx.cmd_dest = FILL_ULPTX_CMD_DEST(tx_channel_id, fid);
791 chcr_req->ulptx.len = htonl((DIV_ROUND_UP(len16, 16) -
814 struct ulptx_sgl *ulptx;
882 ulptx = (struct ulptx_sgl *)((u8 *)(phys_cpl + 1) + dst_size);
883 chcr_add_cipher_src_ent(wrparam->req, ulptx, wrparam);
1576 struct ulptx_sgl *ulptx;
1632 ulptx = (struct ulptx_sgl *)((u8 *)(chcr_req + 1) + param->kctx_len +
1647 chcr_add_hash_src_ent(req, ulptx, param);
2451 struct ulptx_sgl *ulptx;
2553 ulptx = (struct ulptx_sgl *)(ivptr + IV);
2565 chcr_add_aead_src_ent(req, ulptx);
2684 struct ulptx_sgl *ulptx)
2690 u8 *buf = (u8 *)ulptx;
2699 ulptx_walk_init(&ulp_walk, ulptx);
2732 void *ulptx,
2737 u8 *buf = ulptx;
2776 struct ulptx_sgl *ulptx,
2783 u8 *buf = (u8 *)ulptx;
2794 ulptx_walk_init(&ulp_walk, ulptx);
3049 struct ulptx_sgl *ulptx;
3113 ulptx = (struct ulptx_sgl *)(ivptr + IV);
3118 chcr_add_aead_src_ent(req, ulptx);
3148 struct ulptx_sgl *ulptx;
3235 ulptx = (struct ulptx_sgl *)(ivptr + 16);
3238 chcr_add_aead_src_ent(req, ulptx);