Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qualcomm/ppe/
H A Dppe_config.c1383 static int ppe_config_bm_threshold(struct ppe_device *ppe_dev, int bm_port_id, in ppe_config_bm_threshold() argument
1389 reg = PPE_BM_PORT_FC_CFG_TBL_ADDR + PPE_BM_PORT_FC_CFG_TBL_INC * bm_port_id; in ppe_config_bm_threshold()
1416 reg = PPE_BM_PORT_GROUP_ID_ADDR + PPE_BM_PORT_GROUP_ID_INC * bm_port_id; in ppe_config_bm_threshold()
1424 reg = PPE_BM_PORT_FC_MODE_ADDR + PPE_BM_PORT_FC_MODE_INC * bm_port_id; in ppe_config_bm_threshold()
1433 unsigned int i, bm_port_id, port_cfg_cnt; in ppe_config_bm() local
1454 for (bm_port_id = port_cfg[i].port_id_start; in ppe_config_bm()
1455 bm_port_id <= port_cfg[i].port_id_end; bm_port_id++) { in ppe_config_bm()
1456 ret = ppe_config_bm_threshold(ppe_dev, bm_port_id, in ppe_config_bm()