Home
last modified time | relevance | path

Searched refs:sa_index (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/ixgbe/
H A Dixgbe_ipsec.c96 int sa_index = -1; in ixgbe_crypto_add_sa() local
130 sa_index = i; in ixgbe_crypto_add_sa()
135 if (sa_index < 0) { in ixgbe_crypto_add_sa()
228 sa_index = i; in ixgbe_crypto_add_sa()
233 if (sa_index < 0) { in ixgbe_crypto_add_sa()
242 ic_session->sa_index = sa_index; in ixgbe_crypto_add_sa()
278 int sa_index = -1; in ixgbe_crypto_remove_sa() local
302 sa_index = i; in ixgbe_crypto_remove_sa()
307 if (sa_index < 0) { in ixgbe_crypto_remove_sa()
345 sa_index = i; in ixgbe_crypto_remove_sa()
[all …]
H A Dixgbe_ipsec.h68 uint32_t sa_index; member
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ipsec.c76 int sa_index = -1; in txgbe_crypto_add_sa() local
110 sa_index = i; in txgbe_crypto_add_sa()
115 if (sa_index < 0) { in txgbe_crypto_add_sa()
206 sa_index = i; in txgbe_crypto_add_sa()
211 if (sa_index < 0) { in txgbe_crypto_add_sa()
220 ic_session->sa_index = sa_index; in txgbe_crypto_add_sa()
256 int sa_index = -1; in txgbe_crypto_remove_sa() local
280 sa_index = i; in txgbe_crypto_remove_sa()
285 if (sa_index < 0) { in txgbe_crypto_remove_sa()
325 sa_index = i; in txgbe_crypto_remove_sa()
[all …]
H A Dtxgbe_ipsec.h52 uint32_t sa_index; member
/dpdk/drivers/common/iavf/
H A Dvirtchnl_inline_ipsec.h252 u32 sa_index; member
302 u32 sa_index; /* SA to update */ member
321 u32 sa_index[VIRTCHNL_IPSEC_MAX_SA_DESTROY_NUM]; member
/dpdk/drivers/net/cnxk/
H A Drte_pmd_cnxk.h47 uint32_t sa_index; member
/dpdk/drivers/common/cnxk/
H A Droc_npc.h223 uint32_t sa_index; member
/dpdk/doc/guides/nics/
H A Dcnxk.rst265 For cnxk device sa_index will be calculated based on SPI value. So, it will
267 allow application to configure the sa_index as part of session create. And
269 For example, application can set sa_index as 0 using session create as SPI value
/dpdk/drivers/net/iavf/
H A Diavf_ipsec_crypto.c848 request->ipsec_data.sa_update->sa_index = sess->sa.hw_idx; in iavf_ipsec_crypto_sa_update_esn()
1006 request->ipsec_data.sa_destroy->sa_index[0] = sess->sa.hw_idx; in iavf_ipsec_crypto_sa_del()