Searched refs:bm_fc_val (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/qualcomm/ppe/ |
| H A D | ppe_config.c | 1386 u32 reg, val, bm_fc_val[2]; in ppe_config_bm_threshold() local 1391 bm_fc_val, ARRAY_SIZE(bm_fc_val)); in ppe_config_bm_threshold() 1396 PPE_BM_PORT_FC_SET_WEIGHT(bm_fc_val, port_cfg.weight); in ppe_config_bm_threshold() 1397 PPE_BM_PORT_FC_SET_RESUME_OFFSET(bm_fc_val, port_cfg.resume_offset); in ppe_config_bm_threshold() 1398 PPE_BM_PORT_FC_SET_RESUME_THRESHOLD(bm_fc_val, port_cfg.resume_ceil); in ppe_config_bm_threshold() 1399 PPE_BM_PORT_FC_SET_DYNAMIC(bm_fc_val, port_cfg.dynamic); in ppe_config_bm_threshold() 1400 PPE_BM_PORT_FC_SET_REACT_LIMIT(bm_fc_val, port_cfg.in_fly_buf); in ppe_config_bm_threshold() 1401 PPE_BM_PORT_FC_SET_PRE_ALLOC(bm_fc_val, port_cfg.pre_alloc); in ppe_config_bm_threshold() 1405 PPE_BM_PORT_FC_SET_CEILING_LOW(bm_fc_val, val); in ppe_config_bm_threshold() 1407 PPE_BM_PORT_FC_SET_CEILING_HIGH(bm_fc_val, val); in ppe_config_bm_threshold() [all …]
|