Home
last modified time | relevance | path

Searched refs:dst_tbl (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_table.c360 int mlx5hws_table_update_connected_miss_tables(struct mlx5hws_table *dst_tbl) in mlx5hws_table_update_connected_miss_tables() argument
365 if (list_empty(&dst_tbl->default_miss.head)) in mlx5hws_table_update_connected_miss_tables()
368 list_for_each_entry(src_tbl, &dst_tbl->default_miss.head, default_miss.next) { in mlx5hws_table_update_connected_miss_tables()
369 ret = mlx5hws_table_connect_to_miss_table(src_tbl, dst_tbl); in mlx5hws_table_update_connected_miss_tables()
371 mlx5hws_err(dst_tbl->ctx, in mlx5hws_table_update_connected_miss_tables()
381 struct mlx5hws_table *dst_tbl) in mlx5hws_table_connect_to_miss_table() argument
389 if (dst_tbl) { in mlx5hws_table_connect_to_miss_table()
390 if (list_empty(&dst_tbl->matchers_list)) { in mlx5hws_table_connect_to_miss_table()
395 dst_tbl->ft_id); in mlx5hws_table_connect_to_miss_table()
408 matcher = list_first_entry(&dst_tbl->matchers_list, in mlx5hws_table_connect_to_miss_table()
[all …]
H A Dmlx5hws_table.h56 struct mlx5hws_table *dst_tbl);
58 int mlx5hws_table_update_connected_miss_tables(struct mlx5hws_table *dst_tbl);
/linux/drivers/crypto/qce/
H A Daead.c57 sg_free_table(&rctx->dst_tbl); in qce_aead_done()
60 sg_free_table(&rctx->dst_tbl); in qce_aead_done()
63 sg_free_table(&rctx->dst_tbl); in qce_aead_done()
137 ret = sg_alloc_table(&rctx->dst_tbl, rctx->dst_nents, gfp); in qce_aead_prepare_dst_buf()
145 sg = qce_sgtable_add(&rctx->dst_tbl, &rctx->adata_sg, in qce_aead_prepare_dst_buf()
152 sg = qce_sgtable_add(&rctx->dst_tbl, msg_sg, rctx->cryptlen); in qce_aead_prepare_dst_buf()
160 sg = qce_sgtable_add(&rctx->dst_tbl, req->dst, totallen); in qce_aead_prepare_dst_buf()
166 sg = qce_aead_prepare_ccm_result_buf(&rctx->dst_tbl, req); in qce_aead_prepare_dst_buf()
168 sg = qce_aead_prepare_result_buf(&rctx->dst_tbl, req); in qce_aead_prepare_dst_buf()
174 rctx->dst_sg = rctx->dst_tbl.sgl; in qce_aead_prepare_dst_buf()
[all …]
H A Dskcipher.c53 sg_free_table(&rctx->dst_tbl); in qce_skcipher_done()
104 ret = sg_alloc_table(&rctx->dst_tbl, rctx->dst_nents, gfp); in qce_skcipher_async_req_handle()
110 sg = qce_sgtable_add(&rctx->dst_tbl, req->dst, req->cryptlen); in qce_skcipher_async_req_handle()
116 sg = qce_sgtable_add(&rctx->dst_tbl, &rctx->result_sg, in qce_skcipher_async_req_handle()
124 rctx->dst_sg = rctx->dst_tbl.sgl; in qce_skcipher_async_req_handle()
166 sg_free_table(&rctx->dst_tbl); in qce_skcipher_async_req_handle()
H A Dcipher.h41 struct sg_table dst_tbl; member
H A Daead.h34 struct sg_table dst_tbl; member