Home
last modified time | relevance | path

Searched refs:threshold_exit (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth-dcb.c38 cfg.threshold_exit = DPAA2_ETH_CN_THRESH_EXIT(priv); in dpaa2_eth_set_pfc_cn()
45 cfg.threshold_exit = 0; in dpaa2_eth_set_pfc_cn()
Ddpni-cmd.h632 __le32 threshold_exit; member
Ddpni.h931 u32 threshold_exit; member
Ddpni.c1398 cmd_params->threshold_exit = cpu_to_le32(cfg->threshold_exit); in dpni_set_congestion_notification()
/kernel/linux/linux-5.10/drivers/crypto/caam/
Ddpseci.c401 cmd_params->threshold_exit = cpu_to_le32(cfg->threshold_exit); in dpseci_set_congestion_notification()
441 cfg->threshold_exit = le32_to_cpu(rsp_params->threshold_exit); in dpseci_get_congestion_notification()
Ddpseci_cmd.h147 __le32 threshold_exit; member
Ddpseci.h322 u32 threshold_exit; member
Dcaamalg_qi2.c4951 cong_notif_cfg.threshold_exit = DPAA2_SEC_CONG_EXIT_THRESH; in dpaa2_dpseci_congestion_setup()