Searched refs:next_pn_halves (Results 1 – 5 of 5) sorted by relevance
131 pn_t next_pn_halves; member182 pn_t next_pn_halves; member
469 pn = tx_sa->next_pn_halves; in tx_sa_update_pn()473 tx_sa->next_pn_halves.lower++; in tx_sa_update_pn()796 rx_sa->next_pn_halves.lower = pn + 1; in macsec_post_decrypt()799 rx_sa->next_pn_halves.upper++; in macsec_post_decrypt()800 rx_sa->next_pn_halves.lower = pn + 1; in macsec_post_decrypt()2362 prev_pn = tx_sa->next_pn_halves; in macsec_upd_txsa()2402 tx_sa->next_pn_halves = prev_pn; in macsec_upd_txsa()2459 prev_pn = rx_sa->next_pn_halves; in macsec_upd_rxsa()2494 rx_sa->next_pn_halves = prev_pn; in macsec_upd_rxsa()3127 pn = tx_sa->next_pn_halves.lower; in dump_secy()[all …]
498 const pn_t *next_pn_halves, ssci_t ssci) in update_macsec_epn() argument505 epn_state->epn_msb = next_pn_halves->upper; in update_macsec_epn()506 epn_state->overlap = next_pn_halves->lower < MLX5_MACSEC_EPN_SCOPE_MID ? 0 : 1; in update_macsec_epn()545 tx_sa->next_pn = ctx_tx_sa->next_pn_halves.lower; in mlx5e_macsec_add_txsa()550 update_macsec_epn(tx_sa, &ctx_tx_sa->key, &ctx_tx_sa->next_pn_halves, in mlx5e_macsec_add_txsa()614 if (tx_sa->next_pn != ctx_tx_sa->next_pn_halves.lower) { in mlx5e_macsec_upd_txsa()946 update_macsec_epn(rx_sa, &ctx_rx_sa->key, &ctx_rx_sa->next_pn_halves, in mlx5e_macsec_add_rxsa()1019 if (rx_sa->next_pn != ctx_rx_sa->next_pn_halves.lower) { in mlx5e_macsec_upd_rxsa()
909 sw_tx_sa->next_pn_halves.lower); in cn10k_mcs_secy_tx_cfg()945 sw_rx_sa->next_pn_halves.lower); in cn10k_mcs_secy_rx_cfg()1191 sw_tx_sa->next_pn_halves.lower); in cn10k_mdo_add_txsa()1224 sw_tx_sa->next_pn_halves.lower); in cn10k_mdo_upd_txsa()1334 u64 next_pn = rx_sa->next_pn_halves.lower; in cn10k_mdo_add_rxsa()1374 u64 next_pn = rx_sa->next_pn_halves.lower; in cn10k_mdo_upd_rxsa()
547 const u32 next_pn = tx_sa->next_pn_halves.lower; in aq_update_txsa()864 const u32 next_pn = rx_sa->next_pn_halves.lower; in aq_update_rxsa()
Completed in 21 milliseconds