Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec_offload.c360 u32 mode_param) in mlx5e_ipsec_update_esn_state() argument
365 if (mode_param < MLX5E_IPSEC_ESN_SCOPE_MID) { in mlx5e_ipsec_update_esn_state()
404 u32 mode_param = MLX5_GET(ipsec_aso, aso->ctx, mode_parameter); in mlx5e_ipsec_handle_event() local
406 mlx5e_ipsec_update_esn_state(sa_entry, mode_param); in mlx5e_ipsec_handle_event()
/freebsd/sys/dev/ocs_fc/
H A Docs_hw.c6253 sli4_req_common_set_features_t10_pi_mem_model_t mode_param; in ocs_hw_set_dif_mode() local
6255 ocs_memset(&mode_param, 0, sizeof(mode_param)); in ocs_hw_set_dif_mode()
6256 mode_param.tmm = (hw->config.dif_mode == OCS_HW_DIF_MODE_INLINE ? 0 : 1); in ocs_hw_set_dif_mode()
6261 sizeof(mode_param), in ocs_hw_set_dif_mode()
6262 (uint32_t*)&mode_param)) { in ocs_hw_set_dif_mode()