Searched refs:soft_packet_limit (Results 1 – 3 of 3) sorted by relevance
137 if (attrs->lft.soft_packet_limit != XFRM_INF) { in mlx5e_ipsec_packet_setup()139 attrs->lft.soft_packet_limit); in mlx5e_ipsec_packet_setup()412 if (attrs->lft.soft_packet_limit > BIT_ULL(31)) { in mlx5e_ipsec_handle_limits()436 attrs->lft.soft_packet_limit = XFRM_INF; in mlx5e_ipsec_handle_limits()444 attrs->lft.soft_packet_limit); in mlx5e_ipsec_handle_limits()475 if (attrs->lft.soft_packet_limit != XFRM_INF) in mlx5e_ipsec_handle_event()
153 attrs->lft.soft_packet_limit = x->lft.soft_packet_limit; in mlx5e_ipsec_init_limits()154 if (x->lft.soft_packet_limit == XFRM_INF) in mlx5e_ipsec_init_limits()225 n = (x->lft.soft_packet_limit - attrs->lft.hard_packet_limit) / BIT_ULL(31); in mlx5e_ipsec_init_limits()227 x->lft.soft_packet_limit; in mlx5e_ipsec_init_limits()255 attrs->lft.soft_packet_limit = lower_32_bits(start_value); in mlx5e_ipsec_init_limits()622 if (x->lft.soft_packet_limit >= x->lft.hard_packet_limit && in mlx5e_xfrm_validate_state()629 if (!x->lft.soft_packet_limit || !x->lft.hard_packet_limit) { in mlx5e_xfrm_validate_state()754 if (x->lft.soft_packet_limit == XFRM_INF && in mlx5e_ipsec_create_dwork()
66 u64 soft_packet_limit; member
Completed in 12 milliseconds