Home
last modified time | relevance | path

Searched refs:reformat_size (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c608 size_t *reformat_size) in macsec_fs_tx_create_sectag_header() argument
637 *reformat_size = MLX5_MACSEC_TAG_LEN + (sci_present ? MACSEC_SCI_LEN : 0); in macsec_fs_tx_create_sectag_header()
639 memcpy(reformatbf, &sectag, *reformat_size); in macsec_fs_tx_create_sectag_header()
811 size_t reformat_size; in macsec_fs_tx_add_rule() local
833 macsec_fs_tx_create_sectag_header(macsec_ctx, reformatbf, &reformat_size); in macsec_fs_tx_add_rule()
836 reformat_params.size = reformat_size; in macsec_fs_tx_add_rule()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_types.h1353 size_t reformat_size,