Lines Matching defs:ulptx
786 chcr_req->ulptx.cmd_dest = FILL_ULPTX_CMD_DEST(tx_channel_id, fid);
787 chcr_req->ulptx.len = htonl((DIV_ROUND_UP(len16, 16) -
807 struct ulptx_sgl *ulptx;
875 ulptx = (struct ulptx_sgl *)((u8 *)(phys_cpl + 1) + dst_size);
876 chcr_add_cipher_src_ent(wrparam->req, ulptx, wrparam);
1570 struct ulptx_sgl *ulptx;
1626 ulptx = (struct ulptx_sgl *)((u8 *)(chcr_req + 1) + param->kctx_len +
1641 chcr_add_hash_src_ent(req, ulptx, param);
2446 struct ulptx_sgl *ulptx;
2548 ulptx = (struct ulptx_sgl *)(ivptr + IV);
2560 chcr_add_aead_src_ent(req, ulptx);
2679 struct ulptx_sgl *ulptx)
2685 u8 *buf = (u8 *)ulptx;
2694 ulptx_walk_init(&ulp_walk, ulptx);
2727 void *ulptx,
2732 u8 *buf = ulptx;
2771 struct ulptx_sgl *ulptx,
2778 u8 *buf = (u8 *)ulptx;
2789 ulptx_walk_init(&ulp_walk, ulptx);
3044 struct ulptx_sgl *ulptx;
3108 ulptx = (struct ulptx_sgl *)(ivptr + IV);
3113 chcr_add_aead_src_ent(req, ulptx);
3143 struct ulptx_sgl *ulptx;
3230 ulptx = (struct ulptx_sgl *)(ivptr + 16);
3233 chcr_add_aead_src_ent(req, ulptx);