Searched refs:sqc (Results 1 – 3 of 3) sorted by relevance
| /dpdk/lib/ipsec/ |
| H A D | esp_outb.c | 253 psqh[0] = sqn_hi32(sqc); in outb_pkt_xprepare() 296 rte_be64_t sqc; in esp_outb_tun_prepare() local 315 gen_iv(iv, sqc); in esp_outb_tun_prepare() 444 rte_be64_t sqc; in esp_outb_trs_prepare() local 466 gen_iv(iv, sqc); in esp_outb_trs_prepare() 535 rte_be64_t sqc; in cpu_outb_pkt_prepare() local 564 gen_iv(ivbuf[k], sqc); in cpu_outb_pkt_prepare() 722 rte_be64_t sqc; in inline_outb_tun_pkt_process() local 754 gen_iv(iv, sqc); in inline_outb_tun_pkt_process() 790 rte_be64_t sqc; in inline_outb_trs_pkt_process() local [all …]
|
| H A D | esp_inb.c | 213 inb_pkt_xprepare(const struct rte_ipsec_sa *sa, rte_be64_t sqc, in inb_pkt_xprepare() argument 222 insert_sqh(sqn_hi32(sqc), icv->va, sa->icv_len); in inb_pkt_xprepare() 232 aead_gcm_aad_fill(aad, sa->spi, sqc, IS_ESN(sa)); in inb_pkt_xprepare() 238 aead_ccm_aad_fill(caad, sa->spi, sqc, IS_ESN(sa)); in inb_pkt_xprepare() 246 sa->spi, sqc, IS_ESN(sa)); in inb_pkt_xprepare() 254 struct rte_mbuf *mb, uint32_t hlen, rte_be64_t *sqc) in inb_get_sqn() argument 269 *sqc = rte_cpu_to_be_64(sqn); in inb_get_sqn()
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_devx_cmds.c | 1688 MLX5_SET(sqc, sq_ctx, rlky, sq_attr->rlky); in mlx5_devx_cmd_create_sq() 1690 MLX5_SET(sqc, sq_ctx, fre, sq_attr->fre); in mlx5_devx_cmd_create_sq() 1692 MLX5_SET(sqc, sq_ctx, allow_multi_pkt_send_wqe, in mlx5_devx_cmd_create_sq() 1694 MLX5_SET(sqc, sq_ctx, min_wqe_inline_mode, in mlx5_devx_cmd_create_sq() 1696 MLX5_SET(sqc, sq_ctx, state, sq_attr->state); in mlx5_devx_cmd_create_sq() 1697 MLX5_SET(sqc, sq_ctx, reg_umr, sq_attr->reg_umr); in mlx5_devx_cmd_create_sq() 1699 MLX5_SET(sqc, sq_ctx, hairpin, sq_attr->hairpin); in mlx5_devx_cmd_create_sq() 1700 MLX5_SET(sqc, sq_ctx, non_wire, sq_attr->non_wire); in mlx5_devx_cmd_create_sq() 1703 MLX5_SET(sqc, sq_ctx, cqn, sq_attr->cqn); in mlx5_devx_cmd_create_sq() 1709 wq_ctx = MLX5_ADDR_OF(sqc, sq_ctx, wq); in mlx5_devx_cmd_create_sq() [all …]
|