Searched refs:formatted_ste (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste.c405 u8 *formatted_ste,
411 ste_ctx->ste_init(formatted_ste, htbl->lu_type, is_rx, gvmi);
417 memcpy(tmp_hw_ste, formatted_ste, DR_STE_SIZE_REDUCED);
424 memcpy(formatted_ste, tmp_hw_ste, DR_STE_SIZE_REDUCED);
433 u8 formatted_ste[DR_STE_SIZE] = {}; local
439 formatted_ste,
442 return mlx5dr_send_postsend_formatted_htbl(dmn, htbl, formatted_ste, update_hw_ste);
401 mlx5dr_ste_set_formatted_ste(struct mlx5dr_ste_ctx *ste_ctx, u16 gvmi, enum mlx5dr_domain_nic_type nic_type, struct mlx5dr_ste_htbl *htbl, u8 *formatted_ste, struct mlx5dr_htbl_connect_info *connect_info) argument
H A Ddr_rule.c408 u8 formatted_ste[DR_STE_SIZE] = {}; local
438 formatted_ste,
451 if (mlx5dr_send_postsend_htbl(dmn, new_htbl, formatted_ste,
H A Ddr_send.c714 u8 *formatted_ste, u8 *mask)
729 mlx5dr_ste_prepare_for_postsend(dmn->ste_ctx, formatted_ste, DR_STE_SIZE);
745 formatted_ste, DR_STE_SIZE);
712 mlx5dr_send_postsend_htbl(struct mlx5dr_domain *dmn, struct mlx5dr_ste_htbl *htbl, u8 *formatted_ste, u8 *mask) argument
H A Ddr_types.h1402 u8 *formatted_ste,
1479 u8 *formatted_ste, u8 *mask);

Completed in 141 milliseconds