Searched refs:psp_st (Results 1 – 2 of 2) sorted by relevance
24 struct mlx5e_accel_tx_psp_state *psp_st, in mlx5e_psp_set_swp() argument95 psp_st->inner_ipproto = inner_ipproto; in mlx5e_psp_set_swp()101 struct mlx5e_accel_tx_psp_state *psp_st) in mlx5e_psp_set_state() argument112 psp_st->tailen = PSP_TRL_SIZE; in mlx5e_psp_set_state()113 psp_st->spi = pas->tx.spi; in mlx5e_psp_set_state()114 psp_st->ver = pas->version; in mlx5e_psp_set_state()115 psp_st->keyid = *(u32 *)pas->drv_data; in mlx5e_psp_set_state()147 struct mlx5e_accel_tx_psp_state *psp_st, in mlx5e_psp_tx_build_eseg() argument157 mlx5e_psp_set_swp(skb, psp_st, eseg); in mlx5e_psp_tx_build_eseg()162 eseg->flow_table_metadata |= cpu_to_be32(psp_st->keyid); in mlx5e_psp_tx_build_eseg()[all …]
125 if (unlikely(mlx5e_psp_txwqe_build_eseg_csum(sq, skb, &accel->psp_st, eseg))) in mlx5e_txwqe_build_eseg_csum()